From c03bc400eb57cfbbaee4068f411f480f5e534247 Mon Sep 17 00:00:00 2001 From: Gusto Date: Tue, 15 Aug 2023 09:56:48 +0300 Subject: [PATCH] Tree overlay configurations and output --- configs/tree_10000_57_view_10_default.json | 61 + configs/tree_10000_57_view_10_optimistic.json | 61 + .../tree_10000_57_view_10_pessimistic.json | 61 + configs/tree_10000_57_view_1_default.json | 61 + configs/tree_1000_11_view_10_default.json | 61 + configs/tree_1000_11_view_10_optimistic.json | 61 + configs/tree_1000_11_view_10_pessimistic.json | 61 + configs/tree_1000_11_view_1_default.json | 61 + configs/tree_100_3_view_10_default.json | 61 + configs/tree_100_3_view_10_optimistic.json | 61 + configs/tree_100_3_view_10_pessimistic.json | 61 + configs/tree_100_3_view_1_default.json | 61 + output/tree_10000_57_view_10_default.csv.zip | Bin 0 -> 1642963 bytes output/tree_10000_57_view_10_default.json.zip | Bin 0 -> 2304267 bytes .../tree_10000_57_view_10_optimistic.csv.zip | Bin 0 -> 1182480 bytes .../tree_10000_57_view_10_optimistic.json.zip | Bin 0 -> 1676365 bytes output/tree_1000_11_view_1_default.csv | 10001 ++++++++++++++++ output/tree_1000_11_view_1_default.json | 10 + 18 files changed, 10743 insertions(+) create mode 100644 configs/tree_10000_57_view_10_default.json create mode 100644 configs/tree_10000_57_view_10_optimistic.json create mode 100644 configs/tree_10000_57_view_10_pessimistic.json create mode 100644 configs/tree_10000_57_view_1_default.json create mode 100644 configs/tree_1000_11_view_10_default.json create mode 100644 configs/tree_1000_11_view_10_optimistic.json create mode 100644 configs/tree_1000_11_view_10_pessimistic.json create mode 100644 configs/tree_1000_11_view_1_default.json create mode 100644 configs/tree_100_3_view_10_default.json create mode 100644 configs/tree_100_3_view_10_optimistic.json create mode 100644 configs/tree_100_3_view_10_pessimistic.json create mode 100644 configs/tree_100_3_view_1_default.json create mode 100644 output/tree_10000_57_view_10_default.csv.zip create mode 100644 output/tree_10000_57_view_10_default.json.zip create mode 100644 output/tree_10000_57_view_10_optimistic.csv.zip create mode 100644 output/tree_10000_57_view_10_optimistic.json.zip create mode 100644 output/tree_1000_11_view_1_default.csv create mode 100644 output/tree_1000_11_view_1_default.json diff --git a/configs/tree_10000_57_view_10_default.json b/configs/tree_10000_57_view_10_default.json new file mode 100644 index 0000000..f4bcf03 --- /dev/null +++ b/configs/tree_10000_57_view_10_default.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "10ms", + "north america:europe": "150ms", + "north america:asia": "250ms", + "europe:europe": "10ms", + "europe:asia": "200ms", + "europe:north america": "150ms", + "asia:north america": "250ms", + "asia:europe": "200ms", + "asia:asia": "10ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 57 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_10000_57_view_10_default.json" + }, + "node_count": 10000, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_10000_57_view_10_optimistic.json b/configs/tree_10000_57_view_10_optimistic.json new file mode 100644 index 0000000..646e85e --- /dev/null +++ b/configs/tree_10000_57_view_10_optimistic.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "5ms", + "north america:europe": "80ms", + "north america:asia": "120ms", + "europe:europe": "5ms", + "europe:asia": "90ms", + "europe:north america": "80ms", + "asia:north america": "120ms", + "asia:europe": "90ms", + "asia:asia": "5ms" + }, + "regions": { + "north america": 0.3, + "europe": 0.3, + "asia": 0.4 + } + }, + "overlay_settings": { + "number_of_committees": 57 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_10000_57_view_10_optimistic.json" + }, + "node_count": 10000, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_10000_57_view_10_pessimistic.json b/configs/tree_10000_57_view_10_pessimistic.json new file mode 100644 index 0000000..76507d0 --- /dev/null +++ b/configs/tree_10000_57_view_10_pessimistic.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "20ms", + "north america:europe": "250ms", + "north america:asia": "350ms", + "europe:europe": "20ms", + "europe:asia": "300ms", + "europe:north america": "250ms", + "asia:north america": "350ms", + "asia:europe": "300ms", + "asia:asia": "20ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 57 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_10000_57_view_10_pessimistic.json" + }, + "node_count": 10000, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_10000_57_view_1_default.json b/configs/tree_10000_57_view_1_default.json new file mode 100644 index 0000000..7cd1064 --- /dev/null +++ b/configs/tree_10000_57_view_1_default.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "10ms", + "north america:europe": "150ms", + "north america:asia": "250ms", + "europe:europe": "10ms", + "europe:asia": "200ms", + "europe:north america": "150ms", + "asia:north america": "250ms", + "asia:europe": "200ms", + "asia:asia": "10ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 57 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_10000_57_view_1_default.json" + }, + "node_count": 10000, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 1 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_1000_11_view_10_default.json b/configs/tree_1000_11_view_10_default.json new file mode 100644 index 0000000..37cecc0 --- /dev/null +++ b/configs/tree_1000_11_view_10_default.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "10ms", + "north america:europe": "150ms", + "north america:asia": "250ms", + "europe:europe": "10ms", + "europe:asia": "200ms", + "europe:north america": "150ms", + "asia:north america": "250ms", + "asia:europe": "200ms", + "asia:asia": "10ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 11 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_1000_11_view_10_default.json" + }, + "node_count": 1000, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_1000_11_view_10_optimistic.json b/configs/tree_1000_11_view_10_optimistic.json new file mode 100644 index 0000000..2420675 --- /dev/null +++ b/configs/tree_1000_11_view_10_optimistic.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "5ms", + "north america:europe": "80ms", + "north america:asia": "120ms", + "europe:europe": "5ms", + "europe:asia": "90ms", + "europe:north america": "80ms", + "asia:north america": "120ms", + "asia:europe": "90ms", + "asia:asia": "5ms" + }, + "regions": { + "north america": 0.3, + "europe": 0.3, + "asia": 0.4 + } + }, + "overlay_settings": { + "number_of_committees": 11 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_1000_11_view_10_optimistic.json" + }, + "node_count": 1000, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_1000_11_view_10_pessimistic.json b/configs/tree_1000_11_view_10_pessimistic.json new file mode 100644 index 0000000..5addfa8 --- /dev/null +++ b/configs/tree_1000_11_view_10_pessimistic.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "20ms", + "north america:europe": "250ms", + "north america:asia": "350ms", + "europe:europe": "20ms", + "europe:asia": "300ms", + "europe:north america": "250ms", + "asia:north america": "350ms", + "asia:europe": "300ms", + "asia:asia": "20ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 11 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_1000_11_view_10_pessimistic.json" + }, + "node_count": 1000, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_1000_11_view_1_default.json b/configs/tree_1000_11_view_1_default.json new file mode 100644 index 0000000..c5a222b --- /dev/null +++ b/configs/tree_1000_11_view_1_default.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "10ms", + "north america:europe": "150ms", + "north america:asia": "250ms", + "europe:europe": "10ms", + "europe:asia": "200ms", + "europe:north america": "150ms", + "asia:north america": "250ms", + "asia:europe": "200ms", + "asia:asia": "10ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 11 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_1000_11_view_1_default.json" + }, + "node_count": 1000, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 1 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_100_3_view_10_default.json b/configs/tree_100_3_view_10_default.json new file mode 100644 index 0000000..1eeaef3 --- /dev/null +++ b/configs/tree_100_3_view_10_default.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "10ms", + "north america:europe": "150ms", + "north america:asia": "250ms", + "europe:europe": "10ms", + "europe:asia": "200ms", + "europe:north america": "150ms", + "asia:north america": "250ms", + "asia:europe": "200ms", + "asia:asia": "10ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 3 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_100_3_view_10_default.json" + }, + "node_count": 100, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_100_3_view_10_optimistic.json b/configs/tree_100_3_view_10_optimistic.json new file mode 100644 index 0000000..1b493e6 --- /dev/null +++ b/configs/tree_100_3_view_10_optimistic.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "5ms", + "north america:europe": "80ms", + "north america:asia": "120ms", + "europe:europe": "5ms", + "europe:asia": "90ms", + "europe:north america": "80ms", + "asia:north america": "120ms", + "asia:europe": "90ms", + "asia:asia": "5ms" + }, + "regions": { + "north america": 0.3, + "europe": 0.3, + "asia": 0.4 + } + }, + "overlay_settings": { + "number_of_committees": 3 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_100_3_view_10_optimistic.json" + }, + "node_count": 100, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_100_3_view_10_pessimistic.json b/configs/tree_100_3_view_10_pessimistic.json new file mode 100644 index 0000000..3eb55bc --- /dev/null +++ b/configs/tree_100_3_view_10_pessimistic.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "20ms", + "north america:europe": "250ms", + "north america:asia": "350ms", + "europe:europe": "20ms", + "europe:asia": "300ms", + "europe:north america": "250ms", + "asia:north america": "350ms", + "asia:europe": "300ms", + "asia:asia": "20ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 3 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_100_3_view_10_pessimistic.json" + }, + "node_count": 100, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 10 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/configs/tree_100_3_view_1_default.json b/configs/tree_100_3_view_1_default.json new file mode 100644 index 0000000..9bb4b57 --- /dev/null +++ b/configs/tree_100_3_view_1_default.json @@ -0,0 +1,61 @@ +{ + "network_settings": { + "network_behaviors": { + "north america:north america": "10ms", + "north america:europe": "150ms", + "north america:asia": "250ms", + "europe:europe": "10ms", + "europe:asia": "200ms", + "europe:north america": "150ms", + "asia:north america": "250ms", + "asia:europe": "200ms", + "asia:asia": "10ms" + }, + "regions": { + "north america": 0.4, + "europe": 0.3, + "asia": 0.3 + } + }, + "overlay_settings": { + "number_of_committees": 3 + }, + "node_settings": { + "network_capacity_kbps": 10000024, + "timeout": "10000ms" + }, + "step_time": "100ms", + "runner_settings": "Sync", + "stream_settings": { + "path": "output/tree_100_3_view_1_default.json" + }, + "node_count": 100, + "views_count": 10, + "leaders_count": 1, + "seed": 0, + "wards": [ + { + "max_view": 1 + }, + { + "stalled_view": { + "consecutive_viewed_checkpoint": null, + "criterion": 0, + "threshold": 10 + } + } + ], + "record_settings": { + "current_view": true, + "highest_voted_view": true, + "local_high_qc": true, + "safe_blocks": false, + "last_view_timeout_qc": true, + "latest_committed_block": true, + "latest_committed_view": true, + "root_committee": false, + "parent_committee": false, + "child_committees": false, + "committed_blocks": false + } +} \ No newline at end of file diff --git a/output/tree_10000_57_view_10_default.csv.zip b/output/tree_10000_57_view_10_default.csv.zip new file mode 100644 index 0000000000000000000000000000000000000000..75b90dc284813a8010a0d8eb82217430f19fec5f GIT binary patch literal 1642963 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≤K!h0w0*$GRl$yjOUPdhN)Rm+Oz6 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 z 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 tt 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 literal 0 HcmV?d00001 diff --git a/output/tree_10000_57_view_10_default.json.zip b/output/tree_10000_57_view_10_default.json.zip new file mode 100644 index 0000000000000000000000000000000000000000..8f84a5816981439cf3d65fa4faeaf5bb1bed9738 GIT binary patch literal 2304267 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�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 vth$^mZx@F*kN0
$uGe0|TBFWXTx|FXAPPah3ioArbu_f_WCd?Vr?R*Dsb literal 0 HcmV?d00001 diff --git a/output/tree_10000_57_view_10_optimistic.csv.zip b/output/tree_10000_57_view_10_optimistic.csv.zip new file mode 100644 index 0000000000000000000000000000000000000000..e778e3e0bf314e26b3ec40a386f797dffd7eb09a GIT binary patch literal 1182480 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

HYgtVt?5`}nSJud3^h_QnR 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 Lx539$s`UQ>lr`9H literal 0 HcmV?d00001 diff --git a/output/tree_1000_11_view_1_default.csv b/output/tree_1000_11_view_1_default.csv new file mode 100644 index 0000000..b9ed281 --- /dev/null +++ b/output/tree_1000_11_view_1_default.csv @@ -0,0 +1,10001 @@ +current_view,highest_voted_view,last_view_timeout_qc,latest_committed_view,latest_committed_block.leader_proof.LeaderId.leader_id,latest_committed_block.parent_qc.Standard.id,latest_committed_block.parent_qc.Standard.view,latest_committed_block.view,local_high_qc.id,local_high_qc.view,step +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,1 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,2 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,3 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,4 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,5 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,6 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,7 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +0,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,8 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 +1,0,,0,"[0, 0, 0, 0, 0, 0, 2, 204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]","[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]",-1,0,"[205, 242, 107, 43, 221, 88, 117, 48, 125, 98, 83, 228, 180, 124, 28, 57, 69, 140, 154, 252, 234, 123, 107, 225, 120, 36, 100, 233, 69, 42, 96, 141]",0,9 diff --git a/output/tree_1000_11_view_1_default.json b/output/tree_1000_11_view_1_default.json new file mode 100644 index 0000000..fc24f46 --- /dev/null +++ b/output/tree_1000_11_view_1_default.json @@ -0,0 +1,10 @@ +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}}], +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}}], +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}}], +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}}], +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}}], +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}}], +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}}], +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}}], +[{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":0,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}}], +[{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}},{"current_view":1,"highest_voted_view":0,"last_view_timeout_qc":null,"latest_committed_block":{"leader_proof":{"LeaderId":{"leader_id":[0,0,0,0,0,0,2,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]}},"parent_qc":{"Standard":{"id":[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0],"view":-1}},"view":0},"latest_committed_view":0,"local_high_qc":{"id":[205,242,107,43,221,88,117,48,125,98,83,228,180,124,28,57,69,140,154,252,234,123,107,225,120,36,100,233,69,42,96,141],"view":0}}],