From 3ab1c8f4f57558ce138118f5b69a636f2e5e999e Mon Sep 17 00:00:00 2001 From: sstroemer Date: Sat, 18 Jan 2025 17:16:16 +0100 Subject: [PATCH 1/6] assets: add example 49 on how to configure the CSV file reading (comments, delim, sep) --- assets/examples/49_csv_formats.iesopt.yaml | 106 + assets/examples/files/49/example_data.csv | 8768 ++++++++++++++++++++ 2 files changed, 8874 insertions(+) create mode 100644 assets/examples/49_csv_formats.iesopt.yaml create mode 100644 assets/examples/files/49/example_data.csv diff --git a/assets/examples/49_csv_formats.iesopt.yaml b/assets/examples/49_csv_formats.iesopt.yaml new file mode 100644 index 00000000..9d822560 --- /dev/null +++ b/assets/examples/49_csv_formats.iesopt.yaml @@ -0,0 +1,106 @@ +# This is identical to example "07_csv_filestorage.iesopt.yaml". + +config: + general: + version: + core: 2.2.0 + optimization: + problem_type: LP + snapshots: + count: 8760 + solver: + name: highs + files: + _csv_config: + comment: "#" # Lines starting with `#` are comments. + delim: ";" # "German-style" delimiter. + decimal: "," # "German-style" decimal separator. + data: 49/example_data.csv + results: + enabled: true + memory_only: true + paths: + files: files + +carriers: + electricity: {unit: MWh} + gas: {unit: MWh} + co2: {unit: t} + wind: {unit: MWh} + +components: + node1: + type: Node + carrier: electricity + + node2: + type: Node + carrier: electricity + has_state: true + state_lb: 0 + state_ub: 10 + + conn: + type: Connection + capacity: 5 + node_from: node1 + node_to: node2 + + availability: + type: Profile + mode: create + carrier: wind + node_to: wind + + wind: + type: Node + carrier: wind + + plant_wind: + type: Unit + inputs: {wind: wind} + outputs: {electricity: node2} + conversion: 1 wind -> 1 electricity + capacity: 10 out:electricity + availability_factor: ex07_plant_wind_availability_factor@data + + plant_gas: + type: Unit + inputs: {gas: gas_grid} + outputs: {electricity: node1, co2: total_co2} + conversion: 1 gas -> 0.4 electricity + 0.2 co2 + capacity: 10 out:electricity + + demand1: + type: Profile + carrier: electricity + node_from: node1 + value: ex07_demand1_value@data + + demand2: + type: Profile + carrier: electricity + node_from: node2 + value: ex07_demand2_value@data + + gas_grid: + type: Node + carrier: gas + + total_co2: + type: Node + carrier: co2 + + create_gas: + type: Profile + carrier: gas + node_to: gas_grid + mode: create + cost: 50.0 + + co2_emissions: + type: Profile + carrier: co2 + node_from: total_co2 + mode: destroy + cost: 100.0 diff --git a/assets/examples/files/49/example_data.csv b/assets/examples/files/49/example_data.csv new file mode 100644 index 00000000..96635b52 --- /dev/null +++ b/assets/examples/files/49/example_data.csv @@ -0,0 +1,8768 @@ +# This comment will be ignored. +# You can mention stuff here. +# Or mention units: +# +# [1], [kWh], etc. +# +# Remember that nothing here will be read by IESopt. +ex07_plant_wind_availability_factor;ex07_demand1_value;ex07_demand2_value;ex08_pv;ex08_demand;ex15_cop;ex15_cop_minconversion;ex15_heatdemand;ex17_capacity +0,88;2,06;4,88;0;0;2,12;1,484;45;5 +0,07;4,11;3,32;0;0;2,12;1,484;45;3 +0,87;4,07;1,53;0,02;0;2,12;1,484;46;1 +0,31;0,36;1,11;0,07;0;2,12;1,484;47;10 +0,62;0,63;2,42;0,16;0;2,12;1,484;50; +0,9;0,51;3,22;0,26;0,3;2,12;1,484;55; +0,44;1,72;0,68;0,45;0,5;2,12;1,484;71; +0,96;4,05;4,18;0,66;0,75;2,09;1,463;86; +0,78;0,3;1,15;0,76;0,75;2,09;1,463;83; +0,41;1,35;2,86;0,88;0,75;2,09;1,463;83; +0,74;0,29;4,74;1;0,75;2,09;1,463;79; +0,07;1,94;2,41;1;0,75;2,09;1,463;76; +0,15;4,02;3,02;1;0,75;2,09;1,463;73; +0,37;3,77;0,52;0,95;0,75;2,18;1,526;71; +0,36;0,48;1,88;0,81;0,75;2,18;1,526;70; +0,79;2,61;1,91;0,66;0,75;2,18;1,526;70; +0,4;0,87;4,22;0,44;0,75;2,18;1,526;71; +0,32;2,55;0,82;0,26;0,5;2,18;1,526;74; +0,64;1,87;1,61;0,16;0,3;2,18;1,526;75; +0,8;0,44;3,63;0,06;0,2;2,08;1,456;74; +0,06;0,67;4,14;0,02;0,1;2,08;1,456;74; +0,07;1,88;0,47;0,01;0;2,08;1,456;71; +0,31;3,56;3,45;0;0;2,08;1,456;65; +0,35;2,08;4,94;0;0;2,08;1,456;55; +0,59;4,63;0,93;;;2,08;1,456;47; +0,24;4,52;0,48;;;2,02;1,414;48; +0,48;0,32;4,95;;;2,02;1,414;49; +0,22;2,15;2,79;;;2,02;1,414;50; +0,09;2,29;1,31;;;2,02;1,414;53; +0,37;3,81;1,73;;;2,02;1,414;57; +0,96;0,05;3,88;;;2,02;1,414;74; +0,43;1,15;2,97;;;1,99;1,393;90; +0,03;1,39;1,14;;;1,99;1,393;86; +0,59;3,25;4,82;;;1,99;1,393;86; +0,8;0,44;1,29;;;1,99;1,393;82; +0,18;1,76;4,57;;;1,99;1,393;79; +0,26;1,31;2,76;;;1,99;1,393;76; +0,6;0,57;3,32;;;2,12;1,484;73; +0,47;3,9;1,47;;;2,12;1,484;72; +0,44;0,78;1,23;;;2,12;1,484;73; +0,65;1,43;4,6;;;2,12;1,484;74; +0,73;4,23;4,77;;;2,12;1,484;77; +0,46;2,85;0,75;;;2,12;1,484;78; +0,79;1,27;1,59;;;2,04;1,428;77; +0,75;1,64;2,88;;;2,04;1,428;77; +0,55;4,23;0,28;;;2,04;1,428;74; +0,55;3,27;0,11;;;2,04;1,428;68; +0,05;3,61;4,76;;;2,04;1,428;58; +0,83;2,79;4,61;;;2,04;1,428;50; +0,81;4,7;1,85;;;2,04;1,428;49; +0,83;4,55;3,59;;;2,04;1,428;49; +0,61;1,11;4,1;;;2,04;1,428;50; +0,71;4,91;4,66;;;2,04;1,428;53; +0,97;3,04;2,31;;;2,04;1,428;58; +0,12;4,14;3,15;;;2,04;1,428;75; +0,39;3,15;2,06;;;2,02;1,414;91; +0,08;1,24;1,34;;;2,02;1,414;87; +0,25;2,04;2,42;;;2,02;1,414;87; +0,17;0,92;4,26;;;2,02;1,414;83; +0,27;2,57;4,67;;;2,02;1,414;79; +0,97;3,86;2,27;;;2,02;1,414;76; +0,63;3,05;3,19;;;2,14;1,498;74; +0,3;3,17;0,86;;;2,14;1,498;73; +0,67;4,51;3,28;;;2,14;1,498;73; +0,13;2,98;3,44;;;2,14;1,498;75; +0,77;4,99;1,93;;;2,14;1,498;78; +0,05;4,38;3,13;;;2,14;1,498;79; +0,93;2,08;4,93;;;2,09;1,463;78; +0,9;3,89;3,93;;;2,09;1,463;77; +0,97;3,82;1,61;;;2,09;1,463;75; +0,36;2,19;1,66;;;2,09;1,463;69; +0;4,15;4,46;;;2,09;1,463;59; +0,11;1,8;2,87;;;2,09;1,463;50; +0,27;0,19;1,45;;;2,07;1,449;47; +0,17;2,73;4,51;;;2,07;1,449;47; +0,65;1,45;1;;;2,07;1,449;49; +0,49;0,6;2,95;;;2,07;1,449;51; +0,03;0,27;3,49;;;2,07;1,449;56; +0,4;2,73;0,77;;;2,07;1,449;73; +0,88;1,15;4,81;;;2,06;1,442;90; +0,1;4,25;1;;;2,06;1,442;86; +0,1;2,84;0,42;;;2,06;1,442;86; +0,27;2,23;0,47;;;2,06;1,442;82; +0,8;1,76;1,76;;;2,06;1,442;79; +0,14;0,56;2,79;;;2,06;1,442;76; +0,83;1,71;3,43;;;2,17;1,519;74; +0,19;0,42;4,43;;;2,17;1,519;72; +0,67;4,36;2,97;;;2,17;1,519;73; +0,48;3,99;3,78;;;2,17;1,519;74; +0,94;1,49;4,39;;;2,17;1,519;77; +0,17;3,27;1,35;;;2,17;1,519;78; +0,12;3,7;1,49;;;2,1;1,47;78; +0,23;3,55;2,97;;;2,1;1,47;76; +0,14;1,49;1,8;;;2,1;1,47;74; +0,68;2,47;4,6;;;2,1;1,47;67; +0,57;2,57;1,92;;;2,1;1,47;57; +0,61;2,93;1,6;;;2,1;1,47;49; +0,02;0,17;0,88;;;2,06;1,442;45; +0,6;2,14;3,05;;;2,06;1,442;46; +0,95;1,54;1,53;;;2,06;1,442;47; +0,25;0,1;1,89;;;2,06;1,442;49; +0,84;0,34;3;;;2,06;1,442;55; +0,16;3,76;1,47;;;2,06;1,442;73; +0,9;3,06;3,06;;;2,05;1,435;86; +0,28;1,11;3,73;;;2,05;1,435;82; +0,76;1,03;0,72;;;2,05;1,435;81; +0,05;3,51;3,35;;;2,05;1,435;78; +0,41;3,75;4,53;;;2,05;1,435;75; +0,52;1,45;3,64;;;2,05;1,435;73; +0,54;4,88;1,55;;;2,17;1,519;71; +0,78;4,17;3,85;;;2,17;1,519;70; +0,36;1,55;1,08;;;2,17;1,519;70; +0,52;4,05;4,12;;;2,17;1,519;70; +0,4;0,46;3,31;;;2,17;1,519;73; +0,55;0,46;2,5;;;2,17;1,519;75; +0,68;2,41;0,4;;;2,15;1,505;75; +0,23;3,3;4,11;;;2,15;1,505;74; +0,43;3,52;0,85;;;2,15;1,505;72; +0,79;2,37;0,06;;;2,15;1,505;65; +0,49;2,49;0,84;;;2,15;1,505;55; +0,59;2,53;4,11;;;2,15;1,505;47; +0,35;4,01;0,44;;;2,14;1,498;42; +0,59;0,55;1,39;;;2,14;1,498;43; +0,06;3,3;4,65;;;2,14;1,498;44; +0,92;0,14;0,93;;;2,14;1,498;46; +0,45;1,58;2,37;;;2,14;1,498;52; +0,35;0,46;0,78;;;2,14;1,498;70; +0,93;4,87;3,17;;;2,19;1,533;78; +0,72;3,9;2,8;;;2,19;1,533;74; +0,11;1,26;0,56;;;2,19;1,533;73; +0,9;0,22;3,77;;;2,19;1,533;71; +0,96;0,34;0,89;;;2,19;1,533;68; +0,05;1,5;0,31;;;2,19;1,533;67; +0,43;3,18;4,49;;;2,28;1,596;65; +0,33;4,43;0,31;;;2,28;1,596;64; +0,32;2,07;0,5;;;2,28;1,596;65; +0,18;4,61;4,9;;;2,28;1,596;66; +0,78;3,57;1,09;;;2,28;1,596;68; +0,34;2,38;1,97;;;2,28;1,596;70; +0,41;0,34;2,26;;;2,27;1,589;70; +0,22;2,95;3,88;;;2,27;1,589;69; +0,67;4,3;0,34;;;2,27;1,589;67; +0,72;1,24;0,86;;;2,27;1,589;62; +0,48;0,47;4,8;;;2,27;1,589;51; +0,2;2,9;4,01;;;2,27;1,589;44; +0,99;4,87;1,38;;;2,22;1,554;39; +0,2;1,69;1,03;;;2,22;1,554;40; +0,23;3,3;2,88;;;2,22;1,554;41; +0,97;0,57;1,7;;;2,22;1,554;44; +0,49;4,69;2,15;;;2,22;1,554;49; +0,17;1,17;2,54;;;2,22;1,554;64; +0,67;2,75;0,88;;;2,17;1,519;75; +0,35;3,39;1,97;;;2,17;1,519;73; +0,67;4,77;0,15;;;2,17;1,519;73; +0,85;4,27;4,13;;;2,17;1,519;71; +0,54;0,12;3,45;;;2,17;1,519;68; +0,25;2,26;1,97;;;2,17;1,519;65; +0,22;2,86;2,11;;;2,32;1,624;63; +0,02;4,99;1,7;;;2,32;1,624;63; +0,47;1,49;2,61;;;2,32;1,624;63; +0,77;1,24;4,73;;;2,32;1,624;63; +0,95;0,59;1,84;;;2,32;1,624;65; +0,09;3,77;1,69;;;2,32;1,624;67; +0,4;3,27;3,53;;;2,32;1,624;67; +0,35;0,74;4,71;;;2,32;1,624;66; +0,14;4,59;3,92;;;2,32;1,624;63; +0,79;0,43;3,07;;;2,32;1,624;58; +0,37;4,48;1,73;;;2,32;1,624;48; +0,3;2,43;3,86;;;2,32;1,624;41; +0,89;0,51;3,63;;;2,25;1,575;36; +0,64;2,97;2,57;;;2,25;1,575;38; +0,14;1,77;4,6;;;2,25;1,575;39; +0,77;2,08;3,94;;;2,25;1,575;41; +0,2;2,55;2,95;;;2,25;1,575;47; +0,79;3,93;2,61;;;2,25;1,575;62; +0,21;1,68;1,5;;;2,17;1,519;74; +0,74;4,3;3,85;;;2,17;1,519;72; +0,81;2,45;2,93;;;2,17;1,519;71; +0,13;0,87;2,8;;;2,17;1,519;68; +0,53;1,94;1,14;;;2,17;1,519;65; +0,66;0,8;3,88;;;2,17;1,519;62; +0,69;0,53;0,1;;;2,41;1,687;61; +0,22;1,2;3,26;;;2,41;1,687;60; +0,81;0,94;0,02;;;2,41;1,687;61; +0,62;2,34;3,33;;;2,41;1,687;62; +0,73;1,34;0,42;;;2,41;1,687;64; +0,12;1,82;2,51;;;2,41;1,687;65; +0,86;1,74;3,16;;;2,19;1,533;65; +0,38;0,16;0,38;;;2,19;1,533;64; +0,79;2,87;1,12;;;2,19;1,533;62; +0,35;2,8;1,21;;;2,19;1,533;56; +0,05;0,55;4,8;;;2,19;1,533;45; +0,46;4,88;0,19;;;2,19;1,533;38; +0,78;1,66;0,56;;;2,12;1,484;38; +0,06;2,83;3,89;;;2,12;1,484;40; +0,17;3,14;0,72;;;2,12;1,484;41; +0,15;3,06;4,12;;;2,12;1,484;43; +0,76;3,5;1,95;;;2,12;1,484;49; +0,09;1,69;2,23;;;2,12;1,484;65; +0,95;2,39;4,43;;;2,11;1,477;76; +0,79;4,71;2,25;;;2,11;1,477;74; +0,36;1,15;4,11;;;2,11;1,477;74; +0,85;4,57;0,74;;;2,11;1,477;71; +0,2;3,68;0,63;;;2,11;1,477;68; +0,77;2,48;2,67;;;2,11;1,477;65; +0,55;4,12;2,13;;;2,26;1,582;63; +0,2;3,14;1,78;;;2,26;1,582;63; +0,18;3,94;1,12;;;2,26;1,582;63; +0,88;3,51;2,19;;;2,26;1,582;64; +0,55;4,17;3,34;;;2,26;1,582;66; +0,57;4,34;4,23;;;2,26;1,582;67; +0,27;3,28;3,27;;;2,22;1,554;67; +0,59;1,85;2,6;;;2,22;1,554;66; +0,27;0,33;4,42;;;2,22;1,554;64; +0,1;3,2;0,9;;;2,22;1,554;58; +0,36;1,37;0,78;;;2,22;1,554;47; +0,71;3,61;0,56;;;2,22;1,554;40; +0,26;3,69;2,63;;;2,2;1,54;38; +0,07;1;1,57;;;2,2;1,54;39; +0,6;3,52;3,4;;;2,2;1,54;40; +0,82;4,28;4,74;;;2,2;1,54;43; +0,68;3,76;3,72;;;2,2;1,54;48; +0,55;4,53;0,91;;;2,2;1,54;64; +0,4;2,29;2,17;;;2,16;1,512;76; +0,07;2,54;1,18;;;2,16;1,512;74; +0,38;0,33;1,29;;;2,16;1,512;73; +0,58;0,95;1,91;;;2,16;1,512;70; +0,75;0,34;3,41;;;2,16;1,512;67; +0,53;4,43;1,79;;;2,16;1,512;65; +0,91;2,72;2,68;;;2,34;1,638;63; +0,81;3,54;3,24;;;2,34;1,638;62; +0,56;1,67;3,19;;;2,34;1,638;63; +0,09;0,43;5;;;2,34;1,638;64; +0,79;3,47;4,24;;;2,34;1,638;66; +0,86;4,23;3,77;;;2,34;1,638;67; +0,28;1,47;3,78;;;2,2;1,54;67; +0,4;1,26;3,23;;;2,2;1,54;66; +0,47;0,71;3,37;;;2,2;1,54;64; +0,14;3,47;3,59;;;2,2;1,54;58; +0,87;0,43;0,31;;;2,2;1,54;47; +0,3;1,95;1,4;;;2,2;1,54;39; +0,7;3,33;2,5;;;2,14;1,498;39; +0,9;2,58;0,49;;;2,14;1,498;40; +0,39;2,27;2,8;;;2,14;1,498;41; +0;1,66;3,04;;;2,14;1,498;43; +0,14;0,41;4,84;;;2,14;1,498;49; +0,29;0,05;4,05;;;2,14;1,498;65; +0,82;2,5;4,86;;;2,11;1,477;78; +0,17;2,65;3,14;;;2,11;1,477;75; +0,29;3,74;2,26;;;2,11;1,477;75; +0,37;2,12;1,77;;;2,11;1,477;72; +0,67;1,42;1,93;;;2,11;1,477;69; +0,54;0,23;2,54;;;2,11;1,477;66; +0,4;3,95;1,67;;;2,29;1,603;64; +0,95;1,14;0,6;;;2,29;1,603;63; +0,3;4,67;1,72;;;2,29;1,603;64; +0,76;1,29;2,25;;;2,29;1,603;65; +0,6;2,29;2,09;;;2,29;1,603;67; +0,11;1,17;4,74;;;2,29;1,603;68; +0,21;4,73;2,4;;;2,23;1,561;68; +0,69;0,92;0,42;;;2,23;1,561;67; +0,4;4,66;0,88;;;2,23;1,561;65; +0,42;4,7;0,86;;;2,23;1,561;59; +0,88;0,43;2,58;;;2,23;1,561;48; +0,98;3,5;0,16;;;2,23;1,561;40; +0,32;4,12;1,7;;;2,27;1,589;34; +0,83;0,84;2,5;;;2,27;1,589;34; +0,09;2,53;3,69;;;2,27;1,589;35; +0,29;0,61;1,4;;;2,27;1,589;38; +0,73;3,54;4,29;;;2,27;1,589;43; +0,18;3,52;2,08;;;2,27;1,589;59; +0,59;0,76;2,93;;;2,3;1,61;70; +0,2;1,61;4,87;;;2,3;1,61;67; +0,46;2,97;0,28;;;2,3;1,61;65; +0,41;0,28;1,19;;;2,3;1,61;63; +0,35;3,04;4,55;;;2,3;1,61;60; +0,74;4,59;3,32;;;2,3;1,61;58; +0,53;1,56;3,68;;;2,45;1,715;56; +0,55;2,84;1,04;;;2,45;1,715;55; +0,79;0,78;3,91;;;2,45;1,715;55; +0,98;0,9;3,06;;;2,45;1,715;56; +0,36;0,01;0,44;;;2,45;1,715;58; +0,92;3,54;3,04;;;2,45;1,715;60; +0,19;0,74;1,56;;;2,32;1,624;61; +0,52;3,42;3,93;;;2,32;1,624;60; +0,71;3,58;2,1;;;2,32;1,624;58; +1;3,39;0,54;;;2,32;1,624;53; +0,26;3,82;2,66;;;2,32;1,624;43; +0,07;4,32;2,21;;;2,32;1,624;36; +0,89;1,05;1,07;;;2,3;1,61;33; +0,99;3,85;2,83;;;2,3;1,61;34; +0,27;2,64;0,79;;;2,3;1,61;34; +0,88;4,34;2,68;;;2,3;1,61;37; +0,76;0,69;0,26;;;2,3;1,61;44; +0,17;2,28;2,58;;;2,3;1,61;60; +0,82;0,44;3,48;;;2,28;1,596;66; +0,72;3,35;0,54;;;2,28;1,596;62; +0,33;4,9;3,58;;;2,28;1,596;61; +0,19;0,58;3,25;;;2,28;1,596;59; +0,94;3,57;2,69;;;2,28;1,596;56; +0,24;3,08;2,25;;;2,28;1,596;55; +0,2;1,8;3,19;;;2,36;1,652;53; +0,87;0,19;3,75;;;2,36;1,652;53; +0,41;1,67;4,75;;;2,36;1,652;54; +0,9;2,95;0,55;;;2,36;1,652;55; +0,35;3,21;0,18;;;2,36;1,652;56; +0,77;2,9;4,85;;;2,36;1,652;59; +0,87;4,3;1,35;;;2,3;1,61;59; +0,28;1,21;4,19;;;2,3;1,61;59; +0,65;4,1;1,62;;;2,3;1,61;57; +0,2;3,61;1,3;;;2,3;1,61;52; +0,16;4,36;4,53;;;2,3;1,61;42; +0,68;3,3;2,39;;;2,3;1,61;35; +0,77;2,52;0,03;;;2,26;1,582;33; +0,82;4,47;0,13;;;2,26;1,582;34; +0,23;0,73;0,47;;;2,26;1,582;35; +0,61;3,47;2,41;;;2,26;1,582;38; +0,74;1,4;2,1;;;2,26;1,582;43; +0,44;4,3;1,36;;;2,26;1,582;58; +0,45;2,61;3,72;;;2,24;1,568;69; +0,77;2,8;4,98;;;2,24;1,568;67; +0,78;1,1;0,83;;;2,24;1,568;65; +0,89;3,64;3,05;;;2,24;1,568;63; +0,18;2,99;1,17;;;2,24;1,568;60; +0,12;3,61;4,92;;;2,24;1,568;58; +0,4;1,96;2,19;;;2,36;1,652;56; +0,76;4,53;1,53;;;2,36;1,652;56; +0,92;3,9;1,39;;;2,36;1,652;56; +0,6;2,09;3,28;;;2,36;1,652;57; +0,6;0,28;1,78;;;2,36;1,652;59; +0,81;3,14;3;;;2,36;1,652;61; +0,77;3,17;4,97;;;2,28;1,596;61; +0,99;4,47;4,84;;;2,28;1,596;60; +0,66;4,16;3,56;;;2,28;1,596;58; +0,01;2,76;1,06;;;2,28;1,596;53; +0,06;0,48;0,42;;;2,28;1,596;42; +0,61;3,52;4,69;;;2,28;1,596;35; +0,34;3,47;3,91;;;2,24;1,568;34; +0,6;2,94;4,17;;;2,24;1,568;35; +0,36;3,2;2,75;;;2,24;1,568;36; +0,03;3,01;2,1;;;2,24;1,568;38; +0,26;4,94;3,42;;;2,24;1,568;44; +0,26;2,11;3,48;;;2,24;1,568;59; +0,61;0,84;3,49;;;2,22;1,554;69; +0,05;1,13;2,28;;;2,22;1,554;68; +0,34;1,24;0,85;;;2,22;1,554;66; +0,25;1,71;2,98;;;2,22;1,554;64; +0,72;3,85;2,48;;;2,22;1,554;61; +0,86;0,72;0,47;;;2,22;1,554;58; +0,74;2,46;1,7;;;2,35;1,645;57; +0,33;2,7;4,93;;;2,35;1,645;56; +0,78;2,15;4,14;;;2,35;1,645;57; +0,21;0,34;4,76;;;2,35;1,645;58; +0,78;1,39;3,86;;;2,35;1,645;60; +0,7;3,45;1,39;;;2,35;1,645;61; +0,12;0,72;1,38;;;2,28;1,596;61; +0,31;1,83;3,29;;;2,28;1,596;60; +0;2,16;0,57;;;2,28;1,596;58; +0,81;3,39;4,31;;;2,28;1,596;53; +0,1;0,82;0,54;;;2,28;1,596;42; +0,71;4,15;1,38;;;2,28;1,596;35; +0,8;2,55;2,38;;;2,29;1,603;31; +0,43;4,59;2,86;;;2,29;1,603;33; +0,85;3,94;2,42;;;2,29;1,603;33; +0,38;1,98;2,75;;;2,29;1,603;36; +0,41;1,94;3,27;;;2,29;1,603;41; +0,77;5;0,19;;;2,29;1,603;55; +0,64;1;0,44;;;2,31;1,617;65; +0,52;2,58;3,39;;;2,31;1,617;64; +0,4;3,3;0,08;;;2,31;1,617;63; +0,23;4,78;3,37;;;2,31;1,617;60; +0,76;3,37;1,91;;;2,31;1,617;57; +0,33;2,3;4,11;;;2,31;1,617;55; +0,69;3,5;1,99;;;2,43;1,701;53; +0,69;4,03;3,2;;;2,43;1,701;53; +0,99;3,35;3,53;;;2,43;1,701;53; +0,44;0,51;1,99;;;2,43;1,701;54; +0,83;0,37;3,56;;;2,43;1,701;56; +0,21;4,73;2,38;;;2,43;1,701;58; +0,32;0,53;0,19;;;2,38;1,666;58; +0,23;2,91;1,69;;;2,38;1,666;57; +0,13;4,08;1,27;;;2,38;1,666;55; +0,64;2,16;0,82;;;2,38;1,666;50; +0,76;2,76;3,07;;;2,38;1,666;40; +0,25;3,87;2,84;;;2,38;1,666;33; +0,12;3,77;2,11;;;2,32;1,624;31; +0,29;0,83;0,2;;;2,32;1,624;32; +0,29;2,35;1,6;;;2,32;1,624;33; +0,03;2,35;0,53;;;2,32;1,624;36; +0,04;1,39;1,25;;;2,32;1,624;41; +0,82;0;3,73;;;2,32;1,624;55; +0,37;0,24;4,68;;;2,31;1,617;65; +0,6;4,43;3,79;;;2,31;1,617;63; +0,91;0,28;1,01;;;2,31;1,617;62; +0,58;4,21;4,6;;;2,31;1,617;60; +0,64;2,45;3,78;;;2,31;1,617;57; +0,97;1,79;3,51;;;2,31;1,617;55; +0,71;0,94;4,39;;;2,37;1,659;53; +0,17;1,89;4,85;;;2,37;1,659;53; +0,49;2,93;0,17;;;2,37;1,659;53; +0,35;2,5;3,62;;;2,37;1,659;54; +0,65;0,67;4,11;;;2,37;1,659;56; +0,96;4,93;4,38;;;2,37;1,659;57; +0,41;3,35;0,11;;;2,32;1,624;57; +0,59;2,02;1,49;;;2,32;1,624;56; +0,27;4,17;2,71;;;2,32;1,624;55; +0,6;3,25;1,21;;;2,32;1,624;50; +0,87;3,35;2,45;;;2,32;1,624;40; +0,6;4,09;2,31;;;2,32;1,624;33; +0,36;2,96;2,94;;;2,31;1,617;29; +0,4;2,37;3,55;;;2,31;1,617;30; +0,73;0,52;4,87;;;2,31;1,617;31; +0,89;3,04;1,47;;;2,31;1,617;33; +0,39;4,41;0,43;;;2,31;1,617;39; +0,85;3,68;3,81;;;2,31;1,617;53; +0,96;1,53;1,74;;;2,31;1,617;64; +0,82;0,5;2,15;;;2,31;1,617;62; +0,44;0,34;2,84;;;2,31;1,617;60; +0,5;1,73;2,29;;;2,31;1,617;57; +0,75;4,18;4,77;;;2,31;1,617;55; +0,73;4,61;1,09;;;2,31;1,617;52; +0,94;4,12;3,89;;;2,46;1,722;51; +0,23;2,43;3,91;;;2,46;1,722;50; +0,72;3,29;3,65;;;2,46;1,722;50; +0,94;1,94;1,31;;;2,46;1,722;51; +0,76;3,94;3,86;;;2,46;1,722;53; +0,78;3,44;2,31;;;2,46;1,722;55; +0,96;4,8;3,42;;;2,38;1,666;55; +0,44;1,29;2,35;;;2,38;1,666;55; +0,65;0,62;3,36;;;2,38;1,666;53; +0,81;1,97;2,34;;;2,38;1,666;48; +1;4,06;2,86;;;2,38;1,666;38; +0,01;1,86;4,26;;;2,38;1,666;31; +0,5;2,87;1,42;;;2,36;1,652;25; +0,59;1,96;4,66;;;2,36;1,652;26; +0;0,14;0,63;;;2,36;1,652;27; +0,29;0,09;2,87;;;2,36;1,652;29; +0,96;3,49;4,92;;;2,36;1,652;35; +0,36;3,58;0,92;;;2,36;1,652;48; +0,6;4,74;2,87;;;2,38;1,666;57; +0,68;0,52;1,09;;;2,38;1,666;55; +0,96;2,69;1,38;;;2,38;1,666;53; +0,27;0,06;4,55;;;2,38;1,666;50; +0,34;2,45;0,27;;;2,38;1,666;47; +0,75;4;1,26;;;2,38;1,666;46; +0,35;4,86;2,88;;;2,54;1,778;44; +0,31;3,83;0,69;;;2,54;1,778;43; +0,22;1,82;2,07;;;2,54;1,778;43; +0,97;1,61;1,08;;;2,54;1,778;44; +0,08;2,56;1,75;;;2,54;1,778;46; +0,34;3,52;4;;;2,54;1,778;49; +0,66;1,52;2,33;;;2,48;1,736;49; +0,22;2,76;0,02;;;2,48;1,736;49; +0,2;2,83;4,46;;;2,48;1,736;48; +0,62;1,11;4,78;;;2,48;1,736;43; +0,45;3,85;1,47;;;2,48;1,736;34; +0,23;2,41;0,36;;;2,48;1,736;28; +0,43;0,09;1,98;;;2,47;1,729;23; +0,86;0,91;0,92;;;2,47;1,729;25; +0,91;0,26;0,29;;;2,47;1,729;24; +0,08;2,7;1,26;;;2,47;1,729;27; +0,75;2,38;0,59;;;2,47;1,729;33; +0;2,54;3,59;;;2,47;1,729;46; +0,36;4,1;1,52;;;2,43;1,701;51; +0,6;2,08;0,32;;;2,43;1,701;48; +0,1;1,59;0,12;;;2,43;1,701;46; +0,49;2,97;0,15;;;2,43;1,701;44; +0,02;2,54;3,27;;;2,43;1,701;41; +0,85;4,36;1,09;;;2,43;1,701;40; +0,95;2,59;2,74;;;2,62;1,834;39; +0,42;3,42;4,61;;;2,62;1,834;38; +0,39;1,63;3,24;;;2,62;1,834;39; +0,86;1,11;0,81;;;2,62;1,834;40; +0,86;4,52;4,3;;;2,62;1,834;42; +0,75;2,56;1,63;;;2,62;1,834;44; +0,41;1,32;2,24;;;2,45;1,715;45; +0,21;2,18;4,92;;;2,45;1,715;45; +0,31;1,93;3,16;;;2,45;1,715;44; +0,06;4,98;0,62;;;2,45;1,715;40; +0,79;1,37;3,79;;;2,45;1,715;32; +0,23;4,74;0,43;;;2,45;1,715;26; +0,78;2,79;1,76;;;2,37;1,659;25; +0,82;3,82;1,86;;;2,37;1,659;26; +0,95;1,07;2,36;;;2,37;1,659;27; +0,37;0,12;4,44;;;2,37;1,659;29; +0,29;4,68;1,72;;;2,37;1,659;34; +0,76;1,3;1,15;;;2,37;1,659;46; +0,4;3,59;1,78;;;2,31;1,617;54; +0,49;3,87;1,55;;;2,31;1,617;53; +0,09;2,11;1,59;;;2,31;1,617;51; +0,35;4,77;1,51;;;2,31;1,617;49; +0,3;2,17;4,14;;;2,31;1,617;47; +0,02;0,01;1,44;;;2,31;1,617;44; +0,08;3,99;4,78;;;2,57;1,799;43; +0,43;0,4;1,56;;;2,57;1,799;43; +0,25;1,25;2,99;;;2,57;1,799;43; +0,07;3,25;2,89;;;2,57;1,799;44; +0,61;0,63;0,38;;;2,57;1,799;46; +0,24;1,39;1,57;;;2,57;1,799;47; +0,75;3,42;0,19;;;2,36;1,652;48; +0,75;3,67;3,81;;;2,36;1,652;47; +0,5;0,76;1,61;;;2,36;1,652;46; +0,58;4,77;0,07;;;2,36;1,652;41; +0,07;2,5;0,68;;;2,36;1,652;33; +0,34;4,46;3,47;;;2,36;1,652;27; +0,18;2,36;1,62;;;2,3;1,61;27; +0,92;4,53;3,74;;;2,3;1,61;28; +0,18;1,96;0,79;;;2,3;1,61;28; +0,36;0,22;1,55;;;2,3;1,61;31; +0,13;4,44;4,7;;;2,3;1,61;36; +0,9;2,75;1,83;;;2,3;1,61;49; +0,73;0,98;1,31;;;2,39;1,673;58; +0,89;4,31;1,69;;;2,39;1,673;57; +0,6;3,17;2,32;;;2,39;1,673;55; +0,55;4,67;3,76;;;2,39;1,673;53; +0,52;4,93;1,44;;;2,39;1,673;50; +0,97;2,28;3,33;;;2,39;1,673;48; +0,14;1,64;0,84;;;2,48;1,736;46; +0,2;4,36;4,09;;;2,48;1,736;46; +0,6;2,45;0,29;;;2,48;1,736;46; +0,7;2,72;1,35;;;2,48;1,736;47; +0,75;3,45;0,83;;;2,48;1,736;49; +0,39;1,25;3,95;;;2,48;1,736;50; +0,02;2,76;0,4;;;2,27;1,589;51; +0,78;4,1;0,9;;;2,27;1,589;50; +0,83;0,86;2,33;;;2,27;1,589;49; +0,71;1;1,73;;;2,27;1,589;44; +0,03;3,99;0,95;;;2,27;1,589;35; +0,85;4,27;0,32;;;2,27;1,589;28; +0,44;4,95;3,08;;;2,22;1,554;33; +0,64;3,48;0,27;;;2,22;1,554;34; +0,27;4,85;3,54;;;2,22;1,554;35; +0,51;4,14;3,97;;;2,22;1,554;37; +0,8;3,2;3,19;;;2,22;1,554;42; +0,11;2,98;1,18;;;2,22;1,554;56; +0,67;0,28;3,75;;;2,18;1,526;67; +0,81;3,76;4,49;;;2,18;1,526;65; +0,68;1,85;3,62;;;2,18;1,526;64; +0,3;3,08;1,83;;;2,18;1,526;62; +0,44;4,87;0,43;;;2,18;1,526;59; +0,32;4,15;2,05;;;2,18;1,526;56; +0,14;2,92;1,39;;;2,32;1,624;55; +0,14;4,2;1,7;;;2,32;1,624;54; +0,48;1,5;0,48;;;2,32;1,624;55; +0,04;4,34;4,32;;;2,32;1,624;56; +0,84;1,61;4,05;;;2,32;1,624;58; +0,4;4,27;4,44;;;2,32;1,624;59; +0,58;2,33;0,53;;;2,17;1,519;59; +0,35;1,87;1,3;;;2,17;1,519;58; +0,52;0,1;0,1;;;2,17;1,519;56; +0,33;3,47;0,37;;;2,17;1,519;51; +0,62;0,23;2,79;;;2,17;1,519;41; +0,86;4,94;2,81;;;2,17;1,519;34; +0,8;0,87;2,55;;;2,12;1,484;35; +0,74;4,46;0,75;;;2,12;1,484;36; +0,04;2,66;3,32;;;2,12;1,484;37; +0,54;1,81;4,75;;;2,12;1,484;40; +0,49;4,41;2,73;;;2,12;1,484;45; +0,25;0,66;4,98;;;2,12;1,484;60; +0,85;1,67;0,79;;;2,13;1,491;72; +0,3;4,93;3,52;;;2,13;1,491;70; +0,71;3,8;1,4;;;2,13;1,491;69; +0,8;4,64;1,29;;;2,13;1,491;66; +0,32;3,31;2,53;;;2,13;1,491;63; +0,76;0,44;4,94;;;2,13;1,491;60; +0,02;1,13;2,85;;;2,45;1,715;59; +0,61;2,21;0,67;;;2,45;1,715;58; +0,87;2,46;2,81;;;2,45;1,715;59; +0,67;3,86;1,12;;;2,45;1,715;60; +0,43;3,55;0,37;;;2,45;1,715;62; +0,24;1,17;3,79;;;2,45;1,715;63; +0,73;2,99;0,21;;;2,27;1,589;63; +0,53;1,69;3,37;;;2,27;1,589;62; +0,75;1,89;1,62;;;2,27;1,589;60; +0,21;3,27;1,91;;;2,27;1,589;55; +0,49;2,88;3,49;;;2,27;1,589;44; +0,09;4,66;0,92;;;2,27;1,589;37; +0,9;3,89;2,35;;;2,2;1,54;34; +0,47;2,56;2,15;;;2,2;1,54;35; +0,09;4,67;1,43;;;2,2;1,54;36; +0,06;3,99;2,61;;;2,2;1,54;39; +0,2;0,53;0,17;;;2,2;1,54;44; +0,55;2,28;4,12;;;2,2;1,54;59; +0,04;3,25;4,44;;;2,29;1,603;71; +0,47;1,33;2,87;;;2,29;1,603;69; +0,82;0,33;3,07;;;2,29;1,603;68; +0,81;1,35;4,01;;;2,29;1,603;65; +0,89;4,49;1,95;;;2,29;1,603;62; +0,75;1,46;4,18;;;2,29;1,603;60; +0,32;4,65;1,94;;;2,42;1,694;58; +0,76;0,43;2,06;;;2,42;1,694;57; +0,65;0,91;0,61;;;2,42;1,694;58; +0,89;1,3;1,18;;;2,42;1,694;59; +0,4;3,39;1,55;;;2,42;1,694;61; +0,44;1,06;4,22;;;2,42;1,694;62; +0,31;4,42;3,87;;;2,22;1,554;62; +0,26;2,17;3,03;;;2,22;1,554;61; +0,87;3,19;3,16;;;2,22;1,554;59; +0,15;0,9;1,66;;;2,22;1,554;54; +0,53;3,79;1,7;;;2,22;1,554;43; +0,68;4,23;3,25;;;2,22;1,554;36; +0,52;4,59;0,73;;;2,14;1,498;34; +1;1,79;3,57;;;2,14;1,498;34; +0,62;3,07;1,76;;;2,14;1,498;36; +0,55;4,47;1,91;;;2,14;1,498;38; +0,91;2,83;2,79;;;2,14;1,498;44; +0,49;0,21;3,19;;;2,14;1,498;59; +0,59;4,99;4,08;;;2,13;1,491;70; +0,62;4,12;1,34;;;2,13;1,491;67; +0,94;1,88;4,06;;;2,13;1,491;65; +0,61;4,79;4,85;;;2,13;1,491;63; +0,89;3,47;2,34;;;2,13;1,491;60; +0,74;1,81;0,6;;;2,13;1,491;59; +0,45;4,59;2,49;;;2,47;1,729;57; +0,31;1,5;2,59;;;2,47;1,729;55; +0,35;3,54;4,6;;;2,47;1,729;55; +0,88;3,26;2,31;;;2,47;1,729;56; +0,86;3,14;1,56;;;2,47;1,729;59; +0,44;1,4;2,86;;;2,47;1,729;61; +0,68;0,32;2,1;;;2,34;1,638;61; +0,48;1,47;2,63;;;2,34;1,638;60; +0,05;1,87;3,74;;;2,34;1,638;58; +0,73;0,62;2,53;;;2,34;1,638;54; +0,74;0,44;3,48;;;2,34;1,638;43; +0,35;3,72;3,82;;;2,34;1,638;36; +0,23;0,38;2,67;;;2,4;1,68;29; +0,46;1,08;3,76;;;2,4;1,68;30; +0,99;0,22;3,83;;;2,4;1,68;30; +0,02;3,98;2,49;;;2,4;1,68;33; +0,08;3,57;4,19;;;2,4;1,68;40; +0,44;3,46;0,4;;;2,4;1,68;54; +0,88;1,62;2,27;;;2,48;1,736;60; +0,28;2,29;4,27;;;2,48;1,736;57; +0,05;3,25;4,94;;;2,48;1,736;55; +0,38;3,01;3,67;;;2,48;1,736;53; +0,08;0,67;4,46;;;2,48;1,736;50; +0,7;0,59;1,7;;;2,48;1,736;49; +0,22;0,98;2,76;;;2,46;1,722;47; +0,32;2,73;2,41;;;2,46;1,722;47; +0,69;0,52;1,81;;;2,46;1,722;48; +0,86;3,49;1,47;;;2,46;1,722;49; +0,25;1,39;2,69;;;2,46;1,722;51; +0,98;2,77;1,79;;;2,46;1,722;53; +0,88;4,02;2,49;;;2,42;1,694;54; +0,76;1,37;4,58;;;2,42;1,694;53; +0,85;0,94;4,15;;;2,42;1,694;52; +0,1;3,87;2,7;;;2,42;1,694;47; +0,9;0,61;1,4;;;2,42;1,694;38; +0,43;2,05;4,79;;;2,42;1,694;31; +0,97;1,41;0,25;;;2,4;1,68;27; +0,3;2,1;2,27;;;2,4;1,68;28; +0,31;2,04;1,3;;;2,4;1,68;29; +0,76;3,38;1,22;;;2,4;1,68;31; +0,32;4,46;0,92;;;2,4;1,68;37; +0,94;1,51;1,2;;;2,4;1,68;50; +0,34;3,09;1,92;;;2,36;1,652;59; +0,8;2,31;3,11;;;2,36;1,652;57; +0,69;1,9;1,27;;;2,36;1,652;56; +0,63;3,83;2,32;;;2,36;1,652;53; +0,19;1,56;4,85;;;2,36;1,652;51; +0,99;3,56;2,91;;;2,36;1,652;48; +0,13;1,89;3,34;;;2,49;1,743;47; +0,18;2,6;3,03;;;2,49;1,743;47; +0,7;0,17;4,59;;;2,49;1,743;47; +0,19;1,95;2,52;;;2,49;1,743;48; +0,26;1,86;1,99;;;2,49;1,743;50; +0,29;1,88;1,85;;;2,49;1,743;52; +0,45;0,08;4,13;;;2,37;1,659;52; +0,72;2,9;3,6;;;2,37;1,659;52; +0,64;3,27;2,45;;;2,37;1,659;50; +0,63;2,12;4,92;;;2,37;1,659;45; +0;1,03;0,6;;;2,37;1,659;36; +0,89;2,57;1,55;;;2,37;1,659;29; +0,23;4,08;0,45;;;2,27;1,589;30; +0,58;3,97;4,29;;;2,27;1,589;31; +0,86;2,19;2,17;;;2,27;1,589;31; +0,02;3,26;2,07;;;2,27;1,589;34; +0,95;3,93;0,92;;;2,27;1,589;39; +0,11;3,42;1,38;;;2,27;1,589;52; +0,57;1,42;1,05;;;2,24;1,568;62; +0,34;4,21;3,38;;;2,24;1,568;60; +0,2;0,16;3,58;;;2,24;1,568;59; +0,18;0,14;1,96;;;2,24;1,568;57; +0,77;4,79;2,74;;;2,24;1,568;54; +0,79;1,99;3,95;;;2,24;1,568;52; +0,94;0,24;4,99;;;2,46;1,722;50; +0,92;2,97;0,51;;;2,46;1,722;50; +0,4;2,65;1,56;;;2,46;1,722;50; +0,82;2,15;3,63;;;2,46;1,722;51; +0,31;0,78;0,43;;;2,46;1,722;53; +0,34;3,01;4,43;;;2,46;1,722;55; +0,32;4,95;4,38;;;2,32;1,624;54; +0,49;2,23;3,46;;;2,32;1,624;54; +0,63;3,49;1,55;;;2,32;1,624;52; +0,61;3,74;4,56;;;2,32;1,624;47; +0,8;0,77;4,84;;;2,32;1,624;38; +0,39;2,39;3,51;;;2,32;1,624;31; +0,92;3,1;2,5;;;2,24;1,568;31; +0,64;1,96;4,09;;;2,24;1,568;33; +0,28;3,2;0,32;;;2,24;1,568;33; +0,64;4,8;0,16;;;2,24;1,568;36; +0,2;2,06;2,03;;;2,24;1,568;41; +0,64;2,26;0,8;;;2,24;1,568;55; +0,95;1,53;2,16;;;2,21;1,547;65; +0,2;1,09;3,73;;;2,21;1,547;64; +0,37;1,98;0,61;;;2,21;1,547;63; +0,58;2,27;0,53;;;2,21;1,547;60; +0,76;3,98;0,66;;;2,21;1,547;57; +0,89;0,76;3,61;;;2,21;1,547;55; +0,64;0,96;1,92;;;2,38;1,666;53; +0,94;2,76;0,32;;;2,38;1,666;53; +0,38;2,13;4,91;;;2,38;1,666;53; +0,21;4,67;4,63;;;2,38;1,666;54; +0,26;4,77;4,62;;;2,38;1,666;56; +0,97;3,91;1,95;;;2,38;1,666;58; +0,16;2,08;3,62;;;2,3;1,61;58; +0,01;3,96;1,8;;;2,3;1,61;57; +0,78;2,23;0,92;;;2,3;1,61;55; +0,76;2,48;2,19;;;2,3;1,61;50; +0,9;0,97;1,56;;;2,3;1,61;40; +0,93;0,2;1,29;;;2,3;1,61;33; +0,7;0,42;4,69;;;2,3;1,61;32; +0,93;2;4,34;;;2,3;1,61;34; +0,44;2,73;4,47;;;2,3;1,61;34; +0,35;2,08;3,92;;;2,3;1,61;37; +0,91;2,11;0,49;;;2,3;1,61;42; +0,7;4,18;0,14;;;2,3;1,61;57; +0,34;3,73;2,46;;;2,27;1,589;67; +0,41;0,78;3,75;;;2,27;1,589;65; +0,78;1,12;0,85;;;2,27;1,589;64; +0,86;3,92;2,64;;;2,27;1,589;62; +0,47;4,25;2,15;;;2,27;1,589;59; +0,61;2,28;1,78;;;2,27;1,589;56; +0,22;2,46;1,71;;;2,38;1,666;55; +0,61;3,61;4,01;;;2,38;1,666;55; +0,01;4,07;2,35;;;2,38;1,666;55; +0,11;3,98;3,73;;;2,38;1,666;56; +0,22;4,75;0,54;;;2,38;1,666;58; +0,4;2,57;0,34;;;2,38;1,666;59; +0,06;1,26;4,23;;;2,25;1,575;59; +0,26;4,07;4,55;;;2,25;1,575;58; +0,96;4,38;2,09;;;2,25;1,575;57; +0,76;2,31;2,31;;;2,25;1,575;51; +0,08;2,97;1,1;;;2,25;1,575;41; +0,98;1,47;0,19;;;2,25;1,575;34; +0,15;0,01;0,12;;;2,21;1,547;33; +0,6;0,26;4,57;;;2,21;1,547;34; +0,93;0,34;3,06;;;2,21;1,547;35; +0,19;3,46;2,06;;;2,21;1,547;37; +0,13;0,3;3,17;;;2,21;1,547;43; +0,19;4,02;1,33;;;2,21;1,547;58; +0,15;1,28;2,61;;;2,18;1,526;70; +0,36;2,61;1,22;;;2,18;1,526;68; +0,52;2,14;4,6;;;2,18;1,526;66; +0,45;0,63;0,67;;;2,18;1,526;64; +0,91;2,1;3,57;;;2,18;1,526;61; +0,98;1,5;3,21;;;2,18;1,526;58; +0,92;3,17;1,72;;;2,39;1,673;57; +0,04;1,07;3,62;;;2,39;1,673;56; +0,66;4,11;2,68;;;2,39;1,673;56; +0,02;3;3,43;;;2,39;1,673;57; +0,38;1,04;1,69;;;2,39;1,673;60; +0,35;0,17;0,5;;;2,39;1,673;61; +0,98;2,99;0,48;;;2,32;1,624;61; +0,88;4,11;1,34;;;2,32;1,624;60; +0,69;1,68;3,24;;;2,32;1,624;58; +0,08;1,43;4,16;;;2,32;1,624;53; +0,78;0,86;3,36;;;2,32;1,624;42; +0,92;4,89;2,46;;;2,32;1,624;35; +0,6;4,21;2,61;;;2,33;1,631;32; +0,68;1,02;1,66;;;2,33;1,631;32; +0,48;3,5;1,2;;;2,33;1,631;34; +0,07;4,89;2,43;;;2,33;1,631;36; +0,56;3,2;1,79;;;2,33;1,631;41; +0,77;1,08;0,27;;;2,33;1,631;56; +0,5;4,11;2,64;;;2,31;1,617;67; +0,02;2,18;1,13;;;2,31;1,617;64; +0,53;0,23;3,25;;;2,31;1,617;62; +0,12;3,01;2,65;;;2,31;1,617;60; +0,93;2,95;3,97;;;2,31;1,617;57; +0,39;4,21;3,98;;;2,31;1,617;55; +0,66;1,07;3,6;;;2,35;1,645;53; +0,55;2,58;3,21;;;2,35;1,645;52; +0,93;1,47;3,9;;;2,35;1,645;52; +0,98;0,88;3,93;;;2,35;1,645;53; +0,29;3,61;4,43;;;2,35;1,645;56; +0,01;1,18;0,47;;;2,35;1,645;58; +0,87;2,37;1,18;;;2,29;1,603;58; +0,54;2,52;2,02;;;2,29;1,603;57; +0,19;5;1,5;;;2,29;1,603;55; +0,57;4,17;0,87;;;2,29;1,603;51; +0,72;2,89;2,71;;;2,29;1,603;41; +0,41;2,7;4,03;;;2,29;1,603;34; +0,43;1,94;1,67;;;2,18;1,526;34; +0,51;4,16;2,26;;;2,18;1,526;35; +0,37;1,88;1,61;;;2,18;1,526;35; +0,52;4,41;1,8;;;2,18;1,526;38; +0,78;2;2,66;;;2,18;1,526;45; +0,56;1,33;2,24;;;2,18;1,526;62; +0,54;1,08;2,56;;;2,11;1,477;68; +0,73;1,1;1,07;;;2,11;1,477;64; +0,33;4,55;3,34;;;2,11;1,477;63; +0,46;1,58;3,62;;;2,11;1,477;61; +0,74;2,94;4,14;;;2,11;1,477;58; +0,88;4,85;1,42;;;2,11;1,477;57; +0,41;1,93;4,61;;;2,39;1,673;55; +0,66;4,74;3,74;;;2,39;1,673;54; +0,18;3,16;2,54;;;2,39;1,673;55; +0,3;2,06;0,81;;;2,39;1,673;57; +0,97;4,49;0,84;;;2,39;1,673;58; +0,17;3,03;4,17;;;2,39;1,673;61; +0,06;1,26;4,02;;;2,31;1,617;61; +0,84;3,9;2,49;;;2,31;1,617;61; +0,22;4,85;1,91;;;2,31;1,617;59; +0,44;4,27;4,58;;;2,31;1,617;54; +0,25;0,81;2,31;;;2,31;1,617;44; +0,17;1,34;3,8;;;2,31;1,617;37; +0,14;2,77;2,4;;;2,26;1,582;32; +0,32;2,51;1,83;;;2,26;1,582;32; +0,11;1,44;0,78;;;2,26;1,582;33; +0,84;1,99;4,11;;;2,26;1,582;36; +0,03;3,15;2,15;;;2,26;1,582;41; +0,2;2,55;0,97;;;2,26;1,582;55; +0,97;3,48;0,37;;;2,28;1,596;65; +0,62;3,38;1,16;;;2,28;1,596;63; +0,08;4,75;0,03;;;2,28;1,596;62; +0,65;3,01;4,39;;;2,28;1,596;60; +0,76;4,89;2,46;;;2,28;1,596;57; +0,29;3,51;1,17;;;2,28;1,596;55; +0,71;0,51;0,49;;;2,51;1,757;53; +0,5;4,64;3,5;;;2,51;1,757;53; +0,19;2,59;0,28;;;2,51;1,757;53; +0,6;0,38;4,78;;;2,51;1,757;54; +0,09;2,81;1,25;;;2,51;1,757;56; +0,39;3,11;2,24;;;2,51;1,757;58; +0,6;2,2;3,92;;;2,43;1,701;58; +0,02;1,09;3,17;;;2,43;1,701;57; +0,51;3,77;0,67;;;2,43;1,701;55; +0,88;2,77;0,89;;;2,43;1,701;50; +0,03;0,25;1,56;;;2,43;1,701;40; +0,5;0,17;3,83;;;2,43;1,701;33; +0,18;3,21;0,97;;;2,33;1,631;30; +0,74;0,4;4,35;;;2,33;1,631;32; +0,72;3,9;3,05;;;2,33;1,631;32; +0,7;1,05;3,46;;;2,33;1,631;35; +0,93;3,73;0,21;;;2,33;1,631;40; +0,09;3,49;3,83;;;2,33;1,631;53; +0,35;3,21;4,4;;;2,31;1,617;63; +0,21;3,46;4,84;;;2,31;1,617;61; +0,74;2,27;3,29;;;2,31;1,617;60; +0,01;4,08;4,13;;;2,31;1,617;58; +0,83;4,81;4,86;;;2,31;1,617;55; +0,65;2,58;4,56;;;2,31;1,617;53; +0,55;4,73;1,97;;;2,47;1,729;52; +0,01;4,83;0,9;;;2,47;1,729;51; +0,96;0,04;3,27;;;2,47;1,729;52; +0,28;4,83;0,7;;;2,47;1,729;52; +0,9;1,56;2,31;;;2,47;1,729;54; +0,08;4,84;3,58;;;2,47;1,729;56; +0,22;4,52;3;;;2,32;1,624;56; +0,54;2,25;2,59;;;2,32;1,624;55; +0,05;2,84;2,58;;;2,32;1,624;53; +0,13;4;2,22;;;2,32;1,624;48; +0,78;3,52;0,13;;;2,32;1,624;39; +0,4;0,06;4,93;;;2,32;1,624;32; +0,46;4,51;0,33;;;2,28;1,596;29; +0,05;3,8;2,03;;;2,28;1,596;30; +0,53;4,82;1,36;;;2,28;1,596;30; +0,45;3,12;2,77;;;2,28;1,596;33; +0,62;0,96;3,58;;;2,28;1,596;39; +0,49;0,8;2,27;;;2,28;1,596;52; +0,41;3,26;1,16;;;2,25;1,575;62; +0,37;0,04;3,1;;;2,25;1,575;61; +0,37;4,67;4,99;;;2,25;1,575;59; +0,93;0,63;1,42;;;2,25;1,575;56; +0,34;4,78;1,76;;;2,25;1,575;53; +0,12;0,43;3,19;;;2,25;1,575;51; +0,73;3,28;0,15;;;2,51;1,757;50; +0,5;4,55;3,72;;;2,51;1,757;49; +0,34;3,73;0,23;;;2,51;1,757;50; +0,59;1,79;3,58;;;2,51;1,757;50; +0,38;3,52;3,84;;;2,51;1,757;52; +0,32;0,23;1,84;;;2,51;1,757;54; +0,31;2,89;3,65;;;2,44;1,708;54; +0,16;0,77;4,9;;;2,44;1,708;54; +0,09;3,7;0,66;;;2,44;1,708;52; +0,1;3,18;3,1;;;2,44;1,708;47; +0,35;0,03;1,66;;;2,44;1,708;37; +0,25;0,65;0,24;;;2,44;1,708;30; +0,84;4,19;4,98;;;2,37;1,659;29; +0,07;1,96;1,19;;;2,37;1,659;30; +0,43;4,1;3,02;;;2,37;1,659;31; +0,89;2,86;4,44;;;2,37;1,659;34; +0,6;4,21;4,05;;;2,37;1,659;39; +0,87;0,71;3,65;;;2,37;1,659;53; +0,05;0,37;0,75;;;2,3;1,61;63; +0,47;4,45;2,28;;;2,3;1,61;61; +0,95;1,21;4,75;;;2,3;1,61;60; +0,05;2,02;1,65;;;2,3;1,61;57; +0,3;3,55;4,17;;;2,3;1,61;54; +0,39;0,06;0,8;;;2,3;1,61;52; +0,19;4,15;3,87;;;2,4;1,68;50; +0,42;2,33;2,46;;;2,4;1,68;50; +0,77;3,05;1,65;;;2,4;1,68;50; +0,99;3,67;4,72;;;2,4;1,68;51; +0,24;2,41;3;;;2,4;1,68;53; +0,23;1,2;4,67;;;2,4;1,68;55; +0,31;3,8;0,9;;;2,28;1,596;55; +0,27;1,09;1,08;;;2,28;1,596;54; +0,77;1,5;2,01;;;2,28;1,596;53; +0,05;2,26;4,24;;;2,28;1,596;48; +0,12;0,71;3,89;;;2,28;1,596;38; +0,15;3,33;2,08;;;2,28;1,596;31; +0,87;2,27;4,41;;;2,21;1,547;32; +0,69;4,68;3,15;;;2,21;1,547;33; +0,3;2,81;3,4;;;2,21;1,547;34; +0,19;2,61;1,74;;;2,21;1,547;37; +0,96;4,73;1,71;;;2,21;1,547;42; +0,55;2,23;3,16;;;2,21;1,547;56; +0,42;2,5;4,43;;;2,15;1,505;67; +0,07;1,87;2,94;;;2,15;1,505;65; +0,4;4,42;0,37;;;2,15;1,505;64; +0,69;0,45;1,95;;;2,15;1,505;62; +0,7;4,34;0,89;;;2,15;1,505;59; +0,03;2,84;2,46;;;2,15;1,505;57; +0,31;3;0,55;;;2,42;1,694;55; +0,99;3,63;3,63;;;2,42;1,694;54; +0,44;0,89;1,22;;;2,42;1,694;55; +0,19;1,86;4,51;;;2,42;1,694;56; +0,5;2,63;1,55;;;2,42;1,694;58; +0,11;3,35;1,75;;;2,42;1,694;59; +0,06;2,76;3,12;;;2,26;1,582;59; +0,93;3,59;3,74;;;2,26;1,582;58; +0,49;1,35;3,36;;;2,26;1,582;56; +0,9;1,75;1,42;;;2,26;1,582;51; +0,62;3,26;4,84;;;2,26;1,582;41; +0,36;3,22;4,43;;;2,26;1,582;34; +0,87;1,67;0,2;;;2,12;1,484;35; +0,99;3,02;3,45;;;2,12;1,484;35; +0,01;2,85;1,62;;;2,12;1,484;37; +0,99;2,91;0,14;;;2,12;1,484;39; +0,5;1,03;3,42;;;2,12;1,484;45; +0,78;1,49;4,56;;;2,12;1,484;61; +0,43;0,36;0,95;;;2,06;1,442;72; +0,13;2,97;0,59;;;2,06;1,442;68; +0,1;2,3;0,16;;;2,06;1,442;67; +0,76;2,21;2,99;;;2,06;1,442;64; +0,56;0,65;0,01;;;2,06;1,442;61; +0,11;4,34;1,82;;;2,06;1,442;60; +0,61;3,57;0,29;;;2,42;1,694;58; +0,74;0,09;0,68;;;2,42;1,694;57; +0,33;2,11;1,33;;;2,42;1,694;57; +0,52;3,13;2,99;;;2,42;1,694;57; +0,68;4,49;4,26;;;2,42;1,694;60; +0,47;1,63;0,55;;;2,42;1,694;62; +0,62;4,61;4,72;;;2,25;1,575;62; +0,31;4,83;0,33;;;2,25;1,575;61; +0,34;3,83;0,33;;;2,25;1,575;60; +0,31;3,25;0,76;;;2,25;1,575;55; +0,01;2,31;1,27;;;2,25;1,575;44; +0,24;4,67;2,93;;;2,25;1,575;37; +0,33;2,88;0,42;;;2,12;1,484;38; +0,79;4,21;4,27;;;2,12;1,484;39; +0,07;2,02;2,22;;;2,12;1,484;39; +0,7;1,31;1,82;;;2,12;1,484;42; +0,82;0,11;1,9;;;2,12;1,484;49; +0,22;1,82;0,48;;;2,12;1,484;66; +0,42;0,03;0,94;;;2,06;1,442;73; +0,85;2,32;3,55;;;2,06;1,442;69; +0,92;3,92;2,22;;;2,06;1,442;68; +0,01;3,03;1,9;;;2,06;1,442;66; +0,93;3,21;1,22;;;2,06;1,442;63; +0,15;0,67;0,38;;;2,06;1,442;62; +0,17;4,69;0,3;;;2,39;1,673;60; +0,26;3,84;1,78;;;2,39;1,673;59; +0,17;0,32;2,3;;;2,39;1,673;60; +0,89;0,67;4,9;;;2,39;1,673;61; +0,11;0,78;1;;;2,39;1,673;63; +0,21;2,52;0,77;;;2,39;1,673;66; +0,57;4,74;0,09;;;2,22;1,554;66; +0,76;2,8;4,08;;;2,22;1,554;65; +0,48;2,04;2,39;;;2,22;1,554;63; +0,8;4,36;3,29;;;2,22;1,554;58; +0,21;1,61;0,62;;;2,22;1,554;47; +0,16;2,04;2,61;;;2,22;1,554;40; +0,41;3,61;3,35;;;2,09;1,463;40; +0,46;1,71;2,84;;;2,09;1,463;41; +0,35;0,15;2,29;;;2,09;1,463;42; +0,37;1,23;4,57;;;2,09;1,463;45; +0,5;0,62;3,67;;;2,09;1,463;50; +0,93;4,37;2,11;;;2,09;1,463;66; +0,59;3,99;0,43;;;2,03;1,421;79; +0,75;3,53;2,72;;;2,03;1,421;76; +0,58;4,5;2,67;;;2,03;1,421;75; +0,64;0,98;3,47;;;2,03;1,421;73; +0,9;0,23;0,42;;;2,03;1,421;70; +0,14;1,32;2,06;;;2,03;1,421;67; +0,84;0,6;4,77;;;2,4;1,68;65; +0,58;4,05;1,96;;;2,4;1,68;64; +0,68;1,45;0,99;;;2,4;1,68;65; +0,15;4,59;2,84;;;2,4;1,68;65; +0,37;2,2;3,69;;;2,4;1,68;68; +0,02;4,48;4,33;;;2,4;1,68;70; +0,35;2,45;3,4;;;2,21;1,547;70; +0,71;3,08;0,54;;;2,21;1,547;69; +0,02;2,1;3,19;;;2,21;1,547;66; +0,85;2,76;3,42;;;2,21;1,547;60; +0,22;1,95;3,58;;;2,21;1,547;50; +0,53;4,91;3,68;;;2,21;1,547;42; +0,65;2,04;4,53;;;2,07;1,449;42; +0,92;1,34;1,76;;;2,07;1,449;43; +0,86;4,94;0,34;;;2,07;1,449;44; +0,27;3,96;0,28;;;2,07;1,449;47; +0,74;3,14;1,96;;;2,07;1,449;52; +0,99;0,99;4,32;;;2,07;1,449;68; +0,76;4,26;4,86;;;2,02;1,414;81; +0,55;0,22;0,32;;;2,02;1,414;78; +0,41;3,49;1,65;;;2,02;1,414;79; +0,43;3,69;0,12;;;2,02;1,414;75; +0,93;4,14;4,53;;;2,02;1,414;72; +0,6;0,44;0,27;;;2,02;1,414;69; +0,42;3,01;4,56;;;2,34;1,638;68; +0,27;0,52;2,14;;;2,34;1,638;66; +0,86;0,56;3,86;;;2,34;1,638;67; +0,69;0,88;1,91;;;2,34;1,638;68; +0,71;1,05;4,47;;;2,34;1,638;70; +0,16;1,82;1,61;;;2,34;1,638;71; +0,91;4,8;0,98;;;2,18;1,526;71; +0,03;0,7;4,4;;;2,18;1,526;70; +0,18;0,62;0,32;;;2,18;1,526;67; +0,77;1,88;1,67;;;2,18;1,526;61; +0,03;4,88;1,85;;;2,18;1,526;51; +0,59;3,54;4,83;;;2,18;1,526;44; +0,85;3,9;3,28;;;2,06;1,442;43; +0,37;1,5;1,93;;;2,06;1,442;44; +0,45;4,81;2,58;;;2,06;1,442;45; +0,74;0,93;0,22;;;2,06;1,442;48; +0,02;4,88;3,24;;;2,06;1,442;53; +0,43;4,76;1,92;;;2,06;1,442;69; +0,17;0,03;2,42;;;2,01;1,407;82; +0,5;4,88;4,58;;;2,01;1,407;80; +0,53;4,26;3,08;;;2,01;1,407;80; +0,38;3,21;4,78;;;2,01;1,407;77; +0,6;2,84;1,88;;;2,01;1,407;73; +0,13;3,39;1,21;;;2,01;1,407;71; +0,81;0,04;4,91;;;2,33;1,631;69; +0,77;4,61;0,16;;;2,33;1,631;68; +0,73;1,49;1;;;2,33;1,631;68; +0,47;2,37;0,48;;;2,33;1,631;69; +0,75;2,95;1,59;;;2,33;1,631;71; +0,3;1;4,95;;;2,33;1,631;73; +0,37;2,25;4,79;;;2,17;1,519;72; +0,27;2,91;0,41;;;2,17;1,519;71; +0,82;3,05;4,07;;;2,17;1,519;69; +0,24;4,18;2,18;;;2,17;1,519;62; +0,16;3,42;2,28;;;2,17;1,519;52; +0,54;0,39;4,32;;;2,17;1,519;45; +0,91;3,37;2,97;;;2,08;1,456;42; +0,73;0,41;4,56;;;2,08;1,456;43; +0,42;2,62;1,24;;;2,08;1,456;44; +0,4;2,88;1,13;;;2,08;1,456;47; +0,41;1,45;1,51;;;2,08;1,456;53; +0,2;0,68;0,62;;;2,08;1,456;68; +0,24;1,99;0,53;;;2,06;1,442;81; +0,37;3,6;4,15;;;2,06;1,442;78; +0,55;4,3;0,95;;;2,06;1,442;79; +0,05;3,53;3,48;;;2,06;1,442;76; +0,07;2,8;2,59;;;2,06;1,442;72; +0,34;2,59;4,39;;;2,06;1,442;70; +0,86;3,18;1,05;;;2,35;1,645;68; +0,44;3,81;2,14;;;2,35;1,645;67; +0,77;3,07;4,09;;;2,35;1,645;67; +0,44;1,78;4,31;;;2,35;1,645;68; +0,35;3,21;0,03;;;2,35;1,645;70; +0,4;2,03;1,46;;;2,35;1,645;72; +0,49;0,86;2,06;;;2,24;1,568;71; +0,17;4,42;2,44;;;2,24;1,568;70; +0,13;2,17;4,39;;;2,24;1,568;67; +0,25;0;2,29;;;2,24;1,568;61; +0,82;3,76;4,48;;;2,24;1,568;51; +0,93;1,94;1,47;;;2,24;1,568;44; +0,7;0,72;4,39;;;2,16;1,512;41; +0,38;1,3;3,04;;;2,16;1,512;42; +0,17;0,89;4,71;;;2,16;1,512;43; +0,57;0,61;3,6;;;2,16;1,512;46; +0,96;2,96;4,72;;;2,16;1,512;51; +0,95;1,3;4,43;;;2,16;1,512;66; +0,54;3,31;2,65;;;2,16;1,512;80; +0,09;3,22;1,83;;;2,16;1,512;77; +0,94;4,76;0,18;;;2,16;1,512;77; +0,81;1,28;1,11;;;2,16;1,512;74; +0,65;2,88;4,08;;;2,16;1,512;71; +0,44;3,57;4,19;;;2,16;1,512;69; +0,7;2,43;3,89;;;2,25;1,575;67; +0,18;1,79;1,06;;;2,25;1,575;66; +0,51;0,49;4,09;;;2,25;1,575;67; +0,64;4,88;4,21;;;2,25;1,575;67; +0,46;3,75;4,33;;;2,25;1,575;69; +0,72;0,01;1,84;;;2,25;1,575;70; +0,75;3,1;3,16;;;2,15;1,505;70; +0,1;3,85;3,47;;;2,15;1,505;69; +0,28;3,97;4,63;;;2,15;1,505;66; +0,97;3,61;4,46;;;2,15;1,505;60; +0,39;4,91;0,33;;;2,15;1,505;50; +0,63;1,75;3,37;;;2,15;1,505;43; +0,63;1,62;0,29;;;2,08;1,456;44; +0,3;3,85;3,9;;;2,08;1,456;45; +0,27;3,91;1,16;;;2,08;1,456;46; +0,41;0,7;2,26;;;2,08;1,456;48; +0,85;3,79;0,37;;;2,08;1,456;53; +0,94;3,84;3,91;;;2,08;1,456;70; +0,96;1,61;3,86;;;2,01;1,407;85; +0,68;1,64;3,72;;;2,01;1,407;80; +0,95;0,69;3,24;;;2,01;1,407;78; +0,86;0,87;1,77;;;2,01;1,407;76; +0,52;2,75;0,83;;;2,01;1,407;73; +0,76;1,14;0,59;;;2,01;1,407;71; +0,21;1,3;1,29;;;2,15;1,505;69; +0,93;3,02;2,3;;;2,15;1,505;68; +0,92;3,8;1,68;;;2,15;1,505;67; +0,39;1,15;1,82;;;2,15;1,505;68; +0,19;3,8;1,8;;;2,15;1,505;71; +0,14;2,38;1,18;;;2,15;1,505;73; +0,42;4,8;4,79;;;2,05;1,435;72; +0,69;4,26;4,48;;;2,05;1,435;72; +0,62;3,47;0,68;;;2,05;1,435;70; +0,14;3,13;0,89;;;2,05;1,435;64; +0,21;1,6;1,78;;;2,05;1,435;54; +0,91;1,96;4,28;;;2,05;1,435;46; +0,04;1,02;3,95;;;1,93;1,351;48; +0,88;0,04;4,16;;;1,93;1,351;49; +0,57;3,74;4,97;;;1,93;1,351;49; +0,19;2,33;2,1;;;1,93;1,351;52; +0,65;1,01;4,16;;;1,93;1,351;58; +0,58;2,2;4,38;;;1,93;1,351;77; +0,21;1,83;1,78;;;1,87;1,309;88; +0,84;4,77;4,3;;;1,87;1,309;82; +0,2;3,39;1,12;;;1,87;1,309;81; +0,64;1,32;3,17;;;1,87;1,309;78; +0,41;3,13;2,05;;;1,87;1,309;76; +0,47;4,34;1,7;;;1,87;1,309;74; +0,38;3,79;4,77;;;2,22;1,554;72; +0,27;2,97;1,83;;;2,22;1,554;71; +0,83;2,06;3,17;;;2,22;1,554;71; +0,63;4,36;4,04;;;2,22;1,554;73; +0,35;1,18;0,35;;;2,22;1,554;76; +0,13;1,35;2,23;;;2,22;1,554;78; +0,31;3,91;0,17;;;2,13;1,491;78; +0,37;0,07;2,68;;;2,13;1,491;77; +0,43;1,73;2,7;;;2,13;1,491;75; +0,33;3,71;1,8;;;2,13;1,491;69; +0,53;2,1;1,14;;;2,13;1,491;59; +0,32;1,46;4,93;;;2,13;1,491;50; +0,43;3,76;3,06;;;2,08;1,456;43; +0,35;1,01;4,73;;;2,08;1,456;44; +0,3;4,81;4,46;;;2,08;1,456;45; +0,77;3,67;4,9;;;2,08;1,456;48; +0,06;1,26;3,91;;;2,08;1,456;53; +0,77;0,23;2,93;;;2,08;1,456;68; +0,53;1,2;0,71;;;2,08;1,456;82; +0,21;3,99;0,86;;;2,08;1,456;79; +0,62;2,77;1,11;;;2,08;1,456;78; +0,6;3,7;3,17;;;2,08;1,456;76; +0,9;1,3;4,11;;;2,08;1,456;73; +0,19;1,01;1,84;;;2,08;1,456;70; +0,07;3,63;4,38;;;2,49;1,743;68; +0,38;3,35;0,92;;;2,49;1,743;67; +0,95;0,18;3,57;;;2,49;1,743;67; +0,21;1,29;0,25;;;2,49;1,743;68; +0,75;2,29;1,86;;;2,49;1,743;70; +0,09;2,89;2,85;;;2,49;1,743;72; +0,54;0,09;2,15;;;2,38;1,666;72; +0,17;3,96;2,15;;;2,38;1,666;71; +0,82;1,82;0,72;;;2,38;1,666;68; +0,66;0,32;1,15;;;2,38;1,666;62; +0,4;1,68;2,36;;;2,38;1,666;53; +0,71;4,21;2,59;;;2,38;1,666;45; +0,68;3,63;3,49;;;2,27;1,589;35; +0,74;3,05;1,39;;;2,27;1,589;36; +0,01;4,53;0,92;;;2,27;1,589;37; +0,13;2,51;0,15;;;2,27;1,589;40; +0,52;1,53;3,55;;;2,27;1,589;45; +0,45;0,14;3,44;;;2,27;1,589;61; +0,42;2,87;3,28;;;2,22;1,554;72; +0,11;3,58;2,82;;;2,22;1,554;70; +0,7;2,98;1,35;;;2,22;1,554;69; +0,7;0,23;2,87;;;2,22;1,554;66; +0,92;3,26;2,04;;;2,22;1,554;63; +0,72;0,3;4,19;;;2,22;1,554;60; +0,96;4,5;3,82;;;2,59;1,813;59; +0,8;2,71;2,36;;;2,59;1,813;58; +0,1;4,07;3,11;;;2,59;1,813;59; +0,84;3,48;3,61;;;2,59;1,813;60; +0,21;3,64;0,17;;;2,59;1,813;62; +0,27;4,84;1,2;;;2,59;1,813;63; +0,9;1,63;1,05;;;2,35;1,645;63; +0,3;2,98;2,96;;;2,35;1,645;62; +0,2;3,79;0,57;;;2,35;1,645;60; +0,94;0,81;3,08;;;2,35;1,645;55; +0,45;0,5;2,97;;;2,35;1,645;44; +0,11;2,82;0,01;;;2,35;1,645;37; +0,2;1,15;2,39;;;2,15;1,505;34; +0,76;2,91;1,45;;;2,15;1,505;35; +0,92;4,27;4,31;;;2,15;1,505;36; +0,39;4,66;3,25;;;2,15;1,505;39; +0,62;0,17;3,09;;;2,15;1,505;44; +0,1;2,23;1,61;;;2,15;1,505;59; +0,87;4,37;1,18;;;2,08;1,456;70; +0,87;3,74;2,08;;;2,08;1,456;68; +0,36;2,51;0,18;;;2,08;1,456;67; +0,36;2,79;3,81;;;2,08;1,456;65; +0,98;3,09;3,08;;;2,08;1,456;62; +0,08;1,42;0,19;;;2,08;1,456;59; +0,11;4,15;2,89;;;2,55;1,785;58; +0,86;1,2;3,84;;;2,55;1,785;57; +0,17;3,33;3,94;;;2,55;1,785;57; +0,4;2,69;1,85;;;2,55;1,785;58; +0,33;2,99;0,58;;;2,55;1,785;61; +0,88;1,28;1,22;;;2,55;1,785;62; +0,39;0,34;2,59;;;2,35;1,645;62; +0,67;2,17;2,54;;;2,35;1,645;61; +0,17;0,5;2,85;;;2,35;1,645;59; +0,52;4,51;2,3;;;2,35;1,645;53; +0,36;3,35;3,04;;;2,35;1,645;43; +0,13;1,52;1,45;;;2,35;1,645;36; +0,56;1,02;3,21;;;2,21;1,547;31; +0,06;0,09;0,9;;;2,21;1,547;32; +0,92;4,26;1,03;;;2,21;1,547;33; +0,68;2,27;2;;;2,21;1,547;36; +0,8;1,66;4,88;;;2,21;1,547;41; +0,05;0,17;4,71;;;2,21;1,547;55; +0,77;3,81;2,53;;;2,23;1,561;65; +0,09;0,28;1,89;;;2,23;1,561;63; +0,21;0,49;4,91;;;2,23;1,561;62; +0,86;3,77;0,96;;;2,23;1,561;60; +0,74;4,43;1,68;;;2,23;1,561;57; +0,71;2,57;2,79;;;2,23;1,561;55; +0,9;1,86;3,71;;;2,56;1,792;53; +0,89;2,18;0,74;;;2,56;1,792;53; +0,65;2,18;1,06;;;2,56;1,792;53; +0,26;1,23;2,56;;;2,56;1,792;54; +0,41;1,38;0,42;;;2,56;1,792;56; +0,07;4,22;1,11;;;2,56;1,792;57; +0,75;1,77;3,11;;;2,44;1,708;57; +0,81;2,1;1,13;;;2,44;1,708;56; +0,09;2,09;1,47;;;2,44;1,708;55; +0,59;2,43;4,6;;;2,44;1,708;50; +0,06;2,31;1,91;;;2,44;1,708;40; +0,72;1,27;1,88;;;2,44;1,708;33; +0,58;3,88;1,79;;;2,36;1,652;24; +0,47;0,2;0,25;;;2,36;1,652;26; +0,89;4,71;4,32;;;2,36;1,652;26; +0,19;4,52;4,36;;;2,36;1,652;28; +0,01;3,21;1,1;;;2,36;1,652;34; +0,74;4,85;3,37;;;2,36;1,652;46; +0,08;2,18;0,97;;;2,41;1,687;56; +0,48;3,82;2,46;;;2,41;1,687;55; +0,7;1,13;0,2;;;2,41;1,687;53; +0,92;1,77;1,4;;;2,41;1,687;50; +0,17;2,72;3,01;;;2,41;1,687;47; +0,62;0,95;1,1;;;2,41;1,687;45; +0,97;1,48;0,67;;;2,7;1,89;44; +0,6;2,43;1,81;;;2,7;1,89;43; +0,96;2,46;2,77;;;2,7;1,89;44; +0,86;2,64;1,73;;;2,7;1,89;45; +0,36;1,74;1,03;;;2,7;1,89;46; +0,75;2,11;4,91;;;2,7;1,89;48; +0,38;3,97;1,33;;;2,54;1,778;48; +0,31;3,42;2,49;;;2,54;1,778;48; +0,64;0,45;0,18;;;2,54;1,778;47; +0,77;1,3;4,37;;;2,54;1,778;42; +0,55;4,46;4,76;;;2,54;1,778;33; +0,05;4,6;0,21;;;2,54;1,778;27; +0,9;4,5;0,24;;;2,48;1,736;20; +0,56;0,35;3,67;;;2,48;1,736;21; +0,32;0,97;2,06;;;2,48;1,736;21; +0,42;0,4;4,78;;;2,48;1,736;23; +0,67;0,14;2,86;;;2,48;1,736;29; +0,2;0,02;2,19;;;2,48;1,736;40; +0,66;1,88;1,63;;;2,5;1,75;47; +0,43;4,58;4,2;;;2,5;1,75;45; +0,41;1,47;2,69;;;2,5;1,75;44; +0,95;4,38;0,75;;;2,5;1,75;41; +0,24;3,77;4,41;;;2,5;1,75;38; +0,98;1,48;1,42;;;2,5;1,75;37; +0,85;2,7;2,03;;;2,76;1,932;36; +0,62;1,33;4,1;;;2,76;1,932;35; +0,94;2,44;0,15;;;2,76;1,932;34; +0,16;3,13;3,61;;;2,76;1,932;35; +0,88;0,02;3,23;;;2,76;1,932;37; +0,24;3,74;0,64;;;2,76;1,932;39; +0,49;2,58;1,34;;;2,53;1,771;40; +0,86;0,74;2,69;;;2,53;1,771;40; +0,75;2,96;2,15;;;2,53;1,771;39; +0,8;3,46;0,58;;;2,53;1,771;36; +0,04;0,22;2,04;;;2,53;1,771;28; +0,48;0,06;3,87;;;2,53;1,771;22; +0,75;1,99;0,38;;;2,32;1,624;20; +0,41;3,9;4,87;;;2,32;1,624;22; +0,5;2,66;1,67;;;2,32;1,624;21; +0,85;0,34;2;;;2,32;1,624;24; +0,57;0,52;3,87;;;2,32;1,624;30; +0,74;4,1;1,81;;;2,32;1,624;42; +0,41;3,61;3,7;;;2,26;1,582;46; +0,08;3,01;0,5;;;2,26;1,582;43; +0,62;0,97;3,5;;;2,26;1,582;41; +0,18;4,75;1,5;;;2,26;1,582;39; +0,67;1,95;2,68;;;2,26;1,582;37; +0,81;2,15;2,22;;;2,26;1,582;36; +0,33;1,25;0,34;;;2,87;2,009;35; +0,99;4,83;0,93;;;2,87;2,009;34; +0,5;0,78;3,65;;;2,87;2,009;35; +0,23;0,07;2,96;;;2,87;2,009;36; +0,52;0,32;2,44;;;2,87;2,009;37; +0,22;4,43;2,41;;;2,87;2,009;40; +0,95;0,25;1,85;;;2,58;1,806;40; +0,98;4,38;1,94;;;2,58;1,806;40; +0,92;2,75;2,55;;;2,58;1,806;40; +0,12;3,33;4,37;;;2,58;1,806;36; +0;2,86;4,69;;;2,58;1,806;29; +0,6;1,9;3,44;;;2,58;1,806;23; +0,01;3,55;3,29;;;2,32;1,624;20; +0,65;4,54;4,37;;;2,32;1,624;21; +0,2;3,35;3,97;;;2,32;1,624;22; +0,39;0,01;0,23;;;2,32;1,624;24; +0,51;1,44;4,89;;;2,32;1,624;29; +1;0,67;3,92;;;2,32;1,624;39; +0,95;4,05;1,28;;;2,25;1,575;47; +0,5;3,83;0,28;;;2,25;1,575;46; +0,1;2,75;4,16;;;2,25;1,575;44; +0,13;0,64;0,39;;;2,25;1,575;42; +0,65;2,3;0,48;;;2,25;1,575;39; +0,14;2,1;2,97;;;2,25;1,575;37; +0,3;4,49;3,26;;;2,9;2,03;36; +0,11;0,85;4,59;;;2,9;2,03;36; +0,18;0,55;4,6;;;2,9;2,03;36; +0,68;4,35;0,05;;;2,9;2,03;37; +0,64;3,98;3,36;;;2,9;2,03;39; +0,03;4,89;4,6;;;2,9;2,03;40; +0,14;3,66;3,14;;;2,59;1,813;41; +0,8;3,23;2,43;;;2,59;1,813;41; +0,7;2,68;2,5;;;2,59;1,813;40; +0,9;4,36;4,44;;;2,59;1,813;36; +0,2;4,67;4,58;;;2,59;1,813;28; +0,7;4,54;4,61;;;2,59;1,813;22; +0,74;0,62;0,45;;;2,33;1,631;21; +0,14;3,33;4,56;;;2,33;1,631;22; +0,25;4,93;2,25;;;2,33;1,631;23; +0,77;3,57;4,96;;;2,33;1,631;25; +0,07;1,69;4,83;;;2,33;1,631;30; +0,78;3;1,76;;;2,33;1,631;41; +0,71;2,61;0,35;;;2,25;1,575;49; +0,12;2,22;1,2;;;2,25;1,575;48; +0,3;4,23;2,7;;;2,25;1,575;47; +0,2;0,03;0,3;;;2,25;1,575;44; +0,99;3,28;4,64;;;2,25;1,575;41; +0,36;4,65;3,78;;;2,25;1,575;39; +0,95;3,2;2,59;;;2,8;1,96;38; +0,08;4,8;3,49;;;2,8;1,96;38; +0,91;3,4;3,43;;;2,8;1,96;38; +0,54;2,42;4,6;;;2,8;1,96;39; +0,88;4,7;2,78;;;2,8;1,96;41; +0,72;3,54;0,74;;;2,8;1,96;42; +0,59;0,13;2,48;;;2,54;1,778;42; +0,29;4,71;0,84;;;2,54;1,778;42; +0,96;2,67;3,18;;;2,54;1,778;41; +0,95;4,72;3,27;;;2,54;1,778;37; +0,17;3,9;1,75;;;2,54;1,778;29; +0,33;4,02;4,7;;;2,54;1,778;23; +0,59;3,99;3,61;;;2,35;1,645;21; +0,36;1,76;0,27;;;2,35;1,645;22; +0,68;2,43;3,54;;;2,35;1,645;23; +0,7;1,56;3,58;;;2,35;1,645;25; +0,14;1,17;4,97;;;2,35;1,645;30; +0,77;4,22;3,42;;;2,35;1,645;41; +1;0,35;3,57;;;2,43;1,701;49; +0,95;4,21;0,42;;;2,43;1,701;48; +0,44;2,62;4,94;;;2,43;1,701;47; +0,64;1,49;0,87;;;2,43;1,701;44; +0,92;1,14;4,39;;;2,43;1,701;41; +0,62;2,63;3,11;;;2,43;1,701;39; +0,82;2,41;0,55;;;2,68;1,876;38; +0,94;4,3;1,47;;;2,68;1,876;38; +0,2;2,39;4,35;;;2,68;1,876;38; +0,51;1,26;2,12;;;2,68;1,876;39; +0,16;3,76;0,94;;;2,68;1,876;41; +0,44;1,17;2,79;;;2,68;1,876;42; +0,03;3,04;1,44;;;2,51;1,757;43; +0,29;3,01;0,92;;;2,51;1,757;42; +0,22;1,33;0,13;;;2,51;1,757;41; +0,31;1,65;1,65;;;2,51;1,757;37; +0,32;3,24;2,9;;;2,51;1,757;29; +0,87;1,18;0,23;;;2,51;1,757;23; +0,82;1,56;3,74;;;2,39;1,673;22; +0,21;1,25;4,77;;;2,39;1,673;23; +0,48;1,07;3,14;;;2,39;1,673;24; +0,28;1,41;3,03;;;2,39;1,673;26; +0,14;4,5;4,87;;;2,39;1,673;32; +0,43;1,63;1,24;;;2,39;1,673;43; +0,27;0,95;3,48;;;2,3;1,61;52; +0,59;3,18;4,54;;;2,3;1,61;51; +0,2;0,22;4,48;;;2,3;1,61;49; +0,09;4,08;1,2;;;2,3;1,61;46; +0,99;0,42;3,84;;;2,3;1,61;43; +0,49;2,83;4,8;;;2,3;1,61;41; +0,25;3,44;0,73;;;2,65;1,855;40; +0,09;1,61;0,53;;;2,65;1,855;40; +0,32;0,95;1,08;;;2,65;1,855;40; +0,35;4,26;3,3;;;2,65;1,855;41; +0,11;0,73;3,08;;;2,65;1,855;43; +0,23;3,79;0,19;;;2,65;1,855;44; +0,8;1,7;3,22;;;2,47;1,729;45; +0,75;0,26;0,47;;;2,47;1,729;45; +0,36;1,33;0,29;;;2,47;1,729;43; +0,12;3,98;1,3;;;2,47;1,729;39; +0,55;2,4;0;;;2,47;1,729;30; +0,37;3,52;3,15;;;2,47;1,729;24; +0,43;1,09;0,19;;;2,32;1,624;23; +0,31;4,1;1,03;;;2,32;1,624;24; +0,16;3,76;3,05;;;2,32;1,624;24; +0,43;1,65;1,78;;;2,32;1,624;27; +0,48;4,48;4,48;;;2,32;1,624;33; +0,23;4,72;0,74;;;2,32;1,624;44; +0,17;2,24;0,42;;;2,31;1,617;54; +0,3;1,29;4,42;;;2,31;1,617;53; +0,52;2,95;0,54;;;2,31;1,617;51; +0,16;1,15;1,18;;;2,31;1,617;48; +0,15;0,49;1,84;;;2,31;1,617;45; +0,12;4,32;3,29;;;2,31;1,617;43; +0,46;0,65;1,68;;;2,58;1,806;41; +0,21;2,12;0,56;;;2,58;1,806;41; +0,8;4,82;1,77;;;2,58;1,806;41; +0,97;0,5;1,78;;;2,58;1,806;42; +1;0,8;4,91;;;2,58;1,806;44; +0,29;4,03;4,84;;;2,58;1,806;45; +0,07;2,1;2,37;;;2,54;1,778;46; +0,42;1,9;2,33;;;2,54;1,778;46; +0,27;4,04;3,91;;;2,54;1,778;45; +0,45;1,45;3,53;;;2,54;1,778;40; +0,1;1,15;0,08;;;2,54;1,778;31; +0,1;0,93;4,86;;;2,54;1,778;25; +0,42;4,25;2,42;;;2,49;1,743;21; +0,51;2,13;2,58;;;2,49;1,743;22; +0,99;3,6;3,75;;;2,49;1,743;23; +0,03;4,77;0,88;;;2,49;1,743;25; +0,78;2,51;3,44;;;2,49;1,743;31; +0,08;1,9;1,17;;;2,49;1,743;43; +0,8;0,33;3,58;;;2,51;1,757;51; +0,97;2,69;3,81;;;2,51;1,757;49; +0,59;0,52;3,66;;;2,51;1,757;47; +0,56;1,59;1,96;;;2,51;1,757;44; +0,73;2,46;1,85;;;2,51;1,757;41; +0,14;0,35;0,3;;;2,51;1,757;40; +0,37;0,04;4,86;;;2,49;1,743;38; +0,23;2,11;4,21;;;2,49;1,743;37; +0,64;1,99;2,04;;;2,49;1,743;37; +0,96;2,72;3,57;;;2,49;1,743;38; +0,25;2,05;4,11;;;2,49;1,743;40; +0,02;3,54;4,21;;;2,49;1,743;42; +0,76;2,98;1,96;;;2,47;1,729;43; +0,87;1,97;4,27;;;2,47;1,729;43; +0,81;4,07;1,81;;;2,47;1,729;42; +0,38;4,66;4,64;;;2,47;1,729;38; +0,34;0,38;4,01;;;2,47;1,729;30; +0,37;2,74;3,94;;;2,47;1,729;24; +0,4;3,96;1,78;;;2,44;1,708;20; +0,5;2,96;4,59;;;2,44;1,708;22; +0,32;0,39;1,69;;;2,44;1,708;21; +0,18;2,59;4,22;;;2,44;1,708;23; +0,55;1,06;4,31;;;2,44;1,708;29; +0,33;3,32;3,82;;;2,44;1,708;41; +0,1;0,52;0,32;;;2,44;1,708;45; +0,98;4,77;2,34;;;2,44;1,708;43; +0,94;2,4;0,16;;;2,44;1,708;41; +0,17;1,33;2;;;2,44;1,708;38; +0,71;3,07;3,03;;;2,44;1,708;36; +0,39;2,54;2,96;;;2,44;1,708;35; +0,88;3,75;0,97;;;2,69;1,883;34; +0,68;4,94;2,26;;;2,69;1,883;33; +0,93;0,98;2,44;;;2,69;1,883;34; +0,24;3,95;4,78;;;2,69;1,883;35; +0,41;0,75;2,8;;;2,69;1,883;37; +0,71;2,89;4,11;;;2,69;1,883;39; +0,52;0,47;2,61;;;2,65;1,855;40; +0,06;0,54;4,06;;;2,65;1,855;40; +0,07;1,23;2,24;;;2,65;1,855;39; +0,99;0,03;2,23;;;2,65;1,855;35; +0,12;4,23;0,76;;;2,65;1,855;28; +0,77;1,24;2,19;;;2,65;1,855;22; +0,06;1,75;2,5;;;2,55;1,785;17; +0,25;4,17;1,58;;;2,55;1,785;18; +0,86;0,32;3,94;;;2,55;1,785;18; +0,68;0,74;2,39;;;2,55;1,785;20; +0,2;2,68;1,73;;;2,55;1,785;25; +0,57;3,56;0,7;;;2,55;1,785;35; +0,73;0,4;0,53;;;2,48;1,736;42; +0,77;1,53;0,34;;;2,48;1,736;41; +0,43;3,62;2,91;;;2,48;1,736;39; +0,96;0,12;0,2;;;2,48;1,736;37; +0,96;1,81;1,66;;;2,48;1,736;34; +0,29;3,59;0,49;;;2,48;1,736;32; +0,62;0,72;4,85;;;2,81;1,967;31; +0,62;3,76;4,64;;;2,81;1,967;31; +0,25;0,15;0,72;;;2,81;1,967;31; +0,6;1,5;1,98;;;2,81;1,967;31; +0,79;4,56;2,39;;;2,81;1,967;33; +0,49;1,11;4,44;;;2,81;1,967;34; +0,42;2,44;3,92;;;2,63;1,841;35; +0,91;4,52;3,82;;;2,63;1,841;36; +0,17;4,73;0,32;;;2,63;1,841;35; +0,14;4,13;2,93;;;2,63;1,841;32; +0,87;3,91;4,3;;;2,63;1,841;24; +0,98;3,65;3,84;;;2,63;1,841;19; +0,91;3,79;4,9;;;2,4;1,68;24; +0,44;4,54;0,21;;;2,4;1,68;25; +0,07;4,36;0,57;;;2,4;1,68;26; +0,52;4,61;4,27;;;2,4;1,68;28; +0,96;1,5;3,02;;;2,4;1,68;33; +0,98;4,79;3,43;;;2,4;1,68;45; +0,69;2,19;2,84;;;2,3;1,61;53; +0,9;4,87;4,89;;;2,3;1,61;52; +0,9;0,78;2,18;;;2,3;1,61;51; +0,45;2,99;0,29;;;2,3;1,61;48; +0,88;0,15;3,11;;;2,3;1,61;45; +0,1;0,35;1,21;;;2,3;1,61;43; +0,26;0,74;0,4;;;2,34;1,638;42; +0,89;0,53;3,5;;;2,34;1,638;42; +0,29;4,49;4,59;;;2,34;1,638;42; +0,13;0,03;0,46;;;2,34;1,638;43; +0,78;0,98;1,4;;;2,34;1,638;45; +0,39;2,68;4,13;;;2,34;1,638;46; +0,03;3,99;3,23;;;2,27;1,589;47; +0,88;0,32;3,54;;;2,27;1,589;46; +0,88;4,87;0,09;;;2,27;1,589;45; +0,53;2,72;0,09;;;2,27;1,589;41; +0,16;3,79;4,96;;;2,27;1,589;32; +0,48;0,12;0,57;;;2,27;1,589;26; +0,38;1,6;4,78;;;2,23;1,561;32; +0,66;2,71;2,25;;;2,23;1,561;33; +0,26;2,82;3,26;;;2,23;1,561;33; +0,69;2,6;1,77;;;2,23;1,561;36; +0,16;1,75;4,82;;;2,23;1,561;41; +0,32;1,08;4,68;;;2,23;1,561;55; +0,51;1,54;2,89;;;2,21;1,547;65; +0,14;1,11;2,25;;;2,21;1,547;64; +0,64;3,59;4,14;;;2,21;1,547;63; +0,41;3,27;3,66;;;2,21;1,547;60; +0,66;0,77;4,95;;;2,21;1,547;57; +0;4,36;2,79;;;2,21;1,547;55; +0,98;2,26;4,77;;;2,27;1,589;53; +0,83;2,92;2,75;;;2,27;1,589;53; +0,39;3,46;3,94;;;2,27;1,589;53; +0,33;0,8;3,01;;;2,27;1,589;54; +0,22;0,34;0,32;;;2,27;1,589;56; +0,14;4,21;0,97;;;2,27;1,589;58; +0,9;1;4,27;;;2,17;1,519;57; +0,15;2;2,71;;;2,17;1,519;57; +0,16;0,94;4,18;;;2,17;1,519;55; +0,86;3,7;2,3;;;2,17;1,519;50; +0,63;3,03;3,63;;;2,17;1,519;40; +0,15;2,7;2,05;;;2,17;1,519;33; +0,53;3,16;1,42;;;2,04;1,428;39; +0,42;2,27;0,71;;;2,04;1,428;40; +0,92;4,89;2,92;;;2,04;1,428;41; +0,74;0,9;1,24;;;2,04;1,428;43; +0,98;1,62;3,65;;;2,04;1,428;49; +0,82;2,07;3,79;;;2,04;1,428;64; +0,59;2,28;4,6;;;1,98;1,386;77; +0,74;4,34;4,74;;;1,98;1,386;74; +0,14;2,35;0,83;;;1,98;1,386;73; +0,44;2,84;3,77;;;1,98;1,386;70; +0,6;1,87;4,8;;;1,98;1,386;67; +0,17;1,39;4,83;;;1,98;1,386;65; +0,44;2,07;2,6;;;2,3;1,61;63; +0,69;3,02;0,01;;;2,3;1,61;62; +0,89;1,59;4,7;;;2,3;1,61;62; +1;3,04;2,4;;;2,3;1,61;64; +0,15;0,36;4,99;;;2,3;1,61;66; +1;3,92;4,68;;;2,3;1,61;67; +0,85;0,67;0,87;;;2,22;1,554;67; +0,25;4,27;3,42;;;2,22;1,554;66; +0,79;4,21;0,76;;;2,22;1,554;64; +0,95;4,54;0,65;;;2,22;1,554;58; +0,85;2,33;4,85;;;2,22;1,554;48; +0,46;0,03;3,26;;;2,22;1,554;41; +0,03;2,66;3,12;;;2,11;1,477;38; +0,4;2,23;0,09;;;2,11;1,477;39; +0,19;2,98;3,72;;;2,11;1,477;40; +0,5;4,56;1,42;;;2,11;1,477;42; +0,73;2,61;0,83;;;2,11;1,477;48; +0,33;3,18;3,38;;;2,11;1,477;63; +0,72;1,83;1,02;;;2,07;1,449;77; +0,08;3,61;2,38;;;2,07;1,449;74; +0,79;2,13;1,04;;;2,07;1,449;73; +0,03;1,25;2,15;;;2,07;1,449;70; +0,09;1,95;0,56;;;2,07;1,449;67; +0,35;2,22;0,39;;;2,07;1,449;64; +0,65;0,08;4,57;;;2,44;1,708;63; +0,37;4,5;4,86;;;2,44;1,708;62; +0,4;2,05;1,02;;;2,44;1,708;62; +0,58;3,5;1,54;;;2,44;1,708;63; +0,92;1,43;0,37;;;2,44;1,708;66; +0,59;4,94;2,23;;;2,44;1,708;67; +0,49;1,3;3,75;;;2,35;1,645;67; +0,94;4,97;0,51;;;2,35;1,645;66; +0,92;0,7;1,26;;;2,35;1,645;64; +0,18;4,1;3,64;;;2,35;1,645;58; +0,71;3,42;2,33;;;2,35;1,645;48; +0,73;4,51;2,44;;;2,35;1,645;40; +0,51;4,89;2,41;;;2,28;1,596;33; +0,29;0,04;1,16;;;2,28;1,596;34; +0,23;3,7;2,93;;;2,28;1,596;35; +0,44;0,34;1,81;;;2,28;1,596;37; +0,74;0,33;1,92;;;2,28;1,596;43; +0,91;1,56;2,43;;;2,28;1,596;59; +0,34;4,95;3,3;;;2,27;1,589;69; +0,26;4,84;0,63;;;2,27;1,589;66; +0,35;4,06;2,37;;;2,27;1,589;65; +0,54;3,58;0,43;;;2,27;1,589;62; +0,24;2,95;4,11;;;2,27;1,589;59; +0,48;4,58;1,84;;;2,27;1,589;58; +0,25;3,47;1,99;;;2,41;1,687;56; +0,72;1,08;0,93;;;2,41;1,687;55; +0,98;1,34;2,62;;;2,41;1,687;54; +0,21;5;0,4;;;2,41;1,687;55; +0,95;3,05;3,88;;;2,41;1,687;58; +0,47;4,68;4,12;;;2,41;1,687;60; +0,59;4,49;2,13;;;2,37;1,659;60; +0,23;0,32;0,21;;;2,37;1,659;59; +0,57;1,08;4,79;;;2,37;1,659;58; +0,27;4,19;0,07;;;2,37;1,659;53; +0,42;4,11;3,55;;;2,37;1,659;43; +0,54;4,2;0,2;;;2,37;1,659;36; +0,21;1,54;3,4;;;2,26;1,582;31; +0,9;0,05;3,92;;;2,26;1,582;32; +0,89;2,43;2,64;;;2,26;1,582;32; +0,87;0,89;4,39;;;2,26;1,582;35; +0,21;0,66;1,06;;;2,26;1,582;42; +0,23;0,82;1,6;;;2,26;1,582;57; +0;4,84;2,47;;;2,18;1,526;63; +0,67;3,14;0,02;;;2,18;1,526;60; +0,12;2,8;0,59;;;2,18;1,526;58; +0,36;4,86;1,61;;;2,18;1,526;56; +0,29;2,17;4,48;;;2,18;1,526;53; +0,88;2,21;3,83;;;2,18;1,526;51; +0,73;2,12;2,84;;;2,58;1,806;50; +0,22;0,84;1,78;;;2,58;1,806;49; +0,89;4,2;4,03;;;2,58;1,806;50; +0,47;4,19;2,51;;;2,58;1,806;51; +0,58;1,25;0,53;;;2,58;1,806;53; +0,71;3,48;0,17;;;2,58;1,806;56; +0,44;0,17;2,18;;;2,46;1,722;56; +0,84;0,15;2;;;2,46;1,722;56; +0,87;2,21;1,53;;;2,46;1,722;55; +0,07;3,47;0,93;;;2,46;1,722;50; +0,24;2,63;0,91;;;2,46;1,722;40; +0,08;1,2;2,1;;;2,46;1,722;33; +0,76;2,01;4,05;;;2,28;1,596;27; +0,27;0,08;3,01;;;2,28;1,596;28; +0,49;2,4;4,55;;;2,28;1,596;29; +0,79;1,71;4,83;;;2,28;1,596;32; +0,89;2,09;0,74;;;2,28;1,596;37; +0,67;4,81;0,91;;;2,28;1,596;50; +0,3;3,48;1,8;;;2,23;1,561;59; +0,98;1;2,19;;;2,23;1,561;57; +0,3;4,43;1,02;;;2,23;1,561;56; +0,94;2,95;3,78;;;2,23;1,561;54; +0,89;0,4;4,61;;;2,23;1,561;51; +0,26;2,52;4,02;;;2,23;1,561;49; +0,19;3,09;0,39;;;2,66;1,862;47; +0,08;4,76;3,28;;;2,66;1,862;47; +0,92;0,19;2,07;;;2,66;1,862;47; +0,53;4,25;1,4;;;2,66;1,862;48; +0,86;3,27;3,13;;;2,66;1,862;50; +0,24;1,36;1,12;;;2,66;1,862;52; +0,07;0,73;0,6;;;2,56;1,792;52; +0,38;1,86;3,99;;;2,56;1,792;52; +0,99;3,76;3,78;;;2,56;1,792;50; +0,02;0,59;0,51;;;2,56;1,792;45; +0,99;4,96;4,26;;;2,56;1,792;36; +0,01;4,35;3,46;;;2,56;1,792;29; +0,22;3,82;3,14;;;2,42;1,694;25; +0,97;0,19;3,82;;;2,42;1,694;26; +0,85;4,14;1,82;;;2,42;1,694;27; +0,42;0,81;3,77;;;2,42;1,694;29; +0,13;0,82;2,1;;;2,42;1,694;35; +0,83;1,45;2,31;;;2,42;1,694;47; +0,93;4,67;2,03;;;2,39;1,673;56; +0,24;3,11;0,81;;;2,39;1,673;55; +0,08;4,96;1,51;;;2,39;1,673;54; +0,2;2,12;1,43;;;2,39;1,673;50; +0,9;1,43;3,13;;;2,39;1,673;47; +0,82;2,65;0,98;;;2,39;1,673;45; +0,2;0,12;0,67;;;2,53;1,771;44; +0,29;4,52;4,85;;;2,53;1,771;44; +0,01;2,82;3,93;;;2,53;1,771;44; +0,61;1,23;2,94;;;2,53;1,771;45; +0,96;1,1;0,89;;;2,53;1,771;47; +0,35;0,92;0,06;;;2,53;1,771;48; +0,24;3,26;2,28;;;2,42;1,694;49; +0,85;3,9;1,11;;;2,42;1,694;49; +0,31;0,1;4,82;;;2,42;1,694;47; +0,77;0,31;4,16;;;2,42;1,694;43; +0,15;1,6;1,89;;;2,42;1,694;33; +0,01;2,1;0,17;;;2,42;1,694;27; +0,23;1,73;1,44;;;2,31;1,617;23; +0,45;2,68;3,32;;;2,31;1,617;24; +0,24;2,5;0,41;;;2,31;1,617;25; +0,32;2,84;4,28;;;2,31;1,617;27; +0,32;4,04;3,49;;;2,31;1,617;33; +0,41;1,79;1,71;;;2,31;1,617;44; +0,34;4,11;2,76;;;2,4;1,68;53; +0,54;0,85;0,67;;;2,4;1,68;52; +0,48;1,73;1,83;;;2,4;1,68;51; +0,04;2,81;1,82;;;2,4;1,68;47; +0,57;3,02;4,94;;;2,4;1,68;44; +0,12;1,76;3,6;;;2,4;1,68;42; +0,53;3,76;4,55;;;2,65;1,855;41; +0,85;4,77;0,76;;;2,65;1,855;41; +0,08;3,09;2,52;;;2,65;1,855;41; +0,11;1,84;4,09;;;2,65;1,855;42; +0,19;4,18;4,13;;;2,65;1,855;44; +0,53;2,26;0,3;;;2,65;1,855;45; +0,07;3,36;2,17;;;2,53;1,771;46; +0,44;1,31;4,47;;;2,53;1,771;46; +0,26;2,31;3,47;;;2,53;1,771;45; +0,03;0,61;1,51;;;2,53;1,771;40; +0,78;0,99;3,49;;;2,53;1,771;31; +0,62;1,45;4,72;;;2,53;1,771;25; +0,54;2,01;3,53;;;2,41;1,687;24; +0,34;2,38;3,56;;;2,41;1,687;25; +0,86;4,5;1,68;;;2,41;1,687;26; +0,95;2,36;1,04;;;2,41;1,687;29; +0,36;1,65;1,45;;;2,41;1,687;34; +0,14;3,39;1,46;;;2,41;1,687;46; +0,81;0,67;0,68;;;2,35;1,645;55; +0,52;0,09;0,78;;;2,35;1,645;53; +0,4;3,58;1,82;;;2,35;1,645;52; +0,24;1,58;3,6;;;2,35;1,645;49; +0,04;0,27;2,27;;;2,35;1,645;46; +0,29;1,26;0,61;;;2,35;1,645;44; +0,45;1,58;3,09;;;2,5;1,75;43; +0,71;4,44;3,94;;;2,5;1,75;43; +0,29;3,52;0,82;;;2,5;1,75;43; +0,12;2,41;3,79;;;2,5;1,75;44; +0,47;2;1,69;;;2,5;1,75;46; +0,44;1,83;3,85;;;2,5;1,75;47; +0,24;1,73;4,2;;;2,39;1,673;47; +0,81;3,42;1,22;;;2,39;1,673;47; +0,21;0,65;4,89;;;2,39;1,673;46; +0,3;1,86;1,13;;;2,39;1,673;42; +0,54;4,18;3,67;;;2,39;1,673;32; +0,29;1,46;0,02;;;2,39;1,673;26; +0,74;3,09;2,36;;;2,33;1,631;25; +0,31;4,13;1,22;;;2,33;1,631;26; +0,88;0,84;1,49;;;2,33;1,631;27; +0,03;2,53;0,48;;;2,33;1,631;29; +0,17;3,11;3,57;;;2,33;1,631;34; +0,98;3,32;3,72;;;2,33;1,631;46; +0,21;3,85;1,9;;;2,31;1,617;56; +0,11;1,91;1,32;;;2,31;1,617;55; +0,52;1,94;4,54;;;2,31;1,617;53; +0,79;0,78;2,44;;;2,31;1,617;51; +0,12;2,53;2;;;2,31;1,617;48; +0,41;3,53;1,55;;;2,31;1,617;46; +0,08;2,57;3,41;;;2,47;1,729;44; +0,16;3,21;1,44;;;2,47;1,729;44; +0,58;2,68;0,33;;;2,47;1,729;44; +0,45;1,04;4,84;;;2,47;1,729;45; +0,3;1,05;2,53;;;2,47;1,729;47; +0,47;1,59;4,84;;;2,47;1,729;48; +0,68;0,93;0,73;;;2,5;1,75;49; +0,68;3,75;4,6;;;2,5;1,75;49; +0,9;3,36;1,37;;;2,5;1,75;47; +0,33;3,63;1,93;;;2,5;1,75;43; +0,4;3,01;3,17;;;2,5;1,75;33; +0,75;2,22;0,64;;;2,5;1,75;27; +0,78;4,16;1,81;;;2,43;1,701;21; +0,62;3,18;2,96;;;2,43;1,701;22; +0,01;2,87;4,1;;;2,43;1,701;23; +0,19;4,83;2,9;;;2,43;1,701;25; +0,49;3,06;2,37;;;2,43;1,701;31; +0,91;2,15;0,23;;;2,43;1,701;43; +0,8;3,08;1,63;;;2,37;1,659;51; +0,15;1,31;0,35;;;2,37;1,659;49; +0,75;2,58;2,64;;;2,37;1,659;47; +0,28;0,33;1,39;;;2,37;1,659;44; +0,03;4,5;0,42;;;2,37;1,659;41; +0,09;4,5;1,18;;;2,37;1,659;40; +0,4;1,21;3,07;;;2,7;1,89;39; +0,06;1,49;0,82;;;2,7;1,89;37; +0,9;1,47;1,76;;;2,7;1,89;37; +0,88;0,3;4,75;;;2,7;1,89;38; +0,27;3,84;2,32;;;2,7;1,89;40; +0,57;1,46;4,34;;;2,7;1,89;42; +0,86;4,52;2,78;;;2,57;1,799;44; +0,98;1,32;1,14;;;2,57;1,799;43; +0,75;2,52;2,07;;;2,57;1,799;42; +0,5;2,44;3,49;;;2,57;1,799;38; +0,13;3,12;3,17;;;2,57;1,799;30; +0,3;1,66;4,6;;;2,57;1,799;24; +0,65;3,06;1,81;;;2,45;1,715;21; +0,27;0,63;4,04;;;2,45;1,715;23; +0,46;3,25;4,58;;;2,45;1,715;22; +0,94;2,28;2,68;;;2,45;1,715;25; +0,45;0,61;4,3;;;2,45;1,715;31; +0,51;2,79;0,65;;;2,45;1,715;44; +0,39;4,98;2,52;;;2,41;1,687;48; +0,45;4,41;0,14;;;2,41;1,687;46; +0,88;0,6;5;;;2,41;1,687;43; +0,67;1,43;2,99;;;2,41;1,687;41; +0,08;2,16;4,22;;;2,41;1,687;39; +0,56;3,23;1,31;;;2,41;1,687;38; +0,66;4,73;0,63;;;2,63;1,841;36; +0,01;2,07;1,68;;;2,63;1,841;36; +0,03;0,34;3,36;;;2,63;1,841;37; +0,13;0,33;4,7;;;2,63;1,841;37; +0,74;1,16;3,8;;;2,63;1,841;39; +0,61;1,49;0,38;;;2,63;1,841;42; +0,26;1,85;4,7;;;2,48;1,736;42; +0,21;4,49;0,54;;;2,48;1,736;43; +0,98;4,18;0,65;;;2,48;1,736;42; +0,94;3,37;4,24;;;2,48;1,736;38; +0,91;4,15;1,5;;;2,48;1,736;30; +0,93;2,23;2,99;;;2,48;1,736;24; +0,11;3,45;4,86;;;2,4;1,68;22; +0,74;2,96;2,42;;;2,4;1,68;23; +0,11;2,12;1,35;;;2,4;1,68;24; +0,71;3,13;4,73;;;2,4;1,68;27; +0,3;0,17;2,12;;;2,4;1,68;32; +0,27;1,7;2,58;;;2,4;1,68;43; +0,69;0,6;4,18;;;2,4;1,68;52; +0,75;4,64;1,31;;;2,4;1,68;50; +0,27;3,13;0,81;;;2,4;1,68;49; +0,25;3,02;3,08;;;2,4;1,68;46; +0,56;1,67;4,51;;;2,4;1,68;43; +0,81;1,5;2,73;;;2,4;1,68;41; +0,77;1,58;2,88;;;2,56;1,792;40; +0,87;0,07;2,09;;;2,56;1,792;39; +0,7;0,43;4,8;;;2,56;1,792;40; +0,15;2,32;3,85;;;2,56;1,792;41; +0,58;0,27;1,85;;;2,56;1,792;43; +0,35;0,89;1,11;;;2,56;1,792;44; +0,47;4,62;2,69;;;2,41;1,687;45; +0,54;2,31;0,99;;;2,41;1,687;45; +0,42;0,64;2,67;;;2,41;1,687;44; +0,6;0,84;1,68;;;2,41;1,687;39; +0,54;1,19;3,92;;;2,41;1,687;31; +0,35;3,15;0,87;;;2,41;1,687;24; +0,1;4,14;4,34;;;2,32;1,624;28; +0,73;0,25;4,89;;;2,32;1,624;29; +0,47;0,7;2,87;;;2,32;1,624;29; +0,76;2,92;3,86;;;2,32;1,624;32; +0,53;3,85;0,87;;;2,32;1,624;37; +0,26;3,09;2,85;;;2,32;1,624;50; +0,11;2,47;2,85;;;2,26;1,582;60; +0,33;2,41;1,67;;;2,26;1,582;58; +0,74;2,27;3,96;;;2,26;1,582;57; +0,11;4,64;3,56;;;2,26;1,582;54; +0,35;1,12;0,84;;;2,26;1,582;51; +0,64;4,84;4,17;;;2,26;1,582;49; +0,86;2,35;2,74;;;2,36;1,652;48; +0,65;1,68;0,09;;;2,36;1,652;47; +0,57;3,94;3,13;;;2,36;1,652;48; +0,92;0,95;1,78;;;2,36;1,652;49; +0,27;1,63;0,16;;;2,36;1,652;51; +0,22;0,75;0,07;;;2,36;1,652;52; +0,11;3,21;2,07;;;2,28;1,596;52; +0,09;1,73;4,88;;;2,28;1,596;52; +0,31;3,19;1,08;;;2,28;1,596;50; +0,09;2,89;2,8;;;2,28;1,596;45; +0,13;4,65;0,35;;;2,28;1,596;36; +0,25;1,88;4,75;;;2,28;1,596;29; +0,87;2,69;1,5;;;2,2;1,54;32; +0,42;3,91;2,87;;;2,2;1,54;33; +0,96;4,49;0,17;;;2,2;1,54;34; +0,89;2,45;1,81;;;2,2;1,54;36; +0,59;3,44;1,33;;;2,2;1,54;42; +0,12;2,39;0,68;;;2,2;1,54;56; +0,75;3,76;0,56;;;2,17;1,519;66; +0,87;3,87;2,71;;;2,17;1,519;64; +0,15;0,6;0,93;;;2,17;1,519;63; +0,01;4,68;3;;;2,17;1,519;61; +0,44;4,98;3,03;;;2,17;1,519;58; +0,53;0,3;3,16;;;2,17;1,519;56; +0,44;4,69;0,25;;;2,4;1,68;54; +0,25;3,96;0,93;;;2,4;1,68;54; +0,97;2,94;2,52;;;2,4;1,68;54; +0,06;0,38;0,25;;;2,4;1,68;55; +0,19;1,13;2,26;;;2,4;1,68;57; +0,54;1,66;1,26;;;2,4;1,68;58; +0,55;1,1;0,01;;;2,28;1,596;58; +0,16;1,41;3,93;;;2,28;1,596;57; +0,53;0,57;3,02;;;2,28;1,596;56; +0,28;1,53;1,42;;;2,28;1,596;50; +0,51;4,45;4,14;;;2,28;1,596;40; +0,46;0,18;0,55;;;2,28;1,596;34; +0,67;0,43;0,43;;;2,19;1,533;35; +0,07;2,8;3,5;;;2,19;1,533;36; +0,2;3,11;4,57;;;2,19;1,533;37; +0,96;0,07;1,32;;;2,19;1,533;40; +0,23;1,71;1,91;;;2,19;1,533;45; +0,08;0,62;2,6;;;2,19;1,533;61; +0,59;0,8;3,12;;;2,16;1,512;72; +0,74;1,88;1,12;;;2,16;1,512;70; +0,33;2,02;2,53;;;2,16;1,512;69; +0,23;2,81;4,59;;;2,16;1,512;66; +0,41;4,79;0,85;;;2,16;1,512;63; +0,87;3,51;2,36;;;2,16;1,512;61; +0,78;4,11;4,35;;;2,32;1,624;59; +0,77;0,04;0,57;;;2,32;1,624;58; +0,73;2,73;1,51;;;2,32;1,624;59; +0,95;2,73;2,76;;;2,32;1,624;60; +0,92;3,75;0,87;;;2,32;1,624;62; +0,77;3,85;3,67;;;2,32;1,624;63; +0,99;4,05;4,41;;;2,22;1,554;63; +0,86;3,09;2,73;;;2,22;1,554;63; +0,79;3,54;2,76;;;2,22;1,554;61; +0,42;1,4;0,17;;;2,22;1,554;55; +0,86;3,94;3,11;;;2,22;1,554;44; +0,19;3,61;4,26;;;2,22;1,554;37; +0,92;4,1;0,51;;;2,16;1,512;34; +0,65;2,32;0,52;;;2,16;1,512;35; +0,6;3,48;3,66;;;2,16;1,512;36; +0,67;4,15;1,53;;;2,16;1,512;38; +0,4;2,96;3,61;;;2,16;1,512;43; +0,95;1,13;2,46;;;2,16;1,512;58; +0,14;0,95;1,49;;;2,21;1,547;70; +0,26;2,76;2,64;;;2,21;1,547;68; +0,44;0,17;1,3;;;2,21;1,547;67; +0,16;0,4;0,75;;;2,21;1,547;64; +0,85;4;0,18;;;2,21;1,547;61; +0,39;4,14;3,79;;;2,21;1,547;59; +0,78;4,07;0,39;;;2,43;1,701;57; +0,82;1,53;2,22;;;2,43;1,701;56; +0,87;2,91;0,71;;;2,43;1,701;57; +1;4,61;1,9;;;2,43;1,701;58; +0,15;2,32;2,08;;;2,43;1,701;60; +0,39;2,38;3,02;;;2,43;1,701;61; +0,48;0,16;1,48;;;2,42;1,694;61; +0,12;2,67;4,09;;;2,42;1,694;60; +0,39;1,9;0,23;;;2,42;1,694;58; +0,76;2,39;2,19;;;2,42;1,694;53; +0,72;2,43;0,7;;;2,42;1,694;43; +0,36;2,99;3,43;;;2,42;1,694;36; +0,2;3,09;3,34;;;2,3;1,61;32; +0,84;0,73;0,75;;;2,3;1,61;33; +0,23;4,81;4,33;;;2,3;1,61;34; +0,54;4,37;0,14;;;2,3;1,61;36; +0,86;1,57;3,34;;;2,3;1,61;41; +0,56;2,85;0,7;;;2,3;1,61;56; +0,99;2,52;1,06;;;2,22;1,554;67; +0,79;2,87;3,03;;;2,22;1,554;64; +0,5;1,41;0,5;;;2,22;1,554;62; +0,86;1,11;1,55;;;2,22;1,554;60; +0,86;1,07;3,99;;;2,22;1,554;57; +0,86;0,75;0,87;;;2,22;1,554;56; +0,56;1,79;2,53;;;2,43;1,701;54; +0,83;0,74;3,65;;;2,43;1,701;53; +0,45;4,34;3,77;;;2,43;1,701;52; +0,65;1,23;0,17;;;2,43;1,701;53; +0,39;0,07;3,79;;;2,43;1,701;56; +0,13;0,21;2,16;;;2,43;1,701;58; +0,29;3,63;3,52;;;2,32;1,624;58; +0,78;4,29;1,58;;;2,32;1,624;57; +0,41;3;3,97;;;2,32;1,624;55; +0,39;0,73;2,91;;;2,32;1,624;51; +0,89;4,74;3,75;;;2,32;1,624;41; +0,16;4,85;4,49;;;2,32;1,624;34; +0,11;2,74;3,98;;;2,18;1,526;34; +0,76;0,65;3,66;;;2,18;1,526;35; +0,43;2,08;0,2;;;2,18;1,526;35; +0,27;1,5;2,06;;;2,18;1,526;38; +0,71;3,29;4,03;;;2,18;1,526;44; +0,91;4,82;4,71;;;2,18;1,526;60; +0,82;0,56;4,98;;;2,19;1,533;67; +0,82;4,95;0,3;;;2,19;1,533;63; +0,9;2,83;1,1;;;2,19;1,533;62; +0,11;4,15;4,91;;;2,19;1,533;60; +0,96;2,51;4,51;;;2,19;1,533;57; +0,04;4,63;2,51;;;2,19;1,533;56; +0,28;3,93;3,69;;;2,39;1,673;54; +0,27;4,9;2,99;;;2,39;1,673;54; +0,98;2,54;0,94;;;2,39;1,673;54; +0,59;2,63;4,87;;;2,39;1,673;56; +0,2;0,5;1,99;;;2,39;1,673;57; +0,55;1,52;0,88;;;2,39;1,673;60; +0,03;3,75;3,9;;;2,3;1,61;60; +0,82;1,01;3,92;;;2,3;1,61;59; +0,19;3,18;3,86;;;2,3;1,61;58; +0,58;2,17;2,99;;;2,3;1,61;53; +0,24;4,94;0,48;;;2,3;1,61;43; +0,91;1,93;0,3;;;2,3;1,61;36; +0,38;4,14;3,99;;;2,22;1,554;35; +0,65;0,78;2,33;;;2,22;1,554;36; +0,09;3,09;1,5;;;2,22;1,554;37; +0,69;0,37;3,51;;;2,22;1,554;40; +0,52;2,27;4,24;;;2,22;1,554;46; +0,69;0,4;1,24;;;2,22;1,554;61; +0,63;1,78;1,14;;;2,17;1,519;72; +0,89;2,77;0,71;;;2,17;1,519;70; +0,93;1,23;2,28;;;2,17;1,519;69; +0,92;2,12;1,39;;;2,17;1,519;66; +0,36;1,54;1,08;;;2,17;1,519;63; +0,91;0,43;3,6;;;2,17;1,519;61; +0,11;2,39;0,44;;;2,3;1,61;59; +0,6;1,37;3,62;;;2,3;1,61;59; +0,8;4,11;4,38;;;2,3;1,61;59; +0,49;1,56;1,63;;;2,3;1,61;60; +0,98;4,21;0,32;;;2,3;1,61;62; +0,58;0,06;2,99;;;2,3;1,61;64; +0,7;0,81;4,03;;;2,22;1,554;64; +0,56;1,41;0,17;;;2,22;1,554;63; +0,84;2,05;4,92;;;2,22;1,554;60; +0,26;4,27;0,3;;;2,22;1,554;55; +0,3;0,99;2,73;;;2,22;1,554;45; +0,65;4,94;4,98;;;2,22;1,554;37; +0,96;4,94;0,93;;;2,15;1,505;39; +0,48;1,73;0,37;;;2,15;1,505;40; +0,13;2,69;0,85;;;2,15;1,505;41; +0,95;2,76;3,36;;;2,15;1,505;44; +0,93;3,56;2,08;;;2,15;1,505;49; +0,68;0,97;3,01;;;2,15;1,505;64; +0,02;4,18;2,21;;;2,13;1,491;77; +0,34;3,13;1,05;;;2,13;1,491;74; +0,85;3,78;1,3;;;2,13;1,491;74; +0,52;1,21;3,33;;;2,13;1,491;71; +0,12;0,45;1,74;;;2,13;1,491;68; +0,79;1,9;1,46;;;2,13;1,491;65; +0,73;2,33;3,16;;;2,25;1,575;63; +0,84;2,91;4,12;;;2,25;1,575;62; +0,84;2,94;0,93;;;2,25;1,575;63; +0,15;0,27;3,78;;;2,25;1,575;64; +0,55;5;1,67;;;2,25;1,575;66; +0,78;2,44;3,77;;;2,25;1,575;67; +0,78;1,43;3,71;;;2,16;1,512;67; +0,69;1,75;3,82;;;2,16;1,512;66; +0,14;1,48;1,13;;;2,16;1,512;64; +0,17;2,47;4,83;;;2,16;1,512;58; +0,79;4,91;1,63;;;2,16;1,512;48; +0,42;2,42;4,82;;;2,16;1,512;41; +0,58;0,96;0,33;;;2,13;1,491;38; +0,07;3,19;4,09;;;2,13;1,491;39; +0,74;3,26;4,98;;;2,13;1,491;40; +0,5;0,64;3;;;2,13;1,491;42; +0,45;3,15;0,12;;;2,13;1,491;48; +0,11;3,5;0,14;;;2,13;1,491;63; +0,71;4,18;3,5;;;2,15;1,505;75; +0,07;4,24;4,2;;;2,15;1,505;73; +0,07;2,83;4,75;;;2,15;1,505;72; +0,05;4,17;3,61;;;2,15;1,505;69; +0,58;0,37;0,11;;;2,15;1,505;66; +0,96;1,03;3,65;;;2,15;1,505;64; +0,32;1,8;4,66;;;2,37;1,659;62; +0,18;0,63;3,02;;;2,37;1,659;61; +0,41;3,84;1,33;;;2,37;1,659;62; +0,02;0,1;3,43;;;2,37;1,659;63; +0,6;1,78;2,9;;;2,37;1,659;65; +0,71;4,96;4,09;;;2,37;1,659;66; +0,54;3,16;2,72;;;2,34;1,638;66; +0,28;4,26;1,63;;;2,34;1,638;65; +0,01;4,37;2,04;;;2,34;1,638;63; +0,17;1,78;3,87;;;2,34;1,638;57; +0,77;1,59;1,22;;;2,34;1,638;46; +0,52;2,33;0,1;;;2,34;1,638;39; +0,21;4,86;4,11;;;2,23;1,561;34; +0,82;4,55;4,58;;;2,23;1,561;35; +0,34;2,85;4,75;;;2,23;1,561;36; +0,8;1,4;3,7;;;2,23;1,561;38; +0,71;3,29;0,05;;;2,23;1,561;43; +0,68;1,09;4,1;;;2,23;1,561;58; +0,9;3,98;2,77;;;2,22;1,554;69; +0,38;2,77;3,56;;;2,22;1,554;67; +0,58;4,12;0;;;2,22;1,554;66; +0,22;1,13;1,4;;;2,22;1,554;63; +0,66;1,77;1,69;;;2,22;1,554;60; +0,82;0,62;4,65;;;2,22;1,554;58; +0,7;1,47;3,37;;;2,53;1,771;56; +0,44;3,2;0,89;;;2,53;1,771;56; +0,62;4,62;3,14;;;2,53;1,771;56; +0,74;4,56;2,87;;;2,53;1,771;57; +0,9;2,55;1,53;;;2,53;1,771;59; +0,53;4,42;3,53;;;2,53;1,771;61; +0,53;1,32;4,74;;;2,44;1,708;60; +0,07;3,82;4,37;;;2,44;1,708;60; +0,45;3,62;2,96;;;2,44;1,708;58; +0,2;4,51;0,91;;;2,44;1,708;52; +0,74;4,14;3,82;;;2,44;1,708;42; +0,09;3,98;3,07;;;2,44;1,708;35; +0,87;3,33;1,58;;;2,35;1,645;28; +0,68;3,85;4,55;;;2,35;1,645;29; +0,59;3,88;1,23;;;2,35;1,645;30; +0,31;2,3;3,58;;;2,35;1,645;32; +0,31;2,7;2,04;;;2,35;1,645;38; +0,53;3,01;1,98;;;2,35;1,645;51; +0,6;4,29;2,92;;;2,33;1,631;61; +0,96;3,55;2,97;;;2,33;1,631;60; +0,37;3,41;2,56;;;2,33;1,631;58; +0,88;0,39;3,04;;;2,33;1,631;56; +0,99;1,83;1,22;;;2,33;1,631;53; +0,23;3,52;1,56;;;2,33;1,631;51; +0,36;2,2;0,4;;;2,55;1,785;49; +0,17;3,01;1,22;;;2,55;1,785;48; +0,74;0,77;2,3;;;2,55;1,785;49; +0,09;0,28;3,9;;;2,55;1,785;50; +0,12;3,98;0,33;;;2,55;1,785;52; +0,1;0,93;1,26;;;2,55;1,785;53; +0,48;3,59;3,22;;;2,48;1,736;53; +0,69;1,25;3,38;;;2,48;1,736;53; +0,94;3,31;2,32;;;2,48;1,736;51; +0,71;1,15;0,53;;;2,48;1,736;46; +0,15;1,82;3,74;;;2,48;1,736;37; +0,67;0,83;4,87;;;2,48;1,736;30; +0,95;4,63;2,25;;;2,39;1,673;23; +0,31;4,26;2,51;;;2,39;1,673;24; +0,29;2,08;0,62;;;2,39;1,673;25; +0,92;1,83;0,12;;;2,39;1,673;27; +0,1;2,19;4,87;;;2,39;1,673;33; +0,1;4,49;3,12;;;2,39;1,673;45; +0,01;2,68;1,9;;;2,39;1,673;54; +0,29;0,63;1,52;;;2,39;1,673;51; +0,58;0,78;2,82;;;2,39;1,673;50; +0,19;1,38;0,63;;;2,39;1,673;47; +1;3,67;2,17;;;2,39;1,673;44; +0,1;2,93;1,63;;;2,39;1,673;43; +0,67;1,14;1,46;;;2,68;1,876;41; +0,74;2,85;1,18;;;2,68;1,876;40; +0,5;0,7;1,46;;;2,68;1,876;40; +0,45;1,3;4,16;;;2,68;1,876;41; +0,79;4,67;4,62;;;2,68;1,876;43; +0,11;2,31;2,45;;;2,68;1,876;45; +0,04;4,65;4,44;;;2,49;1,743;46; +0,64;3,58;0,31;;;2,49;1,743;46; +0,39;2,16;1,49;;;2,49;1,743;45; +0,7;2,41;2,06;;;2,49;1,743;41; +0,64;3,33;1,87;;;2,49;1,743;32; +0,62;2,76;4;;;2,49;1,743;26; +0,8;1,58;1,42;;;2,26;1,582;22; +0,57;0,84;2,86;;;2,26;1,582;24; +0,65;0,91;0,88;;;2,26;1,582;25; +0,41;4,83;0,35;;;2,26;1,582;32; +0,27;1,99;3,2;;;2,26;1,582;45; +0,45;2,48;4,88;;;2,27;1,589;49; +0,68;4,49;2,19;;;2,27;1,589;46; +0,99;2,42;2,94;;;2,27;1,589;44; +0;2,97;0,33;;;2,27;1,589;42; +0,42;0,6;4,67;;;2,27;1,589;39; +0,97;0,5;0,72;;;2,27;1,589;38; +0,53;4,73;3,05;;;2,85;1,995;37; +0,54;1,68;4,57;;;2,85;1,995;36; +0,26;4,56;2,27;;;2,85;1,995;37; +0,73;2,75;2,78;;;2,85;1,995;38; +0,74;0,73;4,2;;;2,85;1,995;40; +0,15;0,91;3,2;;;2,85;1,995;42; +0,53;4,73;1,46;;;2,66;1,862;43; +0,38;0,63;0,23;;;2,66;1,862;43; +0,5;4,37;3,75;;;2,66;1,862;42; +0,29;0,37;0,72;;;2,66;1,862;38; +0,2;1,4;4,07;;;2,66;1,862;31; +0,04;3,08;0,17;;;2,66;1,862;24; +0,55;3,55;4,53;;;2,4;1,68;19; +0,98;2,41;2,59;;;2,4;1,68;20; +0,08;4,46;3,43;;;2,4;1,68;21; +0,03;3,23;3,8;;;2,4;1,68;23; +0,17;3,91;1,36;;;2,4;1,68;28; +0,22;2,33;1,15;;;2,4;1,68;38; +0,22;1,15;1,43;;;2,37;1,659;45; +0,15;0,85;1,92;;;2,37;1,659;44; +0,38;3,4;2,23;;;2,37;1,659;42; +0,12;4,3;2,12;;;2,37;1,659;40; +0,71;1,9;0,72;;;2,37;1,659;37; +0,76;0,42;2,01;;;2,37;1,659;35; +0,81;2,65;2,84;;;2,86;2,002;35; +0,14;3,79;3,04;;;2,86;2,002;34; +0,28;1,58;4,16;;;2,86;2,002;34; +0,77;2;3,78;;;2,86;2,002;35; +0,58;3,5;0,88;;;2,86;2,002;37; +0,32;4,09;2,31;;;2,86;2,002;38; +0,99;3,08;2,59;;;2,67;1,869;39; +0,42;4,35;3,48;;;2,67;1,869;39; +0,14;3,17;4,55;;;2,67;1,869;38; +0,18;2,29;3,63;;;2,67;1,869;34; +0,05;2,52;2,4;;;2,67;1,869;26; +0,57;2,52;3,82;;;2,67;1,869;21; +0,77;4,46;4,01;;;2,48;1,736;17; +0,84;0,79;1,06;;;2,48;1,736;18; +0,87;4,67;3,96;;;2,48;1,736;18; +0,34;3,92;2,7;;;2,48;1,736;20; +0,85;4,17;2,18;;;2,48;1,736;25; +0,38;4,25;3,7;;;2,48;1,736;35; +0,03;0,38;1,57;;;2,48;1,736;42; +0,4;4,2;4,03;;;2,48;1,736;41; +0,13;4;3,19;;;2,48;1,736;39; +0,58;4,69;2,45;;;2,48;1,736;37; +0,35;3,39;4,87;;;2,48;1,736;34; +0,08;1,68;0,12;;;2,48;1,736;32; +0,5;4,93;1,79;;;2,79;1,953;31; +0,42;1,09;0,09;;;2,79;1,953;31; +0,49;1,91;2,24;;;2,79;1,953;31; +0,65;0,23;0,36;;;2,79;1,953;32; +1;1,85;1;;;2,79;1,953;33; +0,12;0,99;0,12;;;2,79;1,953;34; +0,64;0,56;2,41;;;2,65;1,855;35; +0,82;0,09;1,1;;;2,65;1,855;35; +0,93;2,51;1,03;;;2,65;1,855;34; +1;1,74;3,89;;;2,65;1,855;31; +0,56;1,25;0,54;;;2,65;1,855;24; +0,89;2,12;2,84;;;2,65;1,855;18; +0,79;0,94;4,51;;;2,52;1,764;18; +0,64;3,53;1,08;;;2,52;1,764;19; +0,71;0,36;3,16;;;2,52;1,764;20; +0,43;0,74;1,69;;;2,52;1,764;22; +0,94;3,34;3;;;2,52;1,764;27; +0,43;4,39;2,09;;;2,52;1,764;37; +0,51;3,74;1;;;2,51;1,757;45; +0,52;3,24;2,63;;;2,51;1,757;44; +0,64;1,73;4,65;;;2,51;1,757;42; +0,98;0,47;3,44;;;2,51;1,757;39; +0,3;0,76;1,45;;;2,51;1,757;37; +0,26;4,67;2,34;;;2,51;1,757;35; +0,31;3,81;0,85;;;2,55;1,785;34; +0,4;1,37;2,23;;;2,55;1,785;33; +0,09;4,55;3,86;;;2,55;1,785;33; +0,57;1,95;1,16;;;2,55;1,785;34; +0,04;2,34;4,07;;;2,55;1,785;35; +0;1,4;1,66;;;2,55;1,785;37; +0,32;0,59;2,71;;;2,44;1,708;37; +0,98;1,25;1,91;;;2,44;1,708;38; +0,91;0,23;4,42;;;2,44;1,708;37; +0,73;4,04;1,8;;;2,44;1,708;34; +0,24;4,82;1,16;;;2,44;1,708;26; +0,2;2,53;0,45;;;2,44;1,708;20; +0,58;4,04;3,31;;;2,34;1,638;22; +0,16;3,81;0,61;;;2,34;1,638;23; +0,94;0,39;4,45;;;2,34;1,638;24; +0,85;3,33;2,15;;;2,34;1,638;26; +0,55;1,22;4,36;;;2,34;1,638;32; +0,11;1,18;4,78;;;2,34;1,638;43; +0,8;1,44;3,71;;;2,35;1,645;51; +0,85;2,19;2,84;;;2,35;1,645;50; +0,62;1,57;0,28;;;2,35;1,645;49; +0,41;0,16;0,2;;;2,35;1,645;45; +0,24;3,9;3,58;;;2,35;1,645;43; +0,91;1,67;4,95;;;2,35;1,645;41; +0,26;0,92;0,47;;;2,52;1,764;40; +0,21;1,65;4,59;;;2,52;1,764;39; +0,5;1,06;3,7;;;2,52;1,764;40; +0,51;3,93;1,8;;;2,52;1,764;40; +0,7;1,05;2,44;;;2,52;1,764;42; +0,13;2,27;2,96;;;2,52;1,764;44; +0,93;4,49;0,45;;;2,42;1,694;44; +0,98;3,56;4,5;;;2,42;1,694;44; +0,94;0,86;0,3;;;2,42;1,694;43; +0,43;2,69;2,88;;;2,42;1,694;39; +0,17;2,23;0,82;;;2,42;1,694;30; +0,78;0,01;3,92;;;2,42;1,694;24; +0,72;4,8;1,71;;;2,35;1,645;23; +0,86;4,61;4,44;;;2,35;1,645;25; +0,5;2,54;3,33;;;2,35;1,645;25; +0,8;2,11;4,94;;;2,35;1,645;27; +0,69;2,13;3,72;;;2,35;1,645;32; +0,67;0,82;1,13;;;2,35;1,645;44; +0,39;0,41;4,68;;;2,36;1,652;53; +0,51;0,69;4,96;;;2,36;1,652;52; +0,26;3,38;0,08;;;2,36;1,652;50; +0,62;0,53;2,25;;;2,36;1,652;48; +0,26;2,2;0,89;;;2,36;1,652;45; +0,94;2,58;3,42;;;2,36;1,652;43; +0,99;2,04;1;;;2,56;1,792;42; +0,95;0,81;1,88;;;2,56;1,792;41; +0,25;4,3;1,98;;;2,56;1,792;42; +0,27;4,15;2,29;;;2,56;1,792;43; +0,35;4,91;3,07;;;2,56;1,792;44; +0,97;1,94;3,08;;;2,56;1,792;46; +0,81;0,57;4,98;;;2,44;1,708;46; +0,73;4,26;2,62;;;2,44;1,708;46; +0,38;1,84;2,82;;;2,44;1,708;44; +0,6;0,34;4,88;;;2,44;1,708;40; +0,24;1,41;1;;;2,44;1,708;32; +0,44;2,89;3,63;;;2,44;1,708;25; +0,9;2,46;1,81;;;2,32;1,624;24; +0,7;1,31;3,54;;;2,32;1,624;25; +0,2;2,09;2,12;;;2,32;1,624;25; +0,61;0,34;2,52;;;2,32;1,624;28; +0,75;1,04;0,2;;;2,32;1,624;33; +0,72;0,96;2,32;;;2,32;1,624;46; +0,83;0,36;4,71;;;2,3;1,61;54; +0,82;4,12;4,9;;;2,3;1,61;52; +0,66;4,44;1,41;;;2,3;1,61;50; +0,91;4,95;2,03;;;2,3;1,61;47; +0,44;4,72;0,31;;;2,3;1,61;45; +0,59;4,34;2,59;;;2,3;1,61;43; +0,79;2,79;0,59;;;2,6;1,82;42; +0,29;2,18;0,31;;;2,6;1,82;41; +0,73;1,79;4,68;;;2,6;1,82;40; +0,27;0,61;2,37;;;2,6;1,82;41; +0,82;1,8;4,17;;;2,6;1,82;44; +0,37;1,68;0,01;;;2,6;1,82;46; +0,34;2,14;2,31;;;2,49;1,743;46; +0,36;3,29;0,71;;;2,49;1,743;46; +0,17;2,51;3,52;;;2,49;1,743;45; +0,26;2,71;3,17;;;2,49;1,743;41; +0,67;1,77;0,47;;;2,49;1,743;33; +0,86;2,49;1,31;;;2,49;1,743;26; +0,52;3,82;4,62;;;2,24;1,568;26; +0,7;0,38;3,84;;;2,24;1,568;27; +0,87;4,57;0,21;;;2,24;1,568;27; +0,31;0,48;1,51;;;2,24;1,568;29; +0,47;0,39;3,48;;;2,24;1,568;36; +0,29;0,72;3,88;;;2,24;1,568;49; +0,13;1,65;1,18;;;2,27;1,589;54; +0,2;2,17;2,85;;;2,27;1,589;51; +0,42;3,36;4,36;;;2,27;1,589;50; +0,13;2,14;0,87;;;2,27;1,589;48; +0,31;5;1,85;;;2,27;1,589;45; +0,66;0,26;4,65;;;2,27;1,589;44; +0,42;1,32;4,33;;;2,63;1,841;42; +0,81;2,25;2,68;;;2,63;1,841;42; +0,44;4,01;0,87;;;2,63;1,841;43; +0,19;2,07;3,92;;;2,63;1,841;44; +0,81;0;2,87;;;2,63;1,841;46; +0,1;3,98;1,53;;;2,63;1,841;48; +0,18;4,9;1,7;;;2,47;1,729;48; +0,27;4,94;1,34;;;2,47;1,729;48; +0,98;2,98;3,58;;;2,47;1,729;47; +0,31;1,84;4,73;;;2,47;1,729;43; +0,59;4,53;0,91;;;2,47;1,729;34; +0;2,81;0,63;;;2,47;1,729;28; +0,54;4,47;0,37;;;2,33;1,631;28; +0,63;2,06;0,57;;;2,33;1,631;29; +0,05;4,45;0,7;;;2,33;1,631;30; +0,62;4,29;4,55;;;2,33;1,631;33; +0,41;0,22;1,75;;;2,33;1,631;38; +0,51;1,07;2,68;;;2,33;1,631;51; +0,55;2,78;4,41;;;2,33;1,631;60; +0,61;1,84;3,61;;;2,33;1,631;59; +0,47;0,66;3,91;;;2,33;1,631;57; +0,73;3,24;1,32;;;2,33;1,631;55; +0,71;2,39;0,04;;;2,33;1,631;52; +0,96;2,82;0,47;;;2,33;1,631;50; +0,03;3,24;0,49;;;2,39;1,673;48; +0,12;0,8;2,03;;;2,39;1,673;48; +0,56;3,68;4,83;;;2,39;1,673;48; +0,74;2,7;0,52;;;2,39;1,673;49; +0,49;3,55;4,07;;;2,39;1,673;51; +0,85;3,34;3,96;;;2,39;1,673;53; +0,98;0,45;3,11;;;2,3;1,61;53; +0,02;3,37;4,97;;;2,3;1,61;53; +0,39;2,76;2,7;;;2,3;1,61;51; +0;3,85;4,61;;;2,3;1,61;46; +0,57;2,94;0,87;;;2,3;1,61;37; +0,22;1,85;2,1;;;2,3;1,61;30; +0,8;0,5;0,56;;;2,19;1,533;29; +0,84;3,5;2,98;;;2,19;1,533;30; +0,03;1,97;2,44;;;2,19;1,533;31; +0,29;0,46;3,61;;;2,19;1,533;33; +0,21;0,74;1,02;;;2,19;1,533;39; +0,69;0,76;0,06;;;2,19;1,533;52; +0,25;3,76;4,54;;;2,22;1,554;62; +0,94;2,98;1,46;;;2,22;1,554;60; +0,69;1,93;0;;;2,22;1,554;59; +0,48;3,41;1,91;;;2,22;1,554;56; +0,84;3,8;0,88;;;2,22;1,554;53; +0,91;1,15;3,28;;;2,22;1,554;51; +0,28;4,17;2,62;;;2,55;1,785;49; +0,25;2,59;3,05;;;2,55;1,785;49; +0,52;2,52;2,9;;;2,55;1,785;49; +0,71;2,09;2,17;;;2,55;1,785;50; +0,42;4,96;2,84;;;2,55;1,785;52; +1;2,45;3,6;;;2,55;1,785;54; +0,68;0,25;2,39;;;2,49;1,743;54; +0,47;3,01;4,51;;;2,49;1,743;53; +0,87;1,15;2,37;;;2,49;1,743;52; +0,39;1,73;1,71;;;2,49;1,743;47; +0,47;4,96;4,16;;;2,49;1,743;37; +0,26;3,84;1,34;;;2,49;1,743;30; +0,9;4,14;3,95;;;2,34;1,638;22; +0,14;0,71;4,09;;;2,34;1,638;23; +0,65;2,53;0,83;;;2,34;1,638;24; +0,05;3,29;2,18;;;2,34;1,638;26; +0,31;4,56;2,79;;;2,34;1,638;32; +0,26;1,19;0,65;;;2,34;1,638;43; +0,22;1,79;0,85;;;2,35;1,645;51; +0,79;3,68;3,17;;;2,35;1,645;50; +0,61;0,93;4,72;;;2,35;1,645;49; +0,77;4,78;3,79;;;2,35;1,645;46; +0,4;4,8;4,69;;;2,35;1,645;43; +0,9;4,93;2,69;;;2,35;1,645;41; +0,08;2,99;2,47;;;2,87;2,009;40; +0,75;3,65;2,44;;;2,87;2,009;39; +0,4;2,88;2,19;;;2,87;2,009;40; +0,3;4,56;3,3;;;2,87;2,009;41; +0,22;0,94;1,75;;;2,87;2,009;42; +0,48;4,48;4,31;;;2,87;2,009;44; +0,41;4,13;3,08;;;2,74;1,918;44; +0,86;3,12;2,96;;;2,74;1,918;44; +0,06;0,04;3,52;;;2,74;1,918;43; +0,38;3,57;3,77;;;2,74;1,918;39; +0,86;0,63;0,48;;;2,74;1,918;30; +0,68;0,04;3,79;;;2,74;1,918;24; +0,95;0,78;4,39;;;2,54;1,778;15; +0,92;3,13;3,58;;;2,54;1,778;16; +0,26;1;3,33;;;2,54;1,778;17; +0,21;0,49;0,72;;;2,54;1,778;18; +0;0,21;2,48;;;2,54;1,778;23; +0,23;1,34;4,71;;;2,54;1,778;32; +0,01;1,2;2,79;;;2,52;1,764;39; +0,48;0,83;3,71;;;2,52;1,764;38; +0,19;2,88;3,88;;;2,52;1,764;36; +0,61;3,46;4,1;;;2,52;1,764;34; +0,62;3,65;1,23;;;2,52;1,764;32; +0,71;2,28;4,05;;;2,52;1,764;30; +0,85;1,27;1,29;;;3,02;2,114;29; +0,16;4,12;0,83;;;3,02;2,114;28; +0,6;3,36;1,38;;;3,02;2,114;28; +0,66;4,95;0,15;;;3,02;2,114;29; +0,51;3,09;0,59;;;3,02;2,114;30; +0,82;1,75;4,91;;;3,02;2,114;31; +0,83;2,32;3,76;;;2,84;1,988;32; +0,21;1,14;1,86;;;2,84;1,988;33; +0,46;0,24;3,3;;;2,84;1,988;32; +0,52;4,12;3,27;;;2,84;1,988;29; +0,38;4,79;4,19;;;2,84;1,988;22; +0,72;0,33;3,11;;;2,84;1,988;17; +0,43;2,99;2,18;;;2,64;1,848;10; +0,66;3,68;3,71;;;2,64;1,848;11; +0,91;0,12;2,99;;;2,64;1,848;11; +0,94;1,38;0,62;;;2,64;1,848;13; +0,21;4,83;4,39;;;2,64;1,848;17; +0,91;2,53;0,79;;;2,64;1,848;24; +0,78;4,04;3,24;;;2,62;1,834;30; +0,16;3,22;3,5;;;2,62;1,834;30; +0,51;0,99;3,26;;;2,62;1,834;28; +0,42;4,77;1,86;;;2,62;1,834;26; +0,17;4,05;2,92;;;2,62;1,834;24; +0,2;0,91;0,15;;;2,62;1,834;22; +0,04;1,03;2,05;;;3,04;2,128;21; +0,37;0,28;0,45;;;3,04;2,128;21; +0,82;2,67;1,91;;;3,04;2,128;21; +0,18;3,9;2,69;;;3,04;2,128;21; +0,02;1,46;1,94;;;3,04;2,128;22; +0,16;0,4;3,01;;;3,04;2,128;23; +0,79;0,7;1,76;;;2,86;2,002;24; +0,76;0,37;1,36;;;2,86;2,002;25; +0,08;0,81;4,55;;;2,86;2,002;24; +0,65;1,28;1,78;;;2,86;2,002;22; +0,67;0,99;3,13;;;2,86;2,002;17; +0,2;3,71;1,04;;;2,86;2,002;12; +0,04;0,66;4,65;;;2,64;1,848;13; +0,32;2,89;4,63;;;2,64;1,848;14; +0,84;2,92;4,73;;;2,64;1,848;14; +0,81;0,05;2,72;;;2,64;1,848;16; +0,25;4,56;0,48;;;2,64;1,848;20; +0,12;2,51;0,71;;;2,64;1,848;29; +0,82;1,27;2,93;;;2,48;1,736;35; +0,16;2,45;3,23;;;2,48;1,736;34; +0,97;0,19;2,83;;;2,48;1,736;32; +0,59;3,36;4,79;;;2,48;1,736;30; +0,68;1,99;3,87;;;2,48;1,736;28; +0,35;2,86;1,93;;;2,48;1,736;27; +0,5;1,39;4,15;;;2,6;1,82;25; +0,62;4,08;4,65;;;2,6;1,82;24; +0,84;2,32;3,72;;;2,6;1,82;24; +0,07;2,95;2,38;;;2,6;1,82;24; +0,94;0,15;2,89;;;2,6;1,82;26; +0,36;4,81;3,63;;;2,6;1,82;27; +0,88;4,99;3,83;;;2,52;1,764;28; +0,56;4,34;4,27;;;2,52;1,764;29; +0,14;1,85;0,14;;;2,52;1,764;28; +0,14;4,87;1,15;;;2,52;1,764;26; +0,23;3,12;3,5;;;2,52;1,764;20; +0,07;2,48;0,42;;;2,52;1,764;15; +0,68;3,02;2,53;;;2,39;1,673;16; +0,44;3,44;4,51;;;2,39;1,673;17; +0,48;4,57;2,12;;;2,39;1,673;17; +0,48;4,13;0,87;;;2,39;1,673;19; +0,11;3,44;1,13;;;2,39;1,673;25; +0,07;3,41;4,54;;;2,39;1,673;36; +0,08;1,64;2,67;;;2,42;1,694;39; +0,71;2,49;1,84;;;2,42;1,694;37; +0,84;4,08;4,65;;;2,42;1,694;35; +0,57;0,27;4,08;;;2,42;1,694;33; +0,68;2,16;0,1;;;2,42;1,694;31; +0,95;0,87;0,29;;;2,42;1,694;30; +0,45;1,61;4,03;;;2,73;1,911;29; +0,24;4,07;3,71;;;2,73;1,911;28; +0,53;4,61;2,12;;;2,73;1,911;28; +0,11;3,3;0,22;;;2,73;1,911;29; +0,34;0,38;1,93;;;2,73;1,911;30; +0,64;0,93;4,18;;;2,73;1,911;32; +0,97;4,69;0,71;;;2,6;1,82;33; +0,89;3,14;4,15;;;2,6;1,82;34; +0,68;3,76;3,38;;;2,6;1,82;33; +0,44;1,37;2,15;;;2,6;1,82;30; +0,56;1,59;0,85;;;2,6;1,82;24; +0,6;3,2;3,08;;;2,6;1,82;18; +0,87;1,51;0,86;;;2,33;1,631;17; +0,14;4,92;1,29;;;2,33;1,631;18; +0,14;4,92;0,27;;;2,33;1,631;19; +0,82;0,38;4,04;;;2,33;1,631;21; +0,73;2,88;3,14;;;2,33;1,631;26; +0,08;0,82;4,42;;;2,33;1,631;36; +0,41;0,48;2,26;;;2,38;1,666;43; +0,96;4,2;4,11;;;2,38;1,666;42; +0,49;0,49;1,88;;;2,38;1,666;40; +0,9;4,58;4,76;;;2,38;1,666;37; +0,2;3,68;2,34;;;2,38;1,666;35; +0,69;3,66;3,76;;;2,38;1,666;33; +0,82;4,77;1,86;;;2,85;1,995;32; +0,05;4,36;3,59;;;2,85;1,995;32; +0,42;4,31;4,31;;;2,85;1,995;32; +0,84;1,93;1,39;;;2,85;1,995;32; +0,87;4,4;1,02;;;2,85;1,995;34; +0,52;1,99;4,98;;;2,85;1,995;35; +0,87;0,66;1,93;;;2,64;1,848;36; +0,2;1,5;2,92;;;2,64;1,848;37; +0,73;3,65;2,08;;;2,64;1,848;36; +0,41;2,36;4,89;;;2,64;1,848;32; +0,2;4,96;2,16;;;2,64;1,848;25; +0,69;0,73;3,26;;;2,64;1,848;19; +0,38;4,68;1,14;;;2,43;1,701;20; +0,04;3,33;3,71;;;2,43;1,701;21; +0,68;4,59;1,07;;;2,43;1,701;22; +0,61;4,05;2,81;;;2,43;1,701;24; +0,37;1,36;3,76;;;2,43;1,701;29; +0,7;3,15;1,48;;;2,43;1,701;39; +0,63;2,14;2,51;;;2,43;1,701;47; +0,37;2,18;3,81;;;2,43;1,701;46; +0,33;1,04;4,63;;;2,43;1,701;45; +0,91;1,93;2,4;;;2,43;1,701;42; +0,38;1,05;2,38;;;2,43;1,701;39; +0,95;4,09;0,86;;;2,43;1,701;37; +0,96;4,43;1,28;;;2,55;1,785;36; +0,59;4,34;2,32;;;2,55;1,785;36; +0,07;3,36;3,93;;;2,55;1,785;36; +0,24;4,25;3,65;;;2,55;1,785;37; +0,1;1,33;1,18;;;2,55;1,785;39; +0,16;3,87;4,24;;;2,55;1,785;40; +0,89;2,63;0,44;;;2,5;1,75;40; +0,07;1,15;3,39;;;2,5;1,75;40; +0,42;0,07;0,74;;;2,5;1,75;39; +0,1;2,01;1,03;;;2,5;1,75;36; +0,9;0,94;0,71;;;2,5;1,75;27; +0,01;0,48;2,2;;;2,5;1,75;22; +0,73;3,18;0,22;;;2,41;1,687;22; +0,03;2,76;3,31;;;2,41;1,687;23; +0,74;3,01;4,86;;;2,41;1,687;24; +0,31;1,48;3,28;;;2,41;1,687;26; +0,21;4;0,27;;;2,41;1,687;32; +0,97;4,69;0,39;;;2,41;1,687;43; +0,95;0,93;1,24;;;2,38;1,666;51; +0,39;3,49;2,27;;;2,38;1,666;50; +0,66;1,31;1,1;;;2,38;1,666;49; +0,06;4,59;3,75;;;2,38;1,666;45; +0,82;2,18;4;;;2,38;1,666;43; +0,73;4,86;4,64;;;2,38;1,666;40; +0,41;1,52;2,69;;;2,53;1,771;39; +0,5;0,41;0,14;;;2,53;1,771;39; +0,37;1,4;1,8;;;2,53;1,771;39; +0,43;3,62;2,23;;;2,53;1,771;40; +0,7;1,47;2,18;;;2,53;1,771;42; +0,66;0,72;4,87;;;2,53;1,771;44; +1;1,51;4,2;;;2,43;1,701;44; +0,12;4,34;3,79;;;2,43;1,701;44; +0,99;4,1;3,39;;;2,43;1,701;43; +0,28;1,36;0,23;;;2,43;1,701;39; +0,05;1,55;2,85;;;2,43;1,701;30; +0,69;2,37;2,55;;;2,43;1,701;24; +0,26;0,38;2,7;;;2,26;1,582;23; +0,44;4,58;2,36;;;2,26;1,582;25; +0,44;1,76;4,86;;;2,26;1,582;25; +0,19;3,12;4,77;;;2,26;1,582;28; +0,5;1,17;3,13;;;2,26;1,582;34; +0,91;3,73;0,42;;;2,26;1,582;45; +0,36;1,22;4,57;;;2,3;1,61;54; +0,34;2,67;2,81;;;2,3;1,61;53; +0,32;1,74;2,13;;;2,3;1,61;51; +0,01;4,3;4,99;;;2,3;1,61;48; +0,44;3,88;4,24;;;2,3;1,61;45; +0,42;1,79;4,51;;;2,3;1,61;43; +0,88;3,64;4,45;;;2,58;1,806;42; +0,78;1,89;3,5;;;2,58;1,806;42; +0,85;0,71;4,32;;;2,58;1,806;42; +0,9;3,96;1,13;;;2,58;1,806;43; +0,96;2,1;1,15;;;2,58;1,806;45; +0,84;2,68;1,66;;;2,58;1,806;46; +0,61;0,77;4,58;;;2,56;1,792;47; +0,46;0,49;3,33;;;2,56;1,792;47; +0,12;3,81;4,21;;;2,56;1,792;45; +0,96;1,3;0,37;;;2,56;1,792;41; +0,95;1,94;2,32;;;2,56;1,792;32; +0,17;0,72;2,51;;;2,56;1,792;25; +0,83;2,46;0,39;;;2,37;1,659;20; +0,22;4,25;1,75;;;2,37;1,659;21; +0,64;4,3;1,03;;;2,37;1,659;21; +0,74;4,9;2,06;;;2,37;1,659;24; +0,15;0,19;4,66;;;2,37;1,659;29; +0,51;4,9;4,25;;;2,37;1,659;39; +0,01;0,21;4,88;;;2,4;1,68;48; +0,61;3,56;1,83;;;2,4;1,68;47; +0,76;0,95;4,82;;;2,4;1,68;45; +0,09;0,3;2,8;;;2,4;1,68;42; +0,19;0,86;0,44;;;2,4;1,68;40; +0,46;4,28;4,49;;;2,4;1,68;38; +0,86;0,89;0,42;;;2,78;1,946;37; +0,6;1,95;2,29;;;2,78;1,946;36; +0,64;2,51;0,04;;;2,78;1,946;37; +0,53;2,08;1,76;;;2,78;1,946;37; +0,53;2,05;4,1;;;2,78;1,946;39; +0,54;3,85;0,6;;;2,78;1,946;40; +0,04;4,77;4,59;;;2,74;1,918;41; +0,57;4,89;4,42;;;2,74;1,918;41; +0,48;2;4,4;;;2,74;1,918;40; +0,45;1,01;4,68;;;2,74;1,918;36; +0,28;4,9;1,99;;;2,74;1,918;28; +0,08;2,42;0,21;;;2,74;1,918;22; +0,31;3,47;3,41;;;2,59;1,813;16; +0,53;3,82;1,58;;;2,59;1,813;16; +0,61;1,3;4,76;;;2,59;1,813;17; +0,89;0,67;4,22;;;2,59;1,813;18; +0,8;3,38;0,09;;;2,59;1,813;23; +0,32;1,72;4,31;;;2,59;1,813;33; +0,54;3,55;4,25;;;2,59;1,813;40; +0,33;1,58;4,98;;;2,59;1,813;38; +0,38;4,98;2,03;;;2,59;1,813;36; +0,5;1,26;2,1;;;2,59;1,813;34; +0,8;0,87;2,72;;;2,59;1,813;31; +0,45;3,72;0,64;;;2,59;1,813;30; +0,71;4,64;2,56;;;2,8;1,96;29; +0,57;4,51;1,92;;;2,8;1,96;28; +0,43;1,85;0,72;;;2,8;1,96;27; +0,85;2,16;2,23;;;2,8;1,96;28; +0,09;1,5;1,83;;;2,8;1,96;30; +0,03;2,49;2,05;;;2,8;1,96;31; +0,13;4,11;1,95;;;2,65;1,855;33; +0,63;1,12;3;;;2,65;1,855;33; +0,94;4,51;3,33;;;2,65;1,855;32; +0,4;2,62;2,72;;;2,65;1,855;29; +0,18;3,13;3,52;;;2,65;1,855;23; +0,52;0,92;2,29;;;2,65;1,855;18; +0,11;1;0,42;;;2,46;1,722;13; +0,65;4,96;4,79;;;2,46;1,722;15; +0,06;4,85;0,94;;;2,46;1,722;14; +0,54;0,73;2,74;;;2,46;1,722;16; +0,61;2,09;3,75;;;2,46;1,722;22; +0,61;4,03;0,16;;;2,46;1,722;31; +0,61;2,14;2,41;;;2,5;1,75;35; +0,6;3,82;1,42;;;2,5;1,75;33; +0,71;1,88;2,16;;;2,5;1,75;31; +0,64;4,85;2,07;;;2,5;1,75;29; +0,32;4,29;4,24;;;2,5;1,75;27; +0,95;2,86;3,84;;;2,5;1,75;26; +0,69;1,55;0,42;;;2,95;2,065;25; +0,01;3,98;2,8;;;2,95;2,065;24; +0,82;4,89;3,51;;;2,95;2,065;24; +0,26;0,56;0,25;;;2,95;2,065;25; +0,39;2,22;2,37;;;2,95;2,065;26; +0,9;2,35;3,4;;;2,95;2,065;28; +0,6;4,64;4,46;;;2,81;1,967;29; +0,48;2,77;3,87;;;2,81;1,967;29; +0,73;1,1;4,28;;;2,81;1,967;29; +0,93;3,68;4,4;;;2,81;1,967;26; +0,76;2,75;3,86;;;2,81;1,967;21; +0,38;3,98;4,31;;;2,81;1,967;15; +0;1,11;1,34;;;2,52;1,764;12; +0,89;2,63;0,11;;;2,52;1,764;13; +0,77;0,31;4,33;;;2,52;1,764;13; +0,3;1,07;4,04;;;2,52;1,764;15; +0,98;4,83;3,35;;;2,52;1,764;20; +0,18;3,43;2,68;;;2,52;1,764;28; +0,77;2,1;1,3;;;2,53;1,771;35; +0,61;0,5;3,9;;;2,53;1,771;34; +0,09;2,46;3,29;;;2,53;1,771;32; +0,35;1,49;4,76;;;2,53;1,771;29; +0,55;1,57;2,81;;;2,53;1,771;27; +0,5;3,7;3;;;2,53;1,771;25; +0,66;0,07;0,66;;;2,94;2,058;24; +0,36;1,16;3,99;;;2,94;2,058;24; +0,21;0,58;3,1;;;2,94;2,058;23; +0,21;0,31;1,49;;;2,94;2,058;24; +0,21;4,59;4,25;;;2,94;2,058;25; +0,44;1,47;3,34;;;2,94;2,058;26; +0,95;4,65;1,86;;;2,69;1,883;27; +0,1;4,2;4,88;;;2,69;1,883;28; +0,38;2,59;3,75;;;2,69;1,883;28; +0,17;0,51;4,43;;;2,69;1,883;26; +0,51;3,05;2,37;;;2,69;1,883;19; +0,33;3,72;2,11;;;2,69;1,883;14; +0,88;4,86;2,97;;;2,53;1,771;14; +0,06;3,66;4,15;;;2,53;1,771;15; +0,02;3,81;3,82;;;2,53;1,771;15; +0,33;0,37;0,65;;;2,53;1,771;17; +0,24;4,79;0,38;;;2,53;1,771;22; +0,22;4,85;2,96;;;2,53;1,771;30; +0,17;2,4;3,91;;;2,52;1,764;37; +0,93;1,8;1,14;;;2,52;1,764;36; +0,58;2,95;4,58;;;2,52;1,764;34; +0,53;1,18;0,33;;;2,52;1,764;32; +0,92;0,56;3,53;;;2,52;1,764;30; +0,85;1,17;1,67;;;2,52;1,764;28; +0,25;4,06;2,04;;;2,7;1,89;27; +0,49;2,19;4,91;;;2,7;1,89;27; +0,71;2,17;1,11;;;2,7;1,89;27; +0,12;4,68;0,67;;;2,7;1,89;27; +0,89;0,01;2,96;;;2,7;1,89;28; +0,34;3,42;3,74;;;2,7;1,89;29; +0,29;0,87;0,93;;;2,6;1,82;30; +0,99;3,72;3,27;;;2,6;1,82;31; +0,76;1,57;1,97;;;2,6;1,82;30; +0,82;0,77;4,03;;;2,6;1,82;27; +0,76;1,78;2,9;;;2,6;1,82;21; +0,98;4,95;4,93;;;2,6;1,82;16; +0,69;3,36;2,92;;;2,52;1,764;16; +0,11;0,12;0,76;;;2,52;1,764;17; +0,93;0,95;4,19;;;2,52;1,764;17; +0,16;1,78;2,48;;;2,52;1,764;19; +0,31;2,09;4,46;;;2,52;1,764;24; +0,32;4,79;2,14;;;2,52;1,764;33; +0,12;0,7;0,7;;;2,5;1,75;40; +0,4;1,68;0,8;;;2,5;1,75;39; +0,59;3,45;3,36;;;2,5;1,75;37; +0,02;2,02;4,26;;;2,5;1,75;35; +0,86;4,35;3,74;;;2,5;1,75;32; +0,88;4,88;3,67;;;2,5;1,75;30; +0,02;0,96;0,78;;;2,64;1,848;29; +0,25;2,14;2,75;;;2,64;1,848;29; +0,45;1,96;0,93;;;2,64;1,848;29; +0,86;0,02;0,54;;;2,64;1,848;30; +0,62;0;2,9;;;2,64;1,848;31; +0,6;0,8;4,55;;;2,64;1,848;32; +0,47;1,47;4,95;;;2,59;1,813;33; +0,37;1,7;0,51;;;2,59;1,813;33; +0,47;1,28;0,26;;;2,59;1,813;33; +0,08;1,22;3,74;;;2,59;1,813;30; +0,22;4,76;1,26;;;2,59;1,813;23; +0,57;1,06;4,92;;;2,59;1,813;17; +0,43;0,3;1,66;;;2,41;1,687;16; +0,93;1,75;2,2;;;2,41;1,687;17; +0,28;3,41;2,61;;;2,41;1,687;17; +0,47;4,47;3,66;;;2,41;1,687;19; +0,59;3,54;2,92;;;2,41;1,687;24; +0,7;4,42;3,56;;;2,41;1,687;33; +0,81;3,92;4,52;;;2,46;1,722;40; +0,44;4,59;0,96;;;2,46;1,722;40; +0,96;4,88;2,35;;;2,46;1,722;38; +0,28;0,38;0,58;;;2,46;1,722;35; +0,55;4,11;3,3;;;2,46;1,722;33; +0,09;4,4;4,64;;;2,46;1,722;31; +0,47;4,48;4,23;;;2,82;1,974;30; +0,34;0,34;1,13;;;2,82;1,974;30; +0,66;2,87;4,06;;;2,82;1,974;30; +0,83;2,8;3,79;;;2,82;1,974;30; +0,58;0,1;1,29;;;2,82;1,974;32; +0,24;0,74;0,12;;;2,82;1,974;33; +0,32;1,45;0,06;;;2,67;1,869;33; +0,74;0,19;1,93;;;2,67;1,869;34; +0,63;0,79;1,93;;;2,67;1,869;33; +0,22;4,33;1,2;;;2,67;1,869;30; +0,67;3,35;2,6;;;2,67;1,869;23; +0,39;2,89;2,78;;;2,67;1,869;18; +0;2,07;1,31;;;2,46;1,722;17; +0,03;2,61;1,33;;;2,46;1,722;18; +0,04;0,55;3,71;;;2,46;1,722;18; +0,57;4,28;2,86;;;2,46;1,722;20; +0,49;4,79;1,8;;;2,46;1,722;25; +0,46;4;4,96;;;2,46;1,722;35; +0,58;1,74;3,32;;;2,53;1,771;43; +0,26;4,57;1,53;;;2,53;1,771;43; +0,17;1,98;0,19;;;2,53;1,771;41; +0,33;0,01;3,98;;;2,53;1,771;38; +0,04;0,43;1,19;;;2,53;1,771;35; +0,37;1,22;3,51;;;2,53;1,771;33; +0,15;3,3;0,3;;;2,63;1,841;32; +0,58;2,3;1,4;;;2,63;1,841;31; +0,95;1,3;4,05;;;2,63;1,841;32; +0,34;2,03;4,67;;;2,63;1,841;32; +0,76;1,13;3,17;;;2,63;1,841;33; +0,49;1,22;0,29;;;2,63;1,841;35; +0,02;4,92;2,7;;;2,53;1,771;36; +0,05;0,06;4,29;;;2,53;1,771;36; +0,8;3,14;1,4;;;2,53;1,771;35; +0,8;1,42;3,44;;;2,53;1,771;32; +0,28;1,35;0,1;;;2,53;1,771;25; +0,2;3,04;1,84;;;2,53;1,771;19; +0,29;3,49;0,4;;;2,47;1,729;16; +0,18;4,05;2,33;;;2,47;1,729;16; +0,52;3,35;3,09;;;2,47;1,729;17; +0,45;4,24;4,48;;;2,47;1,729;19; +0,01;3,19;4,92;;;2,47;1,729;24; +0,81;4,54;2,75;;;2,47;1,729;34; +0,92;1,78;4,19;;;2,49;1,743;41; +0,74;2,34;0,69;;;2,49;1,743;40; +0,65;4,63;2,3;;;2,49;1,743;38; +0,41;1;1,76;;;2,49;1,743;35; +0,24;2,42;2,58;;;2,49;1,743;32; +0,95;1,25;4,59;;;2,49;1,743;31; +0,55;1,01;1,05;;;2,77;1,939;30; +0,33;4,71;1,94;;;2,77;1,939;29; +0,75;4,77;4,22;;;2,77;1,939;28; +0,5;3,59;4,15;;;2,77;1,939;29; +0,29;0,12;0,4;;;2,77;1,939;31; +0,31;2,65;0,66;;;2,77;1,939;32; +0,42;0,54;1,6;;;2,64;1,848;34; +0;3,07;2,2;;;2,64;1,848;34; +0,6;3,57;3,48;;;2,64;1,848;33; +0,54;2,94;2,67;;;2,64;1,848;30; +0,13;3,3;3,89;;;2,64;1,848;24; +0,87;3,59;1,23;;;2,64;1,848;18; +0,84;3,13;0,88;;;2,4;1,68;15; +0,36;0,06;1,13;;;2,4;1,68;16; +0,32;2,46;3,25;;;2,4;1,68;16; +0,49;0,12;0,73;;;2,4;1,68;18; +0,88;0,2;2,56;;;2,4;1,68;23; +0,98;2,51;0,17;;;2,4;1,68;33; +0,71;2,76;3,5;;;2,46;1,722;36; +0,74;3,89;0,05;;;2,46;1,722;35; +0,15;3,95;3,34;;;2,46;1,722;32; +0,7;4,5;0,39;;;2,46;1,722;30; +0,32;3,24;0,53;;;2,46;1,722;28; +0,47;2,28;3,83;;;2,46;1,722;27; +0,09;0,62;3,01;;;2,96;2,072;26; +0,62;3,79;1,78;;;2,96;2,072;26; +0,68;3,35;2,25;;;2,96;2,072;26; +0,3;0,71;1,7;;;2,96;2,072;27; +0,5;0,81;1,29;;;2,96;2,072;28; +0,77;4,63;1,82;;;2,96;2,072;30; +0,7;1,02;1,06;;;2,81;1,967;31; +0,81;1,44;2;;;2,81;1,967;31; +0,21;1,94;1,42;;;2,81;1,967;31; +0,72;4,05;2,18;;;2,81;1,967;28; +0,35;0,43;1,26;;;2,81;1,967;22; +0,46;1;1,47;;;2,81;1,967;17; +0,41;1,07;1,09;;;2,47;1,729;11; +0,13;3;1,78;;;2,47;1,729;12; +0,05;3,23;4,08;;;2,47;1,729;13; +0,56;1,33;3,38;;;2,47;1,729;14; +0,36;0,97;3,8;;;2,47;1,729;19; +0,72;3,17;0,31;;;2,47;1,729;27; +0,73;1,44;4,66;;;2,54;1,778;33; +0,76;0,21;4,13;;;2,54;1,778;33; +0,86;0,6;3,89;;;2,54;1,778;30; +0,38;1,38;3,74;;;2,54;1,778;28; +0,88;4,39;1,43;;;2,54;1,778;26; +0,44;1,81;1,86;;;2,54;1,778;24; +0,46;3,55;4,84;;;3,07;2,149;23; +0,77;1,99;1,37;;;3,07;2,149;22; +0,04;3,44;3,61;;;3,07;2,149;22; +0,25;0,52;2,11;;;3,07;2,149;22; +0,77;0,59;3,51;;;3,07;2,149;23; +0,13;2,57;2,84;;;3,07;2,149;25; +0,84;2,41;0,37;;;2,88;2,016;26; +0,17;3,83;3,54;;;2,88;2,016;27; +0,58;0,21;3,92;;;2,88;2,016;26; +1;2,06;0,11;;;2,88;2,016;24; +0,66;0,33;4,57;;;2,88;2,016;18; +0,85;4,66;0,87;;;2,88;2,016;13; +0,19;2,15;3,41;;;2,62;1,834;12; +0,81;1,95;3,86;;;2,62;1,834;13; +0,17;4,37;4,77;;;2,62;1,834;13; +0,37;0,25;1,08;;;2,62;1,834;15; +0,16;2,34;4,41;;;2,62;1,834;20; +0,09;2,5;4,8;;;2,62;1,834;28; +0,76;4,12;1,05;;;2,6;1,82;34; +0,74;3,37;1,52;;;2,6;1,82;33; +0,33;3,92;3,26;;;2,6;1,82;31; +0,27;2,17;3,22;;;2,6;1,82;29; +0,89;1,11;4,44;;;2,6;1,82;27; +0,27;2,39;2,6;;;2,6;1,82;25; +0,58;3,92;0,83;;;2,74;1,918;24; +0,59;4,7;3,15;;;2,74;1,918;24; +0,04;3,77;1,88;;;2,74;1,918;24; +0,52;0,51;2,24;;;2,74;1,918;24; +0,17;3,14;3,01;;;2,74;1,918;25; +0,71;1,74;2,12;;;2,74;1,918;26; +0,4;0,48;4,66;;;2,61;1,827;27; +0,96;4,75;0,91;;;2,61;1,827;28; +0,76;4,23;0,85;;;2,61;1,827;27; +0,94;0,44;4,86;;;2,61;1,827;25; +0,31;1,43;3,05;;;2,61;1,827;19; +0,22;3,9;3,02;;;2,61;1,827;14; +0,2;0,4;2,41;;;2,49;1,743;12; +0,33;0,23;3,31;;;2,49;1,743;13; +0,84;0,57;3,53;;;2,49;1,743;13; +0,56;3,57;4,47;;;2,49;1,743;15; +0,68;3,8;1,25;;;2,49;1,743;19; +0,74;3,2;1,42;;;2,49;1,743;27; +0,63;3,98;1,52;;;2,52;1,764;33; +0,36;0,41;3,1;;;2,52;1,764;32; +0,92;4,23;2,03;;;2,52;1,764;31; +0,79;3,19;4,67;;;2,52;1,764;28; +0,22;1,6;4,45;;;2,52;1,764;26; +0,26;2,74;2,2;;;2,52;1,764;24; +0,27;0,54;2,34;;;2,9;2,03;24; +0,22;3,27;1,29;;;2,9;2,03;23; +0,65;4,36;3,96;;;2,9;2,03;23; +0,93;3,83;0,13;;;2,9;2,03;23; +0,09;0,13;0,7;;;2,9;2,03;25; +0,05;2,46;3,92;;;2,9;2,03;26; +0,66;2,69;2,02;;;2,8;1,96;27; +0,49;3,4;2,12;;;2,8;1,96;27; +0,93;3,79;4,57;;;2,8;1,96;27; +0,08;0,98;3,38;;;2,8;1,96;24; +0,69;0,59;0,38;;;2,8;1,96;18; +0,15;1,78;3,85;;;2,8;1,96;14; +0,54;4,67;2,01;;;2,57;1,799;13; +0,96;4,25;3,81;;;2,57;1,799;14; +0,69;0,46;0,62;;;2,57;1,799;14; +0,41;0,82;2,13;;;2,57;1,799;16; +0,78;1,97;0,47;;;2,57;1,799;20; +0,9;2,97;3,5;;;2,57;1,799;28; +0,66;3,77;1,74;;;2,59;1,813;35; +0,93;1,56;0,7;;;2,59;1,813;34; +0,28;1,92;4,6;;;2,59;1,813;32; +0,26;3,92;4,28;;;2,59;1,813;30; +0,87;0,31;4,1;;;2,59;1,813;28; +0,3;3,17;3,82;;;2,59;1,813;26; +0,19;3,23;4,26;;;2,73;1,911;25; +0,72;4;3,11;;;2,73;1,911;25; +0,54;1,48;2,87;;;2,73;1,911;25; +0,88;1,98;1,49;;;2,73;1,911;25; +0,93;3,32;4,82;;;2,73;1,911;26; +0,62;4,03;1,39;;;2,73;1,911;27; +0,79;3,4;0,91;;;2,65;1,855;28; +0,27;3,86;3,96;;;2,65;1,855;29; +0,47;1,61;1,62;;;2,65;1,855;28; +0,98;3,76;1,65;;;2,65;1,855;26; +0,73;4,58;4,81;;;2,65;1,855;19; +0,29;0,85;1,09;;;2,65;1,855;15; +0,27;3,91;1,87;;;2,48;1,736;12; +0,3;3,79;1,31;;;2,48;1,736;13; +0,52;1,28;4,08;;;2,48;1,736;13; +0,12;3,44;4,28;;;2,48;1,736;15; +0,25;3,38;0,09;;;2,48;1,736;19; +0,78;2,41;3,41;;;2,48;1,736;27; +0,19;0,64;3,42;;;2,53;1,771;34; +0,11;4,04;3,12;;;2,53;1,771;33; +0,76;0,69;0,77;;;2,53;1,771;32; +0,94;1,76;4,95;;;2,53;1,771;29; +0,32;0,61;1,71;;;2,53;1,771;27; +0,08;1,42;0,35;;;2,53;1,771;25; +0,45;1,73;2,72;;;2,94;2,058;24; +0,68;1,47;1,17;;;2,94;2,058;24; +0,17;1,94;0,28;;;2,94;2,058;24; +0,68;1,1;3,83;;;2,94;2,058;24; +0,9;1,14;0,34;;;2,94;2,058;25; +0,56;2,16;0,73;;;2,94;2,058;26; +0,1;0,51;2,34;;;2,77;1,939;27; +0,48;2,68;2,94;;;2,77;1,939;28; +0,97;2,97;3,47;;;2,77;1,939;27; +0,79;2,44;1,69;;;2,77;1,939;25; +0,87;2,68;1,98;;;2,77;1,939;19; +0,84;0,84;4,12;;;2,77;1,939;14; +0,05;3,78;2,91;;;2,55;1,785;11; +0,89;3,26;3,66;;;2,55;1,785;12; +0,35;1,34;4,41;;;2,55;1,785;12; +0,32;1,49;3,24;;;2,55;1,785;14; +0,08;0,14;1,74;;;2,55;1,785;18; +0,39;1,32;2,77;;;2,55;1,785;26; +0,69;1,28;0,02;;;2,6;1,82;32; +0,99;4,18;1,09;;;2,6;1,82;31; +0,35;1,65;2,41;;;2,6;1,82;29; +0,04;2,04;1,34;;;2,6;1,82;27; +0,82;1,67;0,68;;;2,6;1,82;25; +0,87;0,92;2,31;;;2,6;1,82;23; +0,03;3,35;1,41;;;2,9;2,03;23; +0,71;1,09;2,32;;;2,9;2,03;21; +0,02;4,12;3,09;;;2,9;2,03;21; +0,63;0,99;2;;;2,9;2,03;21; +0,84;1,83;0,22;;;2,9;2,03;22; +0,91;0,24;0,44;;;2,9;2,03;24; +0,91;0,77;4,58;;;2,75;1,925;25; +0,23;4,15;0,34;;;2,75;1,925;26; +0,54;0,26;1,52;;;2,75;1,925;26; +0,21;0,11;0,74;;;2,75;1,925;24; +0,63;3,8;4,61;;;2,75;1,925;18; +0,54;0,57;3,52;;;2,75;1,925;13; +0,06;3,38;3,63;;;2,51;1,757;11; +0,97;2,72;0,05;;;2,51;1,757;12; +0,48;3,31;4,35;;;2,51;1,757;12; +0,59;4,3;3,46;;;2,51;1,757;14; +0,09;4,95;4,05;;;2,51;1,757;19; +0,39;0,96;1,45;;;2,51;1,757;29; +0,18;2,86;2,14;;;2,58;1,806;32; +0,86;4,75;1,13;;;2,58;1,806;31; +0,95;3,45;1,54;;;2,58;1,806;28; +0,03;4,58;2,29;;;2,58;1,806;26; +0,69;2,49;2,26;;;2,58;1,806;24; +0,72;3,38;0,16;;;2,58;1,806;23; +0,52;1,79;3,99;;;2,9;2,03;22; +0,75;4,2;1,17;;;2,9;2,03;21; +0,27;3,22;0,58;;;2,9;2,03;21; +0,41;4,29;0,25;;;2,9;2,03;21; +0,71;5;4,63;;;2,9;2,03;22; +0,06;4,23;2,76;;;2,9;2,03;24; +0,15;2,2;1,65;;;2,74;1,918;25; +0,9;2,13;3,98;;;2,74;1,918;26; +0,25;1,08;4,83;;;2,74;1,918;26; +0,82;2,78;3,38;;;2,74;1,918;24; +0,06;3,47;3,15;;;2,74;1,918;18; +0,89;1,06;1,4;;;2,74;1,918;13; +0,62;3,74;2,74;;;2,51;1,757;13; +0,67;1,96;3,5;;;2,51;1,757;14; +0,7;2,96;1,91;;;2,51;1,757;14; +0,83;1,53;3,26;;;2,51;1,757;16; +0,91;3,96;0,07;;;2,51;1,757;21; +0,34;1,71;2,74;;;2,51;1,757;29; +0,6;1,25;0,64;;;2,53;1,771;36; +0,69;1,73;3,98;;;2,53;1,771;35; +0,88;3,98;0,79;;;2,53;1,771;33; +0,49;2,42;2,76;;;2,53;1,771;30; +0,89;3,93;4,03;;;2,53;1,771;28; +0,14;4,34;4,72;;;2,53;1,771;26; +0,74;2,24;2,78;;;2,73;1,911;25; +0,86;1,47;3,71;;;2,73;1,911;25; +0,22;2,32;3,67;;;2,73;1,911;25; +0,66;3,85;2,63;;;2,73;1,911;25; +0,61;0,61;3,53;;;2,73;1,911;26; +0,78;0,98;2,49;;;2,73;1,911;28; +0,6;4,72;3,33;;;2,67;1,869;29; +0,85;0;4,22;;;2,67;1,869;30; +0,42;2,49;4,58;;;2,67;1,869;29; +0,63;4,95;3,4;;;2,67;1,869;26; +0,14;4,75;3,73;;;2,67;1,869;20; +0,98;4,38;3,06;;;2,67;1,869;15; +0,03;2,78;3,81;;;2,55;1,785;12; +0,09;1,64;2,06;;;2,55;1,785;13; +0,61;0,59;2,45;;;2,55;1,785;13; +0,15;1,15;3,61;;;2,55;1,785;15; +0,73;3,8;3,05;;;2,55;1,785;19; +0,08;4,86;2,44;;;2,55;1,785;27; +0,13;0,39;3,41;;;2,6;1,82;34; +1;3,74;0,85;;;2,6;1,82;33; +0,1;0,17;0,47;;;2,6;1,82;31; +0,65;3,65;3,64;;;2,6;1,82;28; +0,94;3,96;1,1;;;2,6;1,82;26; +0,61;1,35;4,3;;;2,6;1,82;24; +0,39;1,12;3,51;;;2,91;2,037;23; +0,27;2,09;1,73;;;2,91;2,037;23; +0,12;4,92;4,48;;;2,91;2,037;23; +0,14;0,97;1,73;;;2,91;2,037;23; +0,27;4,1;2,72;;;2,91;2,037;24; +0,9;0,16;3,74;;;2,91;2,037;25; +0,4;1,3;3,98;;;2,72;1,904;26; +0,41;2,62;3,5;;;2,72;1,904;27; +0,3;4,45;0,38;;;2,72;1,904;27; +0,3;3,89;0,51;;;2,72;1,904;24; +0,29;4,99;0,27;;;2,72;1,904;18; +0,63;4,55;0,89;;;2,72;1,904;13; +0,96;1,63;2,76;;;2,51;1,757;11; +0,74;3,31;4,91;;;2,51;1,757;11; +0,37;3,84;0,09;;;2,51;1,757;12; +0,33;0,44;2,79;;;2,51;1,757;14; +0,45;0,39;4;;;2,51;1,757;18; +0,6;3,03;1,33;;;2,51;1,757;26; +0,51;4,67;0,36;;;2,56;1,792;32; +0,35;0,14;0,69;;;2,56;1,792;32; +0,36;1,87;3,68;;;2,56;1,792;29; +0,82;2,98;4,3;;;2,56;1,792;27; +0,14;3,31;1,51;;;2,56;1,792;25; +0,59;1,96;4,73;;;2,56;1,792;23; +0,11;3,59;4,2;;;2,96;2,072;22; +0,65;0,97;1,39;;;2,96;2,072;22; +0,3;2,5;3,73;;;2,96;2,072;21; +0,1;4,74;0,43;;;2,96;2,072;22; +0,1;1,46;4,11;;;2,96;2,072;22; +0,66;4,56;4,86;;;2,96;2,072;24; +0,77;3,17;3,14;;;2,83;1,981;25; +0,04;1,23;1,98;;;2,83;1,981;26; +0,67;3,06;2,54;;;2,83;1,981;25; +0,95;3,03;3,54;;;2,83;1,981;23; +0,16;1,35;4,63;;;2,83;1,981;18; +0,02;0,22;2,91;;;2,83;1,981;12; +0,16;0,92;3,61;;;2,48;1,736;10; +0,68;0,64;0,9;;;2,48;1,736;10; +0,32;0,56;2,15;;;2,48;1,736;11; +0,14;3,47;1,21;;;2,48;1,736;12; +0,22;2,76;4,92;;;2,48;1,736;16; +0,62;3,4;1,38;;;2,48;1,736;24; +0,65;0,33;0,57;;;2,59;1,813;29; +0,71;3,18;2,49;;;2,59;1,813;29; +0,99;2,12;2,44;;;2,59;1,813;27; +0,48;1,89;4,55;;;2,59;1,813;25; +0,67;2,47;4,59;;;2,59;1,813;22; +0,61;2,1;4,56;;;2,59;1,813;21; +0,6;4,35;4,2;;;3,05;2,135;20; +0,61;2,26;4,39;;;3,05;2,135;19; +0,09;4,85;4,56;;;3,05;2,135;19; +0,02;3,34;0,46;;;3,05;2,135;19; +0,6;0,46;0,68;;;3,05;2,135;20; +0,04;1,81;2,63;;;3,05;2,135;21; +0,22;4,38;0,33;;;2,92;2,044;22; +0,56;3,72;3,28;;;2,92;2,044;23; +0,07;0,66;0,1;;;2,92;2,044;23; +0,91;1,9;4,38;;;2,92;2,044;21; +1;1,33;2,39;;;2,92;2,044;16; +0,09;4,33;2,77;;;2,92;2,044;11; +0,18;4,82;1,86;;;2,56;1,792;8; +0,7;4,22;4,37;;;2,56;1,792;9; +0,95;0,15;3,77;;;2,56;1,792;9; +0,17;2,94;2,88;;;2,56;1,792;10; +0,46;1,28;4,48;;;2,56;1,792;13; +0,27;4,22;0,11;;;2,56;1,792;20; +0,42;3,57;3,84;;;2,66;1,862;25; +0,52;3,89;3,42;;;2,66;1,862;24; +0,59;0,99;0,34;;;2,66;1,862;23; +0,39;4,87;1,24;;;2,66;1,862;21; +0,99;1,97;2,73;;;2,66;1,862;19; +0,27;0,76;2,39;;;2,66;1,862;18; +0,57;0,54;3,08;;;3,09;2,163;17; +0,72;1,61;3,35;;;3,09;2,163;17; +0,58;1,53;1,61;;;3,09;2,163;16; +0,47;3,57;0,27;;;3,09;2,163;17; +0,87;1,87;2,6;;;3,09;2,163;17; +0,23;1,64;3,45;;;3,09;2,163;18; +0,95;3,98;3,27;;;2,93;2,051;19; +0,2;4,64;1,4;;;2,93;2,051;20; +0,12;1,43;4,48;;;2,93;2,051;20; +0,66;2,32;0,55;;;2,93;2,051;18; +0,77;0,64;1,69;;;2,93;2,051;14; +0,9;0,95;3,08;;;2,93;2,051;9; +0,17;2,04;3,09;;;2,57;1,799;8; +0,88;3,3;4,73;;;2,57;1,799;8; +0,02;1,3;4,84;;;2,57;1,799;8; +0,84;2,22;4,68;;;2,57;1,799;9; +0,62;4,54;1,18;;;2,57;1,799;13; +0,7;0,81;4,39;;;2,57;1,799;19; +0,4;2,68;0,72;;;2,67;1,869;23; +0,64;4,15;3,66;;;2,67;1,869;23; +0,03;3,91;3,51;;;2,67;1,869;21; +0,81;2,23;1,77;;;2,67;1,869;19; +0,42;2,85;3,3;;;2,67;1,869;18; +0,26;3,7;0,26;;;2,67;1,869;17; +0,26;0,37;0,47;;;3,05;2,135;16; +0,51;1,12;3,46;;;3,05;2,135;15; +0,41;1,65;4,51;;;3,05;2,135;14; +0,44;2,08;1,27;;;3,05;2,135;15; +0,92;1,55;4,45;;;3,05;2,135;16; +0,4;1,5;4,43;;;3,05;2,135;17; +0,9;0,05;2,82;;;2,89;2,023;18; +0,56;2,38;0,38;;;2,89;2,023;19; +0,17;4;3,22;;;2,89;2,023;18; +0,75;0,25;4,11;;;2,89;2,023;17; +0,03;0,31;3,24;;;2,89;2,023;13; +0,49;3,55;3,13;;;2,89;2,023;9; +0,19;3,11;4,48;;;2,58;1,806;8; +0,12;3,36;3,61;;;2,58;1,806;8; +0,12;3,15;1,47;;;2,58;1,806;8; +0,8;2,71;3,3;;;2,58;1,806;9; +0,49;1,18;3,24;;;2,58;1,806;13; +0,54;4,7;3,15;;;2,58;1,806;20; +0,57;0,81;1,04;;;2,67;1,869;23; +0,39;4,29;3,7;;;2,67;1,869;22; +0,98;3,37;0,29;;;2,67;1,869;20; +0,45;2,22;2,68;;;2,67;1,869;18; +0,28;1;4,93;;;2,67;1,869;17; +0,6;1,06;2,45;;;2,67;1,869;16; +0,28;1,86;4,09;;;3,02;2,114;15; +0,57;2,93;3,88;;;3,02;2,114;15; +0,5;0,65;2,74;;;3,02;2,114;15; +0,29;0,96;3,9;;;3,02;2,114;15; +0,31;1,94;4,23;;;3,02;2,114;16; +0,25;4,19;4,23;;;3,02;2,114;17; +0,27;4,21;2,51;;;2,88;2,016;18; +0,77;2,16;2,38;;;2,88;2,016;19; +1;0,48;4,24;;;2,88;2,016;18; +0,15;5;1,42;;;2,88;2,016;17; +0,03;4,66;4,49;;;2,88;2,016;13; +0,48;3,45;2,8;;;2,88;2,016;9; +0,21;0,55;4,48;;;2,52;1,764;7; +0,56;3,81;3,68;;;2,52;1,764;8; +0,69;2,77;2,66;;;2,52;1,764;8; +0,86;3,83;2,74;;;2,52;1,764;9; +0,72;2,1;3,59;;;2,52;1,764;12; +0,71;0,63;3,51;;;2,52;1,764;18; +0,45;4,47;2,69;;;2,64;1,848;23; +0,18;0,85;1,73;;;2,64;1,848;22; +0,4;1,03;1,62;;;2,64;1,848;20; +0,81;2,85;2,75;;;2,64;1,848;19; +0,29;3,37;3,82;;;2,64;1,848;17; +0,52;1,89;0,47;;;2,64;1,848;16; +0,34;3,07;0,23;;;3,12;2,184;15; +0,88;1,42;1,27;;;3,12;2,184;15; +0,07;2,14;3,28;;;3,12;2,184;15; +0,21;0,33;4,17;;;3,12;2,184;15; +0,1;0,56;3,18;;;3,12;2,184;16; +0,32;2,23;0,13;;;3,12;2,184;17; +0,61;0,63;0,7;;;2,97;2,079;17; +0,72;1,76;2,72;;;2,97;2,079;18; +0,73;2,57;3,09;;;2,97;2,079;18; +0,05;1,79;1,39;;;2,97;2,079;17; +0,04;0,82;2,85;;;2,97;2,079;12; +0,74;0,35;3,99;;;2,97;2,079;9; +0,1;3,46;2,33;;;2,55;1,785;7; +0,21;4,55;0,31;;;2,55;1,785;7; +0,29;1,38;2,41;;;2,55;1,785;7; +0,96;2,31;0,03;;;2,55;1,785;8; +0,26;1,32;2,65;;;2,55;1,785;11; +0,12;2,99;3,98;;;2,55;1,785;17; +0,08;0,45;2,93;;;2,69;1,883;21; +0,45;2,26;2,9;;;2,69;1,883;21; +0,96;3,77;2,63;;;2,69;1,883;19; +0,39;1,2;4,08;;;2,69;1,883;18; +0,78;2,43;0,32;;;2,69;1,883;16; +0,73;1,77;2,95;;;2,69;1,883;15; +0,54;2,16;1,54;;;3,18;2,226;14; +0,34;1,7;3,94;;;3,18;2,226;14; +0,94;0,2;4;;;3,18;2,226;14; +0,25;2,8;1,32;;;3,18;2,226;14; +0,38;2,27;1,06;;;3,18;2,226;14; +0,82;1,8;2,96;;;3,18;2,226;15; +0,83;4,58;1,88;;;3;2,1;16; +0,26;0,22;0,27;;;3;2,1;17; +0,44;4,06;2,7;;;3;2,1;16; +0,5;3,35;3,4;;;3;2,1;15; +0,48;2,92;2,85;;;3;2,1;11; +0,73;0,73;1,43;;;3;2,1;8; +0,37;1,12;2,1;;;2,62;1,834;6; +0,11;1,11;1,31;;;2,62;1,834;6; +0,02;1,44;4,32;;;2,62;1,834;7; +0,44;0,94;4,8;;;2,62;1,834;8; +0,72;2,03;3,95;;;2,62;1,834;10; +0,84;3,21;0,41;;;2,62;1,834;16; +0,9;1,11;3,2;;;2,72;1,904;20; +0,26;0,83;3,19;;;2,72;1,904;19; +0,29;1,26;0,66;;;2,72;1,904;17; +0,45;1,25;4,42;;;2,72;1,904;16; +0,32;0,72;2,56;;;2,72;1,904;15; +0,25;0,78;0,8;;;2,72;1,904;14; +0,64;4,43;1,84;;;3,2;2,24;13; +0,19;3,68;1,45;;;3,2;2,24;13; +0,56;0,6;1,75;;;3,2;2,24;12; +0,45;4,7;2,3;;;3,2;2,24;12; +0,46;3,85;2,72;;;3,2;2,24;13; +0,58;3,47;3,02;;;3,2;2,24;14; +0,53;2,43;1,35;;;3,01;2,107;14; +0,79;0,09;2,47;;;3,01;2,107;15; +0,44;4,65;1,33;;;3,01;2,107;15; +0,76;2,2;1,17;;;3,01;2,107;14; +0,85;2,01;2,34;;;3,01;2,107;10; +0,86;3,8;1,2;;;3,01;2,107;7; +0,1;3,29;0,73;;;2,62;1,834;5; +0,8;2,77;4,13;;;2,62;1,834;6; +0,55;2,7;2,31;;;2,62;1,834;6; +0,53;1,52;4,47;;;2,62;1,834;7; +0,34;2,48;3,86;;;2,62;1,834;9; +0,5;1,98;3,48;;;2,62;1,834;15; +0,54;0,34;2,08;;;2,75;1,925;19; +0,22;1,16;1,95;;;2,75;1,925;18; +0,17;0,4;0,28;;;2,75;1,925;16; +0,3;2,69;1,59;;;2,75;1,925;15; +0,08;3,92;0,55;;;2,75;1,925;14; +0,3;0,61;2,77;;;2,75;1,925;13; +0,23;0,11;2,2;;;3,25;2,275;12; +0,75;4,86;1,7;;;3,25;2,275;12; +0,08;2,51;4,49;;;3,25;2,275;11; +0,72;0,83;1,33;;;3,25;2,275;11; +0,94;3,09;3,24;;;3,25;2,275;12; +0,82;0,07;2,82;;;3,25;2,275;12; +0,79;0,49;1,34;;;3,05;2,135;13; +0,06;3,12;0,73;;;3,05;2,135;14; +0,22;4,18;1,04;;;3,05;2,135;14; +0,33;4,88;4,98;;;3,05;2,135;12; +0,21;1,55;4,71;;;3,05;2,135;9; +0,3;1,31;1,91;;;3,05;2,135;6; +0,53;1,83;4,44;;;2,71;1,897;5; +0,15;4,33;2,74;;;2,71;1,897;5; +0,03;3,28;1,03;;;2,71;1,897;5; +0,74;4,3;0,66;;;2,71;1,897;6; +0,44;3,48;3,93;;;2,71;1,897;9; +0,7;2,92;0,07;;;2,71;1,897;14; +0,55;1,88;0,38;;;2,8;1,96;18; +0,05;2,1;0,59;;;2,8;1,96;18; +0,49;3,03;4,55;;;2,8;1,96;15; +0,23;3,73;2,08;;;2,8;1,96;15; +0,17;4,02;3,84;;;2,8;1,96;13; +0,47;1,78;0,46;;;2,8;1,96;12; +0,67;1,38;4,69;;;3,11;2,177;12; +0,45;4,12;0,12;;;3,11;2,177;11; +0,4;0,71;4,63;;;3,11;2,177;11; +0,32;2,24;4,63;;;3,11;2,177;10; +0,14;3,5;4,53;;;3,11;2,177;11; +0,51;0,94;2,75;;;3,11;2,177;11; +0,7;0,32;3,35;;;3;2,1;12; +0,86;0,79;4,56;;;3;2,1;13; +0,45;4,35;0,73;;;3;2,1;13; +0,74;1,66;3,93;;;3;2,1;12; +0,45;1,88;1,6;;;3;2,1;9; +0,12;2,33;1,36;;;3;2,1;6; +0,54;0,73;1,29;;;2,74;1,918;5; +0,87;3,73;4,27;;;2,74;1,918;5; +0,37;3,78;2,06;;;2,74;1,918;5; +0,56;0,76;0,3;;;2,74;1,918;6; +0,46;0,1;2,6;;;2,74;1,918;8; +0,23;1,41;3,9;;;2,74;1,918;14; +0,88;3,94;3,84;;;2,83;1,981;17; +0,45;2;4,18;;;2,83;1,981;16; +0,34;2,03;1,59;;;2,83;1,981;14; +0,25;0,41;0,69;;;2,83;1,981;14; +0,16;1,01;2,28;;;2,83;1,981;12; +0,05;2,2;3,3;;;2,83;1,981;12; +0,58;3,63;3,72;;;3,14;2,198;11; +0,2;1,64;1,14;;;3,14;2,198;10; +0,62;0,11;0,65;;;3,14;2,198;9; +0,97;3,51;4,8;;;3,14;2,198;9; +0,11;0,66;2,55;;;3,14;2,198;10; +0,8;4,87;2,43;;;3,14;2,198;11; +0,08;2,79;4,17;;;3,04;2,128;11; +0,42;0,69;4,3;;;3,04;2,128;12; +0,7;1,44;0,92;;;3,04;2,128;12; +0,54;0,19;2,3;;;3,04;2,128;11; +0,9;2,96;2,12;;;3,04;2,128;9; +0,02;0,54;1,19;;;3,04;2,128;6; +0,76;2,39;2,02;;;2,85;1,995;6; +0,26;2,56;1,77;;;2,85;1,995;6; +0,41;4,29;0,3;;;2,85;1,995;6; +0,67;3,22;1,46;;;2,85;1,995;7; +0,73;0,13;2,52;;;2,85;1,995;10; +0,07;2,71;4,94;;;2,85;1,995;16; +0,51;0,05;4,68;;;2,84;1,988;18; +0,68;4,47;2,05;;;2,84;1,988;17; +0,96;0,59;4,51;;;2,84;1,988;15; +0,83;2,03;4,11;;;2,84;1,988;15; +0,97;1,82;3,98;;;2,84;1,988;13; +0,18;2,08;2,53;;;2,84;1,988;13; +0,7;0,99;0,84;;;2,93;2,051;12; +0,3;0,62;1,01;;;2,93;2,051;11; +0,79;2,72;1,77;;;2,93;2,051;11; +0,39;3,11;1,71;;;2,93;2,051;11; +0,25;0,58;2,81;;;2,93;2,051;12; +0,48;3,65;4,53;;;2,93;2,051;13; +0,09;3,48;4,88;;;2,78;1,946;13; +0,5;1,37;0,79;;;2,78;1,946;14; +0,03;1,63;3,23;;;2,78;1,946;14; +0,86;0,42;3,03;;;2,78;1,946;13; +0,31;4,65;4,34;;;2,78;1,946;10; +0,68;0,2;3,64;;;2,78;1,946;7; +0,12;3,9;4,66;;;2,7;1,89;7; +0,33;4,96;0,72;;;2,7;1,89;8; +0,13;3,22;2,05;;;2,7;1,89;8; +0,75;1,46;2,84;;;2,7;1,89;9; +0,79;4,07;3,69;;;2,7;1,89;12; +0,05;4,91;1,75;;;2,7;1,89;18; +0,99;1,93;0,28;;;2,71;1,897;23; +0,96;1,32;2,57;;;2,71;1,897;22; +0,59;1,24;1,6;;;2,71;1,897;20; +0,66;2,6;4,54;;;2,71;1,897;19; +0,29;2,18;0,21;;;2,71;1,897;17; +0,71;1,72;2,05;;;2,71;1,897;16; +0,46;0,53;1,21;;;2,85;1,995;15; +0,18;0,74;0,1;;;2,85;1,995;15; +0,24;0,68;4,41;;;2,85;1,995;15; +0,43;1,76;2,09;;;2,85;1,995;15; +0,94;0,07;0,3;;;2,85;1,995;15; +0,38;0,91;0,85;;;2,85;1,995;16; +0;4,09;1,06;;;2,71;1,897;17; +0,29;2,61;4,3;;;2,71;1,897;18; +0,33;4,68;2,97;;;2,71;1,897;18; +0,84;0,25;1,75;;;2,71;1,897;16; +0,7;2,92;2,68;;;2,71;1,897;12; +0,26;2,71;3,32;;;2,71;1,897;9; +0,71;4,75;2,04;;;2,61;1,827;11; +0,02;0,74;4,39;;;2,61;1,827;12; +0,03;1,45;2;;;2,61;1,827;12; +0,93;0,77;3,62;;;2,61;1,827;14; +0,69;4,25;0,85;;;2,61;1,827;18; +0,29;0,18;3,65;;;2,61;1,827;27; +0,58;0,75;4,68;;;2,56;1,792;34; +0,44;0,66;2,88;;;2,56;1,792;33; +0,73;4,5;4,46;;;2,56;1,792;30; +0,32;4,8;1,43;;;2,56;1,792;28; +0,24;4,16;1,1;;;2,56;1,792;26; +0,17;0,38;4,63;;;2,56;1,792;24; +0,34;3,19;0,81;;;2,58;1,806;23; +0,52;2,12;3,31;;;2,58;1,806;22; +0,38;3,37;0,06;;;2,58;1,806;22; +0,39;4,37;2,58;;;2,58;1,806;22; +0,14;0,13;2,04;;;2,58;1,806;23; +0,01;4,79;2,36;;;2,58;1,806;24; +0,63;4,82;0,09;;;2,56;1,792;25; +0,81;1,2;2,24;;;2,56;1,792;27; +0,84;3,52;2,87;;;2,56;1,792;26; +0,37;1,8;2,09;;;2,56;1,792;24; +0,5;0,39;0,73;;;2,56;1,792;18; +0,78;4,48;4,12;;;2,56;1,792;13; +0,52;4,46;3,43;;;2,54;1,778;13; +0,56;4,28;0,19;;;2,54;1,778;13; +0,98;2,21;1,39;;;2,54;1,778;14; +0,83;2,27;2,53;;;2,54;1,778;16; +0,65;3,04;1,35;;;2,54;1,778;20; +0,26;1,63;3,19;;;2,54;1,778;29; +0,35;4,92;1,63;;;2,57;1,799;35; +0,43;3,48;4,06;;;2,57;1,799;35; +0,14;1,12;1,22;;;2,57;1,799;33; +0,54;4,73;4,79;;;2,57;1,799;30; +0,17;4,33;0,86;;;2,57;1,799;28; +0,08;0,33;1,8;;;2,57;1,799;26; +0,44;0;1,5;;;2,74;1,918;25; +0,52;3,54;2,78;;;2,74;1,918;25; +0,22;0,6;1,09;;;2,74;1,918;24; +0,36;3,46;0,24;;;2,74;1,918;25; +0,75;1,4;2,53;;;2,74;1,918;26; +0,91;1,23;0,33;;;2,74;1,918;27; +0,59;0,81;1,94;;;2,69;1,883;28; +0,71;2,53;2,98;;;2,69;1,883;29; +0,65;4,88;0,57;;;2,69;1,883;28; +0,47;2,93;3,65;;;2,69;1,883;26; +0,73;4,56;0,03;;;2,69;1,883;20; +0,46;3,73;0,08;;;2,69;1,883;14; +0,33;2,5;1,71;;;2,61;1,827;11; +0,05;4,09;4,07;;;2,61;1,827;12; +0,18;3,91;3,7;;;2,61;1,827;12; +0,79;4,47;2,92;;;2,61;1,827;14; +0,61;3,43;3,02;;;2,61;1,827;18; +0,33;0,54;1,62;;;2,61;1,827;27; +0,35;2,7;1,86;;;2,65;1,855;33; +0,6;3,17;0,72;;;2,65;1,855;33; +0,17;3,23;0,36;;;2,65;1,855;30; +0,7;1,43;4,42;;;2,65;1,855;28; +0,77;3,99;0,71;;;2,65;1,855;26; +0,8;4,31;4,97;;;2,65;1,855;24; +0,29;0,48;4,13;;;2,85;1,995;23; +0,36;3,36;2,34;;;2,85;1,995;22; +0,82;0,73;4,53;;;2,85;1,995;22; +0,77;1,54;1,26;;;2,85;1,995;22; +0,21;3,71;0,37;;;2,85;1,995;23; +0,32;2,75;4,19;;;2,85;1,995;24; +0,55;3,45;0,69;;;2,78;1,946;25; +0,57;0,03;3,46;;;2,78;1,946;27; +0,59;2,89;1,46;;;2,78;1,946;26; +0,12;4,17;0,29;;;2,78;1,946;24; +0,78;4,93;2,86;;;2,78;1,946;18; +0,05;1,52;3,05;;;2,78;1,946;13; +0,36;1,89;4,87;;;2,64;1,848;9; +0,59;4,73;1,07;;;2,64;1,848;10; +0,09;1,55;3,87;;;2,64;1,848;10; +0,88;1,16;4,79;;;2,64;1,848;12; +0,42;0,13;1,13;;;2,64;1,848;15; +0,66;2,14;1,64;;;2,64;1,848;23; +0,95;4,73;3,56;;;2,69;1,883;29; +0,35;2,3;3,09;;;2,69;1,883;28; +0,85;0,58;4;;;2,69;1,883;26; +0,23;4,74;2,91;;;2,69;1,883;24; +0,62;4,5;1,86;;;2,69;1,883;22; +0,17;2,85;3,35;;;2,69;1,883;20; +0,44;4,62;1,73;;;2,92;2,044;20; +0,21;2,47;4,11;;;2,92;2,044;19; +0,56;3,73;1,15;;;2,92;2,044;19; +0,72;2,4;3,98;;;2,92;2,044;19; +0,57;3,33;4,7;;;2,92;2,044;20; +0,26;2,44;2,27;;;2,92;2,044;21; +0,2;0,87;4,37;;;2,85;1,995;22; +0,47;4,5;3,7;;;2,85;1,995;23; +0,64;2,35;4,26;;;2,85;1,995;22; +0,11;4,56;2,14;;;2,85;1,995;21; +0,19;2,94;0,99;;;2,85;1,995;16; +0,73;0,43;3,94;;;2,85;1,995;11; +0,48;1,49;3,35;;;2,62;1,834;7; +0,18;3,04;0,14;;;2,62;1,834;7; +0,63;3,2;1,81;;;2,62;1,834;8; +0,83;4,74;4,85;;;2,62;1,834;8; +0,96;2,34;1,47;;;2,62;1,834;12; +0,54;0,65;4,41;;;2,62;1,834;18; +0,93;1,32;4,38;;;2,72;1,904;22; +0,88;0,02;0,82;;;2,72;1,904;22; +0,77;4,24;3,6;;;2,72;1,904;20; +0,68;2,05;3,44;;;2,72;1,904;18; +0,64;3,99;3,76;;;2,72;1,904;17; +0,67;1,16;4,14;;;2,72;1,904;16; +0,18;3,71;3,18;;;3,12;2,184;15; +0,55;4,13;4,86;;;3,12;2,184;14; +0,76;2,86;2,74;;;3,12;2,184;14; +0,79;0,7;4,1;;;3,12;2,184;14; +0,22;4,36;2,28;;;3,12;2,184;14; +0,46;3,07;3,41;;;3,12;2,184;16; +0,28;2,44;4,49;;;2,99;2,093;16; +0,83;2,22;2,67;;;2,99;2,093;17; +0,8;1,8;1,8;;;2,99;2,093;17; +0,85;4,31;1,11;;;2,99;2,093;16; +0,92;3,01;0,44;;;2,99;2,093;12; +0,33;2,87;0,96;;;2,99;2,093;8; +0,49;2,37;1,68;;;2,72;1,904;5; +0,98;4,29;2,95;;;2,72;1,904;5; +0,6;4,97;3,75;;;2,72;1,904;6; +0,23;4,21;4,56;;;2,72;1,904;7; +1;2,74;2,54;;;2,72;1,904;10; +0,09;4,9;1,94;;;2,72;1,904;16; +0,35;1,12;2,73;;;2,8;1,96;18; +0,14;0,92;3,84;;;2,8;1,96;17; +0,8;2,52;4,29;;;2,8;1,96;15; +0,6;0;3,18;;;2,8;1,96;14; +0,63;2,98;1,34;;;2,8;1,96;13; +0,53;3,38;4,38;;;2,8;1,96;12; +0,46;3,7;3,59;;;3,14;2,198;11; +0,57;2,73;0,97;;;3,14;2,198;11; +0,26;1,84;4,73;;;3,14;2,198;11; +0,7;1,07;3,94;;;3,14;2,198;11; +0,11;3,44;0,29;;;3,14;2,198;11; +0,36;3,79;2,73;;;3,14;2,198;12; +0,27;1,79;4,41;;;3,02;2,114;13; +0,17;1,88;1,21;;;3,02;2,114;13; +0,6;0,68;2,86;;;3,02;2,114;14; +0,01;4,66;0,61;;;3,02;2,114;13; +0,22;1,99;1,89;;;3,02;2,114;10; +0,61;4,04;2,53;;;3,02;2,114;6; +0,71;2,01;3,87;;;2,77;1,939;4; +0,55;4,08;2,05;;;2,77;1,939;4; +0,37;0,63;2,65;;;2,77;1,939;4; +0,42;1,41;4,21;;;2,77;1,939;5; +0,69;3,83;0,45;;;2,77;1,939;7; +0,23;1,12;1,39;;;2,77;1,939;12; +0,53;0,73;2,38;;;2,84;1,988;15; +0,85;3,63;3,45;;;2,84;1,988;15; +0,91;2,25;3,09;;;2,84;1,988;13; +0,44;0,56;0,32;;;2,84;1,988;12; +0,75;1,89;0,55;;;2,84;1,988;11; +1;0,3;4,51;;;2,84;1,988;10; +0,48;2,89;4,02;;;3,24;2,268;10; +0,01;1,51;3,77;;;3,24;2,268;9; +0,2;0,21;1,85;;;3,24;2,268;9; +0,44;4,73;0,39;;;3,24;2,268;8; +0,47;4,06;0,9;;;3,24;2,268;9; +0,45;4,92;1,44;;;3,24;2,268;9; +0,43;3,08;4,73;;;3,17;2,219;10; +0,24;3,65;4,89;;;3,17;2,219;11; +0,18;3,63;0,64;;;3,17;2,219;11; +0,67;1,85;3,44;;;3,17;2,219;10; +0,43;2,59;2,45;;;3,17;2,219;8; +0,99;1,32;2,63;;;3,17;2,219;5; +0,52;0,8;1,16;;;2,84;1,988;3; +0,23;0,6;2,28;;;2,84;1,988;3; +0,77;1,17;4,96;;;2,84;1,988;3; +1;3,6;3,7;;;2,84;1,988;4; +0,36;2,18;4,03;;;2,84;1,988;5; +0,38;1,04;1,86;;;2,84;1,988;9; +0,85;1,8;1,52;;;2,96;2,072;12; +0,37;0,01;4,88;;;2,96;2,072;11; +0,48;3,61;3,07;;;2,96;2,072;10; +0,74;4,08;0;;;2,96;2,072;9; +0,45;0,42;4,98;;;2,96;2,072;8; +0,23;3,32;1,37;;;2,96;2,072;8; +0,52;2,03;1,27;;;3,53;2,471;7; +0,41;3,3;2,58;;;3,53;2,471;7; +0,3;4,7;4,16;;;3,53;2,471;6; +0,7;4,86;1,49;;;3,53;2,471;6; +0,81;1,37;0,18;;;3,53;2,471;6; +0,62;4,59;3,26;;;3,53;2,471;7; +0,91;1,54;4,33;;;3,38;2,366;7; +0,89;0,32;3,7;;;3,38;2,366;8; +0,85;5;2,32;;;3,38;2,366;8; +0,13;0,55;4,09;;;3,38;2,366;7; +0,69;4,73;0,39;;;3,38;2,366;6; +0,18;2,27;3,86;;;3,38;2,366;4; +0,43;2,69;1,74;;;2,93;2,051;2; +0,47;1,3;2,06;;;2,93;2,051;2; +0,05;2,34;1,88;;;2,93;2,051;2; +0,61;1,35;0,95;;;2,93;2,051;3; +0,37;4,26;3,42;;;2,93;2,051;4; +0,87;0,64;3,41;;;2,93;2,051;8; +0,96;4,55;2,53;;;3,03;2,121;11; +0,21;4,02;4,96;;;3,03;2,121;10; +0,56;2,56;1,73;;;3,03;2,121;8; +0,27;1,68;2,66;;;3,03;2,121;8; +0,53;2,86;2;;;3,03;2,121;7; +0,5;1,31;0,69;;;3,03;2,121;7; +0,23;1,53;2,31;;;3,55;2,485;7; +0,82;4,14;3,1;;;3,55;2,485;6; +0,02;2,36;2,52;;;3,55;2,485;6; +0,17;2,5;3,56;;;3,55;2,485;5; +0,51;4,46;1,05;;;3,55;2,485;6; +0,83;4,74;0,7;;;3,55;2,485;6; +0,99;1,49;1,74;;;3,33;2,331;6; +0,92;4,21;3,7;;;3,33;2,331;7; +0,5;4,76;0,45;;;3,33;2,331;7; +0,43;4,98;2,99;;;3,33;2,331;6; +0,59;1,84;0,6;;;3,34;2,338;5; +0,49;2,3;2,6;;;3,34;2,338;3; +0,24;3,63;0,34;;;2,96;2,072;2; +0,05;0,03;2,81;;;2,96;2,072;2; +0,89;2,63;3,42;;;2,96;2,072;2; +0,03;0,46;2,3;;;2,96;2,072;3; +0,35;4,76;2,65;;;2,96;2,072;4; +0,18;4,38;2,83;;;2,96;2,072;8; +0,74;0,2;1,1;;;2,96;2,072;10; +0,98;0,44;2,12;;;2,96;2,072;10; +0,59;2,21;1,48;;;2,96;2,072;8; +0,85;0,11;4,19;;;2,96;2,072;8; +0,08;1,62;2,6;;;2,96;2,072;7; +0,77;4,95;0,97;;;2,96;2,072;7; +0,18;4,78;4,82;;;3,4;2,38;7; +0,74;3,32;2,56;;;3,4;2,38;6; +0,15;4,56;2,64;;;3,4;2,38;6; +0,43;3,68;3,18;;;3,4;2,38;5; +0,79;4,86;0,74;;;3,4;2,38;5; +0,5;4,1;4,03;;;3,4;2,38;6; +0,3;3,55;4,91;;;3,25;2,275;6; +0,4;0,25;0,28;;;3,25;2,275;7; +0,31;1,54;1,78;;;3,25;2,275;7; +0,84;2,37;2,09;;;3,25;2,275;6; +0,99;2,65;0,29;;;3,25;2,275;5; +0,69;0,6;3,45;;;3,25;2,275;3; +0,02;1,84;0,18;;;2,89;2,023;2; +0,12;0,9;4,97;;;2,89;2,023;2; +0,76;0,69;2,52;;;2,89;2,023;2; +0,38;1,1;2,45;;;2,89;2,023;3; +0,08;1,5;1,01;;;2,89;2,023;4; +0,55;4,2;0,74;;;2,89;2,023;8; +0,88;1,24;3,45;;;3,01;2,107;11; +0,21;0,83;0,87;;;3,01;2,107;10; +0,53;3,02;1,86;;;3,01;2,107;8; +0,35;0,14;2,65;;;3,01;2,107;8; +0,03;3,43;0,52;;;3,01;2,107;7; +0,89;1,85;3,79;;;3,01;2,107;7; +0,59;1,99;3,47;;;3,43;2,401;7; +0,43;0,75;3,85;;;3,43;2,401;6; +0,59;0,78;3,61;;;3,43;2,401;6; +0,3;0,11;0,16;;;3,43;2,401;5; +0,58;4,08;1,01;;;3,43;2,401;6; +0,24;1,67;0,61;;;3,43;2,401;6; +0,34;3,41;0,37;;;3,22;2,254;6; +0,04;1,89;2,03;;;3,22;2,254;7; +0,25;0,14;0,44;;;3,22;2,254;7; +0,2;0,07;1,42;;;3,22;2,254;6; +0,24;4,81;0,62;;;3,22;2,254;5; +0,93;0,74;2,25;;;3,22;2,254;3; +0,16;0,48;4,18;;;2,88;2,016;3; +0,84;2,39;2,63;;;2,88;2,016;3; +0,69;2,66;4,82;;;2,88;2,016;3; +0,2;0,59;3,6;;;2,88;2,016;3; +0,83;0,46;2,54;;;2,88;2,016;5; +0,74;4,22;1,07;;;2,88;2,016;8; +0,88;2,9;4,48;;;2,96;2,072;11; +0,41;0,57;0,56;;;2,96;2,072;11; +0,92;3,85;2,13;;;2,96;2,072;9; +0,11;2,25;3,21;;;2,96;2,072;9; +0,13;1,91;1,19;;;2,96;2,072;8; +0,08;2,97;4,29;;;2,96;2,072;7; +0,17;3,25;1,21;;;3,4;2,38;7; +0,39;4,55;2,19;;;3,4;2,38;6; +0,13;0,35;4,28;;;3,4;2,38;6; +0,87;0,91;0,7;;;3,4;2,38;6; +0,21;1,86;2,4;;;3,4;2,38;6; +0,42;1,49;2,82;;;3,4;2,38;7; +0,87;1,46;0,08;;;3,24;2,268;7; +0,35;1,11;3,56;;;3,24;2,268;7; +0,59;3,52;1,15;;;3,24;2,268;8; +0,9;4,23;1,5;;;3,24;2,268;7; +0,31;3,26;0,56;;;3,24;2,268;5; +0,91;2,52;3,23;;;3,24;2,268;3; +0,85;3,27;0,91;;;2,89;2,023;3; +0,61;0,66;2,69;;;2,89;2,023;3; +0,37;3,11;0,88;;;2,89;2,023;3; +0,31;3,93;1,35;;;2,89;2,023;4; +0,2;3,47;4,94;;;2,89;2,023;5; +0,43;0,41;1,82;;;2,89;2,023;9; +0,95;4,31;4,34;;;3,03;2,121;11; +0,35;4,9;3,11;;;3,03;2,121;10; +0,22;3,8;2,16;;;3,03;2,121;9; +0,06;3,79;2,77;;;3,03;2,121;8; +0,36;4,83;1,99;;;3,03;2,121;8; +0,74;4,84;0,32;;;3,03;2,121;7; +0,81;4,51;1,38;;;3,43;2,401;7; +0,57;2,93;3,3;;;3,43;2,401;6; +0,44;3,58;1,76;;;3,43;2,401;6; +0,05;2,43;0,61;;;3,43;2,401;6; +0,25;0,05;2,92;;;3,43;2,401;6; +0,56;1,97;4,12;;;3,43;2,401;7; +0,94;0,44;2,65;;;3,13;2,191;7; +0,53;0,21;0,01;;;3,13;2,191;7; +0,32;4,51;3,17;;;3,13;2,191;8; +0,57;3,75;1,94;;;3,13;2,191;7; +0,19;2,9;1,27;;;3,13;2,191;5; +0,81;4,33;2,59;;;3,13;2,191;3; +0,87;0,01;0,74;;;2,89;2,023;3; +0,61;3,53;3,92;;;2,89;2,023;3; +0,98;0,91;3,69;;;2,89;2,023;3; +0,43;4,46;3,44;;;2,89;2,023;3; +0,94;0,95;4,21;;;2,89;2,023;5; +0,65;1,97;2,36;;;2,89;2,023;9; +0,03;1,14;4,5;;;2,98;2,086;11; +0,01;2,61;1,21;;;2,98;2,086;11; +0,66;4,61;4;;;2,98;2,086;9; +0,17;2,55;3,57;;;2,98;2,086;9; +0,93;2,27;3,23;;;2,98;2,086;8; +0,34;1,32;3,04;;;2,98;2,086;8; +0,63;4,1;3,18;;;3,38;2,366;7; +0,31;4,65;0,81;;;3,38;2,366;7; +0,15;2,61;4,21;;;3,38;2,366;6; +0,61;0,38;2,72;;;3,38;2,366;6; +0,63;4,94;4,79;;;3,38;2,366;6; +0,15;4,47;4,16;;;3,37;2,359;7; +0,94;0,51;1,89;;;3,16;2,212;7; +0,24;4,83;4,72;;;3,16;2,212;8; +0,42;4,31;4,1;;;3,16;2,212;8; +0,46;2,59;4,46;;;3,16;2,212;7; +0,61;0,33;4,35;;;3,16;2,212;5; +0,79;1,06;4,53;;;3,16;2,212;4; +0,27;4,74;4,01;;;2,9;2,03;3; +0,2;0,91;4,77;;;2,9;2,03;3; +0,04;0,81;1,17;;;2,9;2,03;3; +0,01;3,75;3,66;;;2,9;2,03;4; +0,18;1,49;0,53;;;2,9;2,03;6; +0,28;4,35;1,19;;;2,9;2,03;10; +0,87;2,16;0,43;;;2,96;2,072;13; +0,44;3,33;0,16;;;2,96;2,072;12; +0,54;0,83;1;;;2,96;2,072;11; +0,47;2,07;1,49;;;2,96;2,072;10; +0,59;0,37;4,72;;;2,96;2,072;9; +0,89;0,34;0,16;;;2,96;2,072;8; +0,64;2,87;4,21;;;3,19;2,233;8; +0,48;3,52;1,83;;;3,19;2,233;7; +0,8;0,42;0,81;;;3,19;2,233;7; +0,13;3,28;2,86;;;3,19;2,233;7; +0,63;0,13;2,75;;;3,19;2,233;7; +0,85;1,53;3,87;;;3,19;2,233;8; +0,06;0,73;3,1;;;2,98;2,086;8; +0,24;0,48;1,25;;;2,98;2,086;9; +0,69;0,27;2,96;;;2,98;2,086;9; +0,9;1,13;3,57;;;2,98;2,086;8; +0,22;2,63;2,86;;;2,98;2,086;6; +0,96;3,29;1,21;;;2,99;2,093;4; +0,95;3,73;1,24;;;2,86;2,002;4; +0,9;1,64;1,04;;;2,86;2,002;4; +0,16;1,98;1,23;;;2,86;2,002;4; +0,56;4,29;1,27;;;2,86;2,002;5; +0,49;3,09;3,57;;;2,86;2,002;7; +0,79;3,46;4,24;;;2,86;2,002;12; +0,1;0,84;3,08;;;2,9;2,03;15; +0,13;2,44;4,87;;;2,9;2,03;14; +0,99;1,81;1,27;;;2,9;2,03;12; +0,88;4,6;4,27;;;2,9;2,03;12; +0,1;1,29;2,54;;;2,9;2,03;10; +0,27;2,37;4,48;;;2,9;2,03;10; +0,05;0,75;1,59;;;3,03;2,121;9; +0,97;0,66;4,28;;;3,03;2,121;9; +0,39;0,72;4,1;;;3,03;2,121;8; +0,16;3,45;4,81;;;3,03;2,121;8; +0,51;3,94;3,84;;;3,03;2,121;8; +0,91;0,4;0,79;;;3,03;2,121;9; +0,77;0,37;1,3;;;2,92;2,044;9; +0,9;1,15;3,55;;;2,92;2,044;10; +0,05;2,02;2,98;;;2,92;2,044;10; +0,43;0,21;3,51;;;2,92;2,044;9; +0,92;3,34;4,5;;;2,92;2,044;7; +0,94;4,07;4,83;;;2,92;2,044;5; +0,78;0,43;1,71;;;2,86;2,002;4; +0,85;0,87;4,67;;;2,86;2,002;4; +0,97;0,04;0,37;;;2,86;2,002;5; +0,1;2,76;2,42;;;2,86;2,002;5; +0,33;2,26;0,21;;;2,86;2,002;8; +0,49;0,86;2,62;;;2,86;2,002;13; +0,37;4,65;0,79;;;2,86;2,002;16; +0,13;1,47;2,98;;;2,86;2,002;16; +0,26;1,5;2,48;;;2,86;2,002;14; +0,54;1,46;4,93;;;2,86;2,002;13; +0,43;0,33;4,22;;;2,86;2,002;12; +0,24;2,62;4,04;;;2,86;2,002;11; +0,72;1,74;3,1;;;2,98;2,086;10; +0,86;0,85;2,19;;;2,98;2,086;10; +0,36;4,45;1,49;;;2,98;2,086;9; +0,67;2,52;3,48;;;2,98;2,086;9; +0,21;3,22;1,73;;;2,98;2,086;9; +0,11;1,32;4,34;;;2,98;2,086;10; +0,9;3,94;3,63;;;2,92;2,044;10; +0,92;0,44;1,69;;;2,92;2,044;11; +0,77;1,37;4,87;;;2,92;2,044;11; +0,96;3,5;0,96;;;2,92;2,044;11; +0,12;0,06;1,11;;;2,92;2,044;8; +0,57;0,75;3,61;;;2,92;2,044;5; +0,52;0,33;0,51;;;2,82;1,974;5; +0,05;3,89;3,63;;;2,82;1,974;5; +0,38;1,22;1,47;;;2,82;1,974;5; +0,63;2,55;3,9;;;2,82;1,974;6; +0,11;0,19;2,59;;;2,82;1,974;8; +0,06;0,45;0,16;;;2,82;1,974;13; +0,83;3,39;4,81;;;2,82;1,974;17; +0,17;4,39;4,84;;;2,82;1,974;17; +0,98;2,04;4,71;;;2,82;1,974;15; +0,87;2,75;2,85;;;2,82;1,974;14; +0,51;4,79;0,57;;;2,82;1,974;12; +0,82;2,21;0,51;;;2,82;1,974;11; +0,4;4,03;4,06;;;3,03;2,121;11; +0,25;0,64;4,25;;;3,03;2,121;10; +0,96;4,78;2,62;;;3,03;2,121;10; +0,58;3,79;1;;;3,03;2,121;10; +0,07;3,44;3,21;;;3,03;2,121;10; +0,25;3,82;3,2;;;3,03;2,121;11; +0,34;3,1;1,9;;;2,96;2,072;11; +0,25;0,47;2,85;;;2,96;2,072;12; +0,75;1,66;3,23;;;2,96;2,072;12; +0,04;1,69;0,43;;;2,96;2,072;11; +0,46;1,36;0,9;;;2,96;2,072;9; +0,44;3,5;1,09;;;2,96;2,072;6; +0,44;0,81;0,06;;;2,78;1,946;5; +0,85;3,48;2,01;;;2,78;1,946;5; +0,55;3,34;4,07;;;2,78;1,946;5; +0,23;0,35;3,12;;;2,78;1,946;6; +0,14;0,82;0,45;;;2,78;1,946;9; +0,87;3,98;3,89;;;2,78;1,946;14; +0,05;2,42;4,76;;;2,84;1,988;17; +0,47;3,51;1,12;;;2,84;1,988;16; +0,34;4,09;4,8;;;2,84;1,988;15; +0,91;4,1;4,24;;;2,84;1,988;14; +0,72;3,85;4,74;;;2,84;1,988;13; +0,84;2,17;4,21;;;2,84;1,988;12; +0,98;0,83;3,02;;;3,04;2,128;11; +0,85;2,96;2,13;;;3,04;2,128;10; +0,73;1,52;3,75;;;3,04;2,128;10; +0,85;1;2,11;;;3,04;2,128;10; +0,61;1,51;0,17;;;3,04;2,128;10; +0,31;3,78;1,26;;;3,04;2,128;11; +0,58;1,71;3,05;;;2,89;2,023;12; +0,69;1,66;3,33;;;2,89;2,023;13; +0,53;3,82;3,7;;;2,89;2,023;13; +0,17;0,46;1,47;;;2,89;2,023;12; +0,59;1,19;2,01;;;2,89;2,023;9; +0,91;4,23;0,73;;;2,89;2,023;6; +0,41;1,24;4,37;;;2,76;1,932;5; +0,4;1,24;1,45;;;2,76;1,932;5; +0,84;4,19;1,75;;;2,76;1,932;5; +0,05;4,85;2,36;;;2,76;1,932;6; +0,56;3,46;2,56;;;2,76;1,932;9; +0,45;4,55;4,12;;;2,76;1,932;16; +0,04;1,84;2,56;;;2,81;1,967;17; +0,7;3,18;4,83;;;2,81;1,967;17; +0,96;3,22;0,47;;;2,81;1,967;14; +0,62;3,31;1,48;;;2,81;1,967;14; +0,03;0,99;2,69;;;2,81;1,967;12; +0,58;0,59;1,72;;;2,81;1,967;12; +0,89;0,95;1,94;;;3,02;2,114;11; +0,98;0,41;0,02;;;3,02;2,114;10; +0,87;4,51;2,56;;;3,02;2,114;10; +0,71;2,11;4,73;;;3,02;2,114;10; +0,07;1,18;1,03;;;3,02;2,114;11; +0,03;0,28;1,58;;;3,02;2,114;11; +0,65;2,89;4,45;;;2,93;2,051;12; +0,18;0,98;3,95;;;2,93;2,051;13; +0,42;0,31;3,25;;;2,93;2,051;13; +0,01;2,38;3,43;;;2,93;2,051;12; +0,57;3,95;0,57;;;2,93;2,051;9; +0,61;3,67;3,09;;;2,93;2,051;6; +0,65;4,68;1,99;;;2,76;1,932;4; +0,54;1,91;3,57;;;2,76;1,932;5; +0,45;4,27;0,85;;;2,76;1,932;5; +0,28;4,65;4,38;;;2,76;1,932;6; +1;1,35;2,31;;;2,76;1,932;8; +0,44;1,87;0,2;;;2,76;1,932;13; +0,44;0,19;4,34;;;2,83;1,981;16; +0,92;2,82;0,09;;;2,83;1,981;16; +0,3;3,49;0,76;;;2,83;1,981;14; +0,77;0,7;0,86;;;2,83;1,981;13; +0,41;1,89;0,02;;;2,83;1,981;12; +0,13;0,52;3,3;;;2,83;1,981;11; +0,38;3,77;3,73;;;3,19;2,233;10; +0,65;4,87;3,66;;;3,19;2,233;10; +0,65;0,18;0,31;;;3,19;2,233;9; +0,97;3,64;3,71;;;3,19;2,233;9; +0,02;3,36;1,18;;;3,19;2,233;10; +0,48;0,31;2,43;;;3,19;2,233;10; +0,91;2,2;4,44;;;3,09;2,163;11; +0,76;3,14;0,53;;;3,09;2,163;12; +0,03;2,9;4,58;;;3,09;2,163;12; +0,37;1,63;3,47;;;3,09;2,163;11; +0,8;4,3;4,94;;;3,09;2,163;8; +0,68;4,48;1,23;;;3,09;2,163;5; +0,74;2,73;3,35;;;2,78;1,946;4; +0,6;3,09;2,06;;;2,78;1,946;4; +0,19;0;3,65;;;2,78;1,946;4; +0,86;2,08;0,52;;;2,78;1,946;5; +0,69;0,7;4,28;;;2,78;1,946;7; +0,5;3,38;1,27;;;2,78;1,946;11; +0,34;0,4;1,78;;;2,91;2,037;14; +0,17;4,45;0,1;;;2,91;2,037;14; +0,45;4,52;1,56;;;2,91;2,037;12; +0,63;1,41;4,77;;;2,91;2,037;11; +0,55;1,67;4,6;;;2,91;2,037;10; +0,85;1,38;4,54;;;2,91;2,037;9; +0,31;0,61;1,12;;;3,35;2,345;9; +0,8;1,99;3,25;;;3,35;2,345;8; +0,05;0,54;2,66;;;3,35;2,345;8; +0,04;4,84;3,11;;;3,35;2,345;8; +0,92;4,75;2,06;;;3,35;2,345;8; +0,24;4,95;3,54;;;3,35;2,345;9; +0,93;4,62;2,88;;;3,16;2,212;9; +0,34;3,06;0,94;;;3,16;2,212;10; +0,41;1,16;2,69;;;3,16;2,212;10; +0,47;4,1;3,06;;;3,16;2,212;9; +0,89;3,13;1,34;;;3,16;2,212;7; +0,27;4;1,08;;;3,16;2,212;5; +0,49;0,4;0,17;;;2,83;1,981;4; +0,55;0,24;3,55;;;2,83;1,981;4; +0,63;0,88;4,3;;;2,83;1,981;4; +0,18;3,07;0,03;;;2,83;1,981;5; +0,16;0,9;4,62;;;2,83;1,981;7; +0,52;3,07;0,92;;;2,83;1,981;12; +0,06;1,57;4,12;;;2,95;2,065;15; +0,35;0,16;1,75;;;2,95;2,065;14; +0,46;4,48;4,57;;;2,95;2,065;13; +0,21;2,28;4,42;;;2,95;2,065;12; +0,7;4,85;0,96;;;2,95;2,065;11; +0,83;4,07;1,64;;;2,95;2,065;10; +0,63;4,76;0,67;;;3,11;2,177;9; +0,47;3,71;2,7;;;3,11;2,177;9; +0,34;3;3,65;;;3,11;2,177;8; +0,63;3,85;1,33;;;3,11;2,177;8; +0,11;2,75;3,35;;;3,11;2,177;9; +0,86;2,73;2,8;;;3,11;2,177;9; +0,77;1,22;3,1;;;2,91;2,037;10; +0,51;3,42;2,86;;;2,91;2,037;10; +0,09;4,59;2,52;;;2,91;2,037;11; +0,19;4,67;1,62;;;2,91;2,037;10; +0,63;3,6;2,47;;;2,91;2,037;7; +0,06;3,78;0,62;;;2,91;2,037;5; +0,1;4,12;3,04;;;2,81;1,967;4; +0,88;3,74;2,89;;;2,81;1,967;5; +0,68;0,99;4,45;;;2,81;1,967;5; +0,23;4,78;0,58;;;2,81;1,967;6; +0,23;3,08;4,58;;;2,81;1,967;8; +0,99;2,65;3,32;;;2,81;1,967;13; +0,56;3,19;0,63;;;2,79;1,953;16; +0,68;2,44;4,99;;;2,79;1,953;16; +0,29;0,63;0,42;;;2,79;1,953;14; +0,73;4,65;1,52;;;2,79;1,953;13; +0,63;0,92;3,32;;;2,79;1,953;12; +0,67;4,6;3,27;;;2,79;1,953;11; +0,19;4,38;1,63;;;3,01;2,107;10; +0,77;3,98;3,05;;;3,01;2,107;10; +0,41;3,38;1,04;;;3,01;2,107;9; +0,73;4,16;4,32;;;3,01;2,107;9; +0,87;0,59;3,48;;;3,01;2,107;10; +0,9;4,39;0,51;;;3,01;2,107;10; +0,47;2,06;2,65;;;2,94;2,058;11; +0,46;0;3;;;2,94;2,058;12; +0,46;2,88;0,49;;;2,94;2,058;12; +0,84;3,02;3,87;;;2,94;2,058;11; +0,01;2,15;2,08;;;2,94;2,058;8; +0,71;0,12;0,8;;;2,94;2,058;5; +0,14;3,18;1,3;;;2,72;1,904;7; +0,29;2,45;4,9;;;2,72;1,904;7; +0,24;2,58;3,35;;;2,72;1,904;7; +0,7;3,21;1,46;;;2,72;1,904;9; +1;1,82;3,66;;;2,72;1,904;12; +0,67;0,4;3,08;;;2,72;1,904;18; +0,1;1,91;2,6;;;2,72;1,904;22; +0,32;1,93;0,14;;;2,72;1,904;22; +0,5;0,19;1,55;;;2,72;1,904;20; +0,22;0,38;0,2;;;2,72;1,904;18; +0,41;3,68;1,04;;;2,72;1,904;17; +0,36;3,4;4,84;;;2,72;1,904;16; +0,37;4,79;0,66;;;2,71;1,897;15; +0,18;0,31;1,85;;;2,71;1,897;14; +0,02;2,61;2,93;;;2,71;1,897;14; +0,9;3,74;0,81;;;2,71;1,897;14; +0,15;3,78;2,72;;;2,71;1,897;15; +0,12;2,66;2,66;;;2,71;1,897;16; +0,54;0,11;3,2;;;2,7;1,89;16; +0,88;3,42;3,2;;;2,7;1,89;17; +0,9;2,88;1,3;;;2,7;1,89;17; +0,43;3,04;4,83;;;2,7;1,89;16; +0,06;2,74;1,12;;;2,7;1,89;12; +0,16;2,7;0,45;;;2,7;1,89;8; +0,06;1,71;2,5;;;2,51;1,757;9; +0,89;0,05;3,71;;;2,51;1,757;9; +0,87;1,1;0,69;;;2,51;1,757;10; +0,43;1,37;0,83;;;2,51;1,757;11; +0,74;0,57;0,58;;;2,51;1,757;15; +0,38;2,26;3,42;;;2,51;1,757;22; +0,82;2,56;2,89;;;2,62;1,834;26; +0,12;4,04;1,23;;;2,62;1,834;26; +0,78;1,07;4,32;;;2,62;1,834;24; +0,07;0,15;3,06;;;2,62;1,834;22; +0,7;1,86;1,35;;;2,62;1,834;20; +0,51;1,55;0,14;;;2,62;1,834;19; +0,85;1,21;3,25;;;2,89;2,023;18; +0,93;0,62;0,48;;;2,89;2,023;17; +0,05;0,8;4,61;;;2,89;2,023;17; +0,56;1,31;0,17;;;2,89;2,023;17; +0,15;3,22;1,92;;;2,89;2,023;18; +0,52;2,83;4,81;;;2,89;2,023;19; +0,38;3,37;3,9;;;2,78;1,946;21; +0,68;1,7;3,16;;;2,78;1,946;21; +0,57;4,7;3,47;;;2,78;1,946;21; +0,75;2,89;2,73;;;2,78;1,946;19; +0,67;0,47;1,85;;;2,78;1,946;15; +0,5;1,38;1,93;;;2,78;1,946;11; +0,38;1,72;3,09;;;2,61;1,827;9; +0,6;1,46;4,23;;;2,61;1,827;10; +0,97;2,69;1,99;;;2,61;1,827;10; +0,57;4,67;0,16;;;2,61;1,827;11; +0,59;1,02;3,48;;;2,61;1,827;15; +0,42;0,74;1,6;;;2,61;1,827;23; +0,87;3,5;1,1;;;2,66;1,862;26; +0,29;0,89;3,62;;;2,66;1,862;25; +0,15;2,25;2,31;;;2,66;1,862;23; +0,28;0,77;1,36;;;2,66;1,862;21; +0,37;2,76;2,79;;;2,66;1,862;19; +0,95;3,49;1,62;;;2,66;1,862;18; +0,44;2,56;4,29;;;2,95;2,065;18; +0,9;1,82;0,53;;;2,95;2,065;17; +0,08;1,97;3,41;;;2,95;2,065;17; +0,2;4,55;4,4;;;2,95;2,065;17; +0,9;4,88;0,76;;;2,95;2,065;18; +0,4;2,02;0,99;;;2,95;2,065;19; +0,36;1,41;0,5;;;2,84;1,988;20; +0,66;0,07;2,56;;;2,84;1,988;21; +0,58;1,06;2,86;;;2,84;1,988;21; +0,44;3,9;0,71;;;2,84;1,988;19; +0,84;0,07;4,39;;;2,84;1,988;15; +0,36;2,78;3,93;;;2,84;1,988;11; +0,94;0,75;4,95;;;2,62;1,834;8; +0,1;1,34;0,59;;;2,62;1,834;9; +0,61;1,33;3,85;;;2,62;1,834;9; +0,51;4,02;2,87;;;2,62;1,834;10; +0,64;4,75;3,35;;;2,62;1,834;13; +0,1;4,04;1,11;;;2,62;1,834;20; +0,46;4,3;2,21;;;2,72;1,904;25; +0,08;3,09;4,06;;;2,72;1,904;24; +0,98;4,02;0,67;;;2,72;1,904;22; +0,97;0,73;4;;;2,72;1,904;20; +0,94;3,81;3,75;;;2,72;1,904;19; +0,46;4,4;4,96;;;2,72;1,904;17; +0,86;2,02;0,58;;;3,01;2,107;17; +0,48;1,09;3,28;;;3,01;2,107;16; +0,27;2,38;1,41;;;3,01;2,107;16; +0,92;2,69;1,19;;;3,01;2,107;16; +0,58;0,52;1,37;;;3,01;2,107;17; +0,42;2,55;1,8;;;3,01;2,107;18; +0,55;1,45;3,17;;;2,94;2,058;19; +0,87;3,19;4,97;;;2,94;2,058;19; +0,79;1,46;1,28;;;2,94;2,058;19; +0,07;0,44;3,46;;;2,94;2,058;18; +0,3;0,33;3,58;;;2,94;2,058;13; +0,79;0,4;4,56;;;2,94;2,058;9; +0,96;2,77;3,02;;;2,72;1,904;7; +0,37;3,99;4,71;;;2,72;1,904;7; +0,13;0,85;0,71;;;2,72;1,904;8; +0,6;1,44;4,26;;;2,72;1,904;9; +0,5;3,66;1,05;;;2,72;1,904;12; +0,43;3,67;2,55;;;2,72;1,904;17; +0,32;4,17;4,41;;;2,78;1,946;22; +0,81;4,68;2,25;;;2,78;1,946;21; +0,34;2,96;4,58;;;2,78;1,946;20; +0,96;4,76;0,43;;;2,78;1,946;18; +0,92;0,23;3,91;;;2,78;1,946;17; +0,62;1,12;0,86;;;2,78;1,946;15; +0,98;0,22;4,55;;;2,99;2,093;15; +0,16;1,83;0,58;;;2,99;2,093;14; +0,45;2,12;1,58;;;2,99;2,093;14; +0,94;1,2;4,65;;;2,99;2,093;14; +0,86;1,1;4,4;;;2,99;2,093;15; +0,62;1,37;1,35;;;2,99;2,093;15; +0,41;0,02;4,87;;;2,92;2,044;16; +0,65;2,15;3,03;;;2,92;2,044;17; +0,08;1,28;2,22;;;2,92;2,044;17; +0,98;2,3;4,39;;;2,92;2,044;15; +0,78;1,47;3,06;;;2,92;2,044;12; +0,45;4,7;2,88;;;2,92;2,044;8; +0,72;1,96;2,08;;;2,8;1,96;5; +0,19;0,07;3,95;;;2,8;1,96;5; +0,51;1,22;4,79;;;2,8;1,96;5; +0,12;3,35;2,22;;;2,8;1,96;6; +0,02;4,29;3,92;;;2,8;1,96;9; +0,39;4,6;1,55;;;2,8;1,96;14; +0,7;1,89;1,81;;;2,84;1,988;18; +0,68;3,96;1,21;;;2,84;1,988;17; +0,76;1,13;3,32;;;2,84;1,988;16; +0,27;3,21;1,65;;;2,84;1,988;15; +0,14;4,17;2,69;;;2,84;1,988;13; +0,47;2,07;3,94;;;2,84;1,988;12; +0,25;3,92;0,68;;;3,13;2,191;12; +0,25;0,78;2,03;;;3,13;2,191;11; +0,46;4,95;0,36;;;3,13;2,191;11; +0,43;1,8;1,29;;;3,13;2,191;10; +0,02;3,19;4,88;;;3,13;2,191;11; +0,53;3,84;0,26;;;3,13;2,191;12; +0,37;0,16;2,79;;;3,06;2,142;12; +0,28;1,73;3,37;;;3,06;2,142;13; +0,09;4,83;1,22;;;3,06;2,142;13; +0,14;4,42;0,88;;;3,06;2,142;12; +0,42;3,5;3,37;;;3,06;2,142;9; +0,53;2,19;1,7;;;3,06;2,142;6; +0,5;4,13;0,39;;;2,74;1,918;4; +0,46;1,82;2,03;;;2,74;1,918;4; +0,79;4,78;3,52;;;2,74;1,918;4; +0,48;4,05;4,06;;;2,74;1,918;5; +0,44;3,02;3,92;;;2,74;1,918;7; +0,64;2,06;3,66;;;2,74;1,918;11; +0,03;2,73;3,31;;;2,89;2,023;14; +0,99;3,29;3,1;;;2,89;2,023;14; +0,64;2,27;3,61;;;2,89;2,023;12; +0,62;3,74;2,41;;;2,89;2,023;11; +0,92;4,91;1,99;;;2,89;2,023;10; +0,85;4,95;2,47;;;2,89;2,023;9; +0,73;0,35;1,22;;;3,35;2,345;9; +0,77;4,45;4,88;;;3,35;2,345;8; +0,17;0,46;0,81;;;3,35;2,345;8; +0,92;4,19;4,2;;;3,35;2,345;8; +0,71;4,75;3,93;;;3,35;2,345;8; +0,19;4,51;3,14;;;3,35;2,345;9; +0,79;1,17;4,02;;;3,28;2,296;9; +0,91;4,75;4,66;;;3,28;2,296;10; +0,53;2,98;2,94;;;3,28;2,296;10; +0,42;4,06;3,28;;;3,28;2,296;9; +0,11;1,69;1,59;;;3,28;2,296;7; +0,22;1,76;1,79;;;3,28;2,296;5; +0,43;4,67;0,27;;;2,89;2,023;3; +0,57;1,71;1,19;;;2,89;2,023;3; +0,32;0,26;0,94;;;2,89;2,023;3; +0,92;4,9;0,16;;;2,89;2,023;3; +0,6;2,36;0,13;;;2,89;2,023;5; +0,72;2;0,76;;;2,89;2,023;9; +0,02;4,72;1,32;;;3,04;2,128;12; +0,34;2,94;4,76;;;3,04;2,128;11; +0,84;4,46;2,98;;;3,04;2,128;10; +0,2;3,23;3,14;;;3,04;2,128;9; +0,41;2,52;3,86;;;3,04;2,128;8; +0,01;0,29;2,3;;;3,04;2,128;8; +0,76;0,09;4,94;;;3,4;2,38;7; +0,19;4,51;1,62;;;3,4;2,38;7; +0,5;1,64;4,09;;;3,4;2,38;6; +0,79;1,16;0,28;;;3,4;2,38;6; +0,43;4,42;3,21;;;3,4;2,38;6; +0,22;3,4;4,52;;;3,4;2,38;7; +0,26;2,74;1,56;;;3,23;2,261;7; +0,87;2,4;0,67;;;3,23;2,261;8; +0,31;2,6;4,57;;;3,23;2,261;8; +0,62;4,24;1,51;;;3,23;2,261;7; +0,39;0,78;0,22;;;3,23;2,261;6; +0,55;0,69;1,97;;;3,23;2,261;4; +0,95;1,92;1,53;;;2,9;2,03;2; +0,8;1,37;3,69;;;2,9;2,03;2; +0,04;2,42;0,67;;;2,9;2,03;2; +0,19;3,64;2,3;;;2,9;2,03;3; +0,5;3,18;3,14;;;2,9;2,03;4; +0,41;4,81;3,97;;;2,9;2,03;8; +0,17;2,18;1,48;;;3,02;2,114;10; +0,81;1,33;1,45;;;3,02;2,114;10; +0,27;4,36;1,12;;;3,02;2,114;8; +0,06;2,53;0,2;;;3,02;2,114;8; +0,75;1,33;0,15;;;3,02;2,114;7; +0,43;0,18;3,08;;;3,02;2,114;7; +0,81;2,78;1,57;;;3,49;2,443;7; +0,38;0,4;4,83;;;3,49;2,443;6; +0,17;3,18;2,13;;;3,49;2,443;6; +0,02;0,66;3,11;;;3,49;2,443;5; +0,21;1,38;4,34;;;3,49;2,443;6; +0,18;1,12;1,58;;;3,49;2,443;6; +0,05;4,68;0,03;;;3,37;2,359;6; +0,6;2,87;1,61;;;3,37;2,359;7; +0,45;1,52;3,29;;;3,37;2,359;7; +0,65;2,66;1,31;;;3,37;2,359;6; +0,05;1,1;2,48;;;3,37;2,359;5; +0,4;1,3;3,1;;;3,37;2,359;3; +0,09;1,82;1,12;;;2,96;2,072;2; +0,04;2,72;4,17;;;2,96;2,072;2; +0,5;3,59;4,82;;;2,96;2,072;2; +0,54;0,44;1,62;;;2,96;2,072;3; +0,65;2,12;0,1;;;2,96;2,072;4; +0,22;4,74;0,27;;;2,96;2,072;8; +0,98;0,14;4,89;;;3,11;2,177;9; +0,61;2,12;1,3;;;3,11;2,177;9; +0,72;0,71;2,15;;;3,11;2,177;7; +0,51;3,38;2,46;;;3,11;2,177;7; +0,78;1,12;1,24;;;3,11;2,177;6; +0,91;2,65;1,37;;;3,11;2,177;6; +0,39;3,51;1,96;;;3,62;2,534;6; +0,58;2,58;1,38;;;3,62;2,534;5; +0,51;4,77;4,34;;;3,62;2,534;5; +0,91;0,6;0,51;;;3,62;2,534;5; +0,18;2,14;1,91;;;3,62;2,534;5; +0,12;1,63;3,23;;;3,62;2,534;6; +0,77;1,22;1,96;;;3,5;2,45;6; +0,23;2,75;4,85;;;3,5;2,45;6; +0,52;0,19;3,27;;;3,5;2,45;6; +0,7;0,23;0,96;;;3,5;2,45;6; +0,44;4,64;2,79;;;3,5;2,45;4; +0,07;2,27;0,15;;;3,5;2,45;3; +0,87;2,56;4,07;;;3,06;2,142;2; +0,86;1,07;4,46;;;3,06;2,142;2; +0,55;3,82;4,86;;;3,06;2,142;2; +0,15;1,86;0,67;;;3,06;2,142;2; +0,88;4,93;1,4;;;3,06;2,142;4; +0,64;4,09;3,34;;;3,06;2,142;7; +0,88;4,75;4,5;;;3,17;2,219;9; +0,56;4,75;4,04;;;3,17;2,219;9; +0,08;4,16;2,56;;;3,17;2,219;7; +0,12;0,35;4,48;;;3,17;2,219;7; +0,63;2,53;4,15;;;3,17;2,219;6; +0,62;1,89;3,98;;;3,17;2,219;6; +0,15;2,96;4,02;;;3,62;2,534;6; +0,57;3,2;4,93;;;3,62;2,534;5; +0,96;2,45;4,26;;;3,62;2,534;5; +0,56;0,3;3,4;;;3,62;2,534;5; +0,22;4,63;3,34;;;3,62;2,534;5; +0,43;2,5;4;;;3,62;2,534;5; +0,17;4,65;1,84;;;3,34;2,338;5; +0,53;0,75;0,44;;;3,34;2,338;6; +0,55;0,43;2,49;;;3,34;2,338;6; +0,67;1,77;2,36;;;3,34;2,338;5; +0,53;1,32;2,65;;;3,34;2,338;4; +0,86;1,9;0,57;;;3,34;2,338;3; +0,42;4,47;4,85;;;3;2,1;2; +0,32;1,39;0,96;;;3;2,1;2; +0,89;0,87;3,18;;;3;2,1;2; +0,97;4,85;4,31;;;3;2,1;2; +0,68;3,46;2,4;;;3;2,1;4; +0,55;2,55;3,34;;;3;2,1;8; +0,45;3,96;2,18;;;3,11;2,177;10; +0,37;3,18;1,44;;;3,11;2,177;9; +0,35;3,2;3,43;;;3,11;2,177;7; +0,88;4,11;4,87;;;3,11;2,177;7; +0,38;3,26;2,7;;;3,11;2,177;7; +0,41;0,42;1,72;;;3,11;2,177;6; +0,52;4,35;2,93;;;3,49;2,443;6; +0,03;4,19;3,31;;;3,49;2,443;5; +0,1;2,79;0,31;;;3,49;2,443;5; +0,79;0,25;3,67;;;3,49;2,443;5; +0,25;4,97;0,63;;;3,49;2,443;5; +0,27;2,66;4,29;;;3,49;2,443;6; +0,28;4,38;1,82;;;3,19;2,233;6; +0,63;0,3;3,03;;;3,19;2,233;6; +0,78;2,13;2,98;;;3,19;2,233;6; +0,43;1,27;2,46;;;3,19;2,233;6; +0,14;0,72;0,56;;;3,19;2,233;4; +0,89;2,27;1,68;;;3,19;2,233;3; +0,39;4,23;4,53;;;2,93;2,051;2; +0,88;1,71;4,17;;;2,93;2,051;2; +0,48;4,6;4,36;;;2,93;2,051;2; +0,49;2,03;4,22;;;2,93;2,051;2; +0,75;0,49;4,92;;;2,93;2,051;4; +0,84;3,93;1,81;;;2,93;2,051;7; +0,23;2,9;3,08;;;3,05;2,135;10; +0,83;0,2;2,41;;;3,05;2,135;9; +0,59;3,64;3,62;;;3,05;2,135;7; +0,83;0,17;5;;;3,05;2,135;7; +0,83;4,18;4,75;;;3,05;2,135;6; +0,64;2,88;3,58;;;3,05;2,135;6; +0,46;0,05;0,49;;;3,6;2,52;6; +0,73;3,91;4,67;;;3,6;2,52;5; +0,62;1,55;2,11;;;3,6;2,52;5; +0,21;2,92;1,22;;;3,6;2,52;5; +0,79;0,39;1,42;;;3,6;2,52;5; +0,43;1,12;2,18;;;3,6;2,52;5; +0,28;1,9;1,85;;;3,43;2,401;5; +0,45;3,02;0,57;;;3,43;2,401;6; +0,3;3,94;2,96;;;3,43;2,401;6; +0,15;2,65;2,01;;;3,43;2,401;6; +0,23;0,23;0,23;;;3,43;2,401;4; +0,48;1,24;1,51;;;3,43;2,401;3; +0,51;4,01;1,07;;;3,07;2,149;2; +0,06;2,6;0,98;;;3,07;2,149;2; +0,09;1,85;2,67;;;3,07;2,149;2; +0,3;2,05;4,92;;;3,07;2,149;2; +0,45;3,96;4,82;;;3,07;2,149;4; +0,87;1,19;1,17;;;3,07;2,149;8; +0,43;1,47;2,3;;;3,12;2,184;10; +0,72;1,44;1,73;;;3,12;2,184;10; +0,35;4,31;1,04;;;3,12;2,184;8; +0,05;2,97;1,21;;;3,12;2,184;7; +0,51;3,97;0,38;;;3,12;2,184;7; +0,38;0,78;4,23;;;3,12;2,184;7; +0,02;1,88;4,6;;;3,35;2,345;6; +0,87;0,29;0,54;;;3,35;2,345;5; +0,57;2,32;4,43;;;3,35;2,345;5; +0,42;3,74;4,38;;;3,35;2,345;5; +0,87;2,45;2,53;;;3,35;2,345;5; +0,16;2,37;3,11;;;3,34;2,338;6; +0,54;3,8;3,04;;;3,16;2,212;6; +0,18;3,63;3,95;;;3,16;2,212;6; +0,61;0,75;0,11;;;3,16;2,212;6; +0,03;3,06;2,25;;;3,16;2,212;6; +0,09;4,27;0,08;;;3,16;2,212;4; +0,91;3,29;2,91;;;3,16;2,212;3; +0,1;4,62;0,61;;;2,96;2,072;2; +0,09;4,16;3,14;;;2,96;2,072;2; +0,36;0,65;1,26;;;2,96;2,072;2; +0,1;4,9;4,57;;;2,96;2,072;3; +0,02;1,78;0,04;;;2,96;2,072;4; +0,31;4,12;4,83;;;2,96;2,072;8; +0,37;1,73;3,58;;;3,01;2,107;11; +0,13;0,16;1,14;;;3,01;2,107;10; +0,82;1,26;3,81;;;3,01;2,107;8; +0,76;3,78;0,5;;;3,01;2,107;8; +0,67;0,99;4,8;;;3,01;2,107;7; +0,94;0,32;0,5;;;3,01;2,107;7; +0,44;0,09;3,67;;;3,23;2,261;7; +0,32;4,96;4,66;;;3,23;2,261;6; +0,94;4,58;1,66;;;3,23;2,261;6; +0,65;3,13;0,34;;;3,23;2,261;5; +0,07;3,56;3,29;;;3,23;2,261;6; +0,78;2,04;3,98;;;3,23;2,261;6; +0,29;0,44;3,21;;;3,16;2,212;6; +0,14;4,39;1,87;;;3,16;2,212;7; +0,06;1,53;0,81;;;3,16;2,212;7; +0,15;4;3,48;;;3,16;2,212;6; +0,21;1,98;1,24;;;3,16;2,212;5; +0,7;4,42;4,29;;;3,16;2,212;3; +0,96;4,96;3,15;;;2,9;2,03;2; +0,03;2,1;1,3;;;2,9;2,03;2; +0,94;2,91;0,47;;;2,9;2,03;2; +0,95;3,5;2,85;;;2,9;2,03;3; +0,49;3,57;4,28;;;2,9;2,03;5; +0,22;3,03;2,36;;;2,9;2,03;8; +0,2;1,03;1,26;;;2,96;2,072;11; +0,26;1,01;0,96;;;2,96;2,072;10; +0,11;4,93;1,5;;;2,96;2,072;9; +0,79;2,75;1,68;;;2,96;2,072;8; +0,73;4,32;4,18;;;2,96;2,072;7; +0,19;1,18;2,41;;;2,96;2,072;7; +0,32;0,28;1,53;;;3,3;2,31;7; +0,59;0,37;3,68;;;3,3;2,31;6; +0,56;4,12;4,73;;;3,3;2,31;6; +0,7;1,38;4,33;;;3,3;2,31;5; +0,56;1,38;3,44;;;3,3;2,31;6; +0,13;4,01;1,38;;;3,3;2,31;6; +0,42;4,81;2,11;;;3,24;2,268;6; +0,68;2,78;4;;;3,24;2,268;7; +0,6;0,37;0,35;;;3,24;2,268;7; +0,08;2,94;2,19;;;3,24;2,268;7; +0,75;1,54;2,18;;;3,24;2,268;5; +0,23;1,75;2,48;;;3,24;2,268;3; +0,65;3,98;3,75;;;2,88;2,016;2; +0,42;3,84;4,48;;;2,88;2,016;2; +0,95;3,18;0,1;;;2,88;2,016;3; +0,83;4,28;1,26;;;2,89;2,023;3; +0,67;4,17;2,52;;;2,88;2,016;5; +0,05;4,11;2,6;;;2,88;2,016;8; +0,52;1,23;4,26;;;3,04;2,128;10; +0,09;4,97;2,78;;;3,04;2,128;9; +0,95;4,49;1,67;;;3,04;2,128;8; +0,95;3,18;2,39;;;3,04;2,128;7; +0,4;4,26;3,75;;;3,04;2,128;7; +0,04;2,08;0,86;;;3,04;2,128;6; +0,99;3,97;4,47;;;3,49;2,443;6; +0,27;1,39;3,03;;;3,49;2,443;6; +0,55;1,09;1,08;;;3,49;2,443;5; +0,1;3,91;0,06;;;3,49;2,443;5; +0,81;1,84;3,49;;;3,49;2,443;5; +0,58;2,03;4,35;;;3,49;2,443;6; +0,93;3,91;4,72;;;3,39;2,373;6; +0,77;0,35;4,4;;;3,39;2,373;6; +0,37;4,92;3,37;;;3,39;2,373;7; +0,54;0,91;2,27;;;3,39;2,373;6; +0,12;1,77;3,86;;;3,39;2,373;5; +0,22;1,76;2,31;;;3,39;2,373;3; +0,41;3,07;4,27;;;3,02;2,114;2; +0,26;0,67;4,42;;;3,02;2,114;2; +0,08;1,86;3,53;;;3,02;2,114;2; +0,51;2,28;0,08;;;3,02;2,114;3; +0,24;0,21;1,48;;;3,02;2,114;4; +0,43;3,17;4,33;;;3,02;2,114;8; +0,09;2,36;1,76;;;3,02;2,114;11; +0,88;0,27;4,58;;;3,02;2,114;10; +0,62;1,29;0,32;;;3,02;2,114;8; +0,57;0,71;4,95;;;3,02;2,114;8; +0,14;0,1;1,88;;;3,02;2,114;7; +0,84;0,21;2,91;;;3,02;2,114;7; +0,36;1,56;4,24;;;3,23;2,261;7; +0,83;1,08;4,67;;;3,23;2,261;6; +0,08;4,51;1,49;;;3,23;2,261;6; +0;0,11;1,76;;;3,23;2,261;5; +0,7;4,16;2,31;;;3,23;2,261;6; +0,54;4,04;1;;;3,23;2,261;6; +0,97;1,36;3,56;;;3,26;2,282;6; +0,5;0,49;3,41;;;3,26;2,282;7; +0,53;2,94;1,55;;;3,26;2,282;7; +0,59;0,21;1,64;;;3,26;2,282;6; +0,8;1,4;2,04;;;3,26;2,282;5; +0,46;3,17;3,7;;;3,26;2,282;3; +0,19;1,78;0,72;;;2,93;2,051;2; +0,02;0,64;3,88;;;2,93;2,051;2; +0,18;4,53;0,42;;;2,93;2,051;2; +0,53;0;4,93;;;2,93;2,051;3; +0,18;2,52;4,15;;;2,93;2,051;4; +0,3;3,97;4,07;;;2,93;2,051;8; +0,54;0,84;3,17;;;3,03;2,121;11; +0,02;2,42;0,5;;;3,03;2,121;10; +0,41;2,51;2,61;;;3,03;2,121;8; +0,46;2,68;3,34;;;3,03;2,121;8; +0,66;4,85;1,4;;;3,03;2,121;7; +0,32;3,39;3,74;;;3,03;2,121;7; +0,71;3,86;4,95;;;3,41;2,387;7; +0,44;1,02;1,07;;;3,41;2,387;6; +0,92;1,12;3,74;;;3,41;2,387;6; +0,94;1,09;2,21;;;3,41;2,387;5; +0,13;0,59;3,86;;;3,41;2,387;6; +0,12;4,73;4,48;;;3,41;2,387;6; +0,08;0,87;3,1;;;3,3;2,31;6; +0,14;4,06;0,63;;;3,3;2,31;7; +0,09;3,33;2,96;;;3,3;2,31;7; +0,96;3,87;3,59;;;3,3;2,31;6; +0,72;1,59;3,57;;;3,3;2,31;5; +0,7;0,55;4,18;;;3,3;2,31;3; +0,84;4,65;1,52;;;2,94;2,058;2; +0,7;0,21;3,48;;;2,94;2,058;2; +0,57;4,87;4,99;;;2,94;2,058;2; +0,67;2,79;0,37;;;2,94;2,058;3; +0,02;0,36;1,22;;;2,94;2,058;4; +0,52;4,68;0,14;;;2,94;2,058;8; +0,07;2;4,25;;;3,06;2,142;11; +0,94;2,16;0,46;;;3,06;2,142;10; +0,32;2,02;2,07;;;3,06;2,142;8; +0,82;0,41;1,12;;;3,06;2,142;8; +0,71;3,75;0,49;;;3,06;2,142;7; +0,18;4,48;1,69;;;3,06;2,142;7; +0,61;3,46;1,16;;;3,47;2,429;7; +0,33;4,53;0,12;;;3,47;2,429;6; +0,29;3,12;2,9;;;3,47;2,429;6; +0,82;2,1;4,7;;;3,47;2,429;5; +0,99;0,26;2,75;;;3,47;2,429;5; +0,04;4,99;2,61;;;3,47;2,429;6; +0,14;3,82;3,53;;;3,26;2,282;6; +0,2;0,5;4,27;;;3,26;2,282;7; +0,83;0,94;0,26;;;3,26;2,282;7; +0,49;1,02;4,39;;;3,26;2,282;6; +0,76;0,19;2,7;;;3,26;2,282;5; +0,65;0,74;4,65;;;3,26;2,282;3; +0,66;3,55;1,68;;;2,98;2,086;2; +0,07;0,92;4,96;;;2,98;2,086;2; +0,82;4,94;2,86;;;2,98;2,086;2; +0,66;4,38;4,73;;;2,98;2,086;3; +0,3;2,52;1,52;;;2,97;2,079;4; +0,45;1,11;4,2;;;2,97;2,079;8; +0,68;2,56;3,17;;;3,08;2,156;10; +0,16;4,06;1,38;;;3,08;2,156;10; +0,52;0,63;0,23;;;3,08;2,156;8; +0,51;0,36;3,03;;;3,08;2,156;8; +0,77;2,79;1,75;;;3,08;2,156;7; +0,9;1,27;3,62;;;3,08;2,156;7; +0,61;4,64;1,19;;;3,54;2,478;7; +0,73;2,09;0,92;;;3,54;2,478;6; +0,01;1,37;4,85;;;3,54;2,478;6; +0,67;2,07;0,49;;;3,54;2,478;5; +0,93;4,54;1,95;;;3,54;2,478;5; +0,31;3,73;4,14;;;3,54;2,478;6; +0,02;1,11;3,41;;;3,29;2,303;6; +0,39;2,96;4,37;;;3,29;2,303;7; +0,38;2,27;1,69;;;3,29;2,303;7; +0,35;1,34;4,8;;;3,29;2,303;6; +0,3;2,13;1,49;;;3,29;2,303;5; +0,62;0,97;4,81;;;3,29;2,303;3; +0,34;0,85;2,3;;;3;2,1;3; +0,57;2,74;3,79;;;3;2,1;3; +0,96;0,11;2,27;;;3;2,1;3; +0,16;2,54;4,58;;;3;2,1;3; +0,98;4,47;1,13;;;3;2,1;5; +0,86;4,25;0,35;;;3;2,1;9; +0,53;3,44;2,69;;;2,99;2,093;11; +0,27;0,56;0,49;;;2,99;2,093;11; +0,6;4,9;2,96;;;2,99;2,093;9; +0,28;4,9;4,31;;;2,99;2,093;9; +0,83;4,94;0,62;;;2,99;2,093;8; +0,48;0,94;3,49;;;2,99;2,093;7; +0,71;2,08;1,85;;;3,18;2,226;7; +0,08;2,76;2,64;;;3,18;2,226;6; +0,83;1,33;3,77;;;3,18;2,226;6; +0,66;3,42;1,98;;;3,18;2,226;6; +0,82;1,48;0,1;;;3,18;2,226;6; +0,31;3,17;4,42;;;3,18;2,226;7; +0,58;2,56;4,4;;;3,06;2,142;7; +0,86;1,02;4,27;;;3,06;2,142;8; +0,67;1,34;2,99;;;3,06;2,142;8; +0,73;4,53;3,54;;;3,06;2,142;7; +0,05;4,21;1,97;;;3,06;2,142;5; +0,44;4,24;4,3;;;3,06;2,142;3; +0,54;4,49;2,25;;;2,8;1,96;3; +0,7;4,67;2,99;;;2,8;1,96;3; +0,28;4,52;3,83;;;2,8;1,96;3; +0,99;2,78;2,45;;;2,8;1,96;3; +0,92;1,35;0,37;;;2,8;1,96;5; +0,81;0,21;1,49;;;2,8;1,96;9; +0,28;2,01;3,78;;;2,89;2,023;12; +0,87;2,92;1,95;;;2,89;2,023;11; +0,93;3,18;3,47;;;2,89;2,023;10; +0,76;0,47;0,4;;;2,89;2,023;9; +0,05;0,36;1,51;;;2,89;2,023;8; +0,73;0,6;4,35;;;2,89;2,023;8; +0,66;1,58;0,42;;;3,27;2,289;8; +1;2,82;1,84;;;3,27;2,289;7; +0,83;0,8;1,84;;;3,27;2,289;6; +0,39;0,56;1,05;;;3,27;2,289;6; +0,96;4,68;4,36;;;3,27;2,289;6; +0,8;4,28;4,98;;;3,27;2,289;7; +0,14;0,62;1,4;;;3,17;2,219;7; +0,56;4,31;1,4;;;3,17;2,219;8; +0,05;2,73;2,03;;;3,17;2,219;8; +0,03;1,56;4,76;;;3,17;2,219;7; +0,21;3,76;3,63;;;3,17;2,219;6; +0,77;2,43;4,42;;;3,17;2,219;4; +0,35;1,82;4,44;;;2,79;1,953;3; +0,98;0,7;1,32;;;2,79;1,953;3; +0,4;2,38;2,74;;;2,79;1,953;3; +0,25;3,89;2,49;;;2,79;1,953;4; +0;3,9;2,67;;;2,79;1,953;6; +0,36;1,9;1,55;;;2,79;1,953;10; +0,86;2,29;4,96;;;2,94;2,058;11; +0,91;3,93;4,92;;;2,94;2,058;11; +0,5;1,43;4,86;;;2,94;2,058;9; +0,67;2,03;0,17;;;2,94;2,058;9; +0,48;0,96;4,91;;;2,94;2,058;8; +0,83;2,17;2,8;;;2,94;2,058;7; +0,36;0,39;3,79;;;3,44;2,408;7; +0,41;3,65;2,89;;;3,44;2,408;6; +0,08;0,28;2,57;;;3,44;2,408;6; +0,13;4,5;3,53;;;3,44;2,408;6; +0,62;1,2;3,72;;;3,44;2,408;6; +0,99;4,37;4,71;;;3,44;2,408;7; +0,08;0,07;0,58;;;3,22;2,254;7; +0,32;1,05;0,25;;;3,22;2,254;8; +0,45;2,97;3,66;;;3,22;2,254;8; +0,86;4,89;1,13;;;3,22;2,254;7; +0,15;3,08;3,79;;;3,22;2,254;6; +0,69;3,81;3,61;;;3,22;2,254;4; +0,93;3,6;2,77;;;2,97;2,079;3; +0,07;0,38;2,84;;;2,97;2,079;3; +0,73;4,55;1,81;;;2,97;2,079;3; +0,05;3,8;4,53;;;2,97;2,079;4; +0,66;4,55;3,35;;;2,97;2,079;6; +0,49;3,74;2,96;;;2,97;2,079;10; +0,29;3,66;2,14;;;2,99;2,093;13; +0,56;0,01;4,23;;;2,99;2,093;13; +0,97;4,29;0,33;;;2,99;2,093;11; +0,93;0,54;4,68;;;2,99;2,093;10; +0,68;2,87;3,82;;;2,99;2,093;9; +0,68;1,94;4,82;;;2,99;2,093;9; +0,41;2,63;1,1;;;3,14;2,198;8; +0,99;4,2;4,96;;;3,14;2,198;8; +0,69;0,04;0,19;;;3,14;2,198;7; +0,72;1,1;4,87;;;3,14;2,198;7; +0,27;1,97;3,8;;;3,14;2,198;7; +0,1;4,29;3,61;;;3,14;2,198;8; +0,1;3,49;1,4;;;2,87;2,009;8; +0,23;0,82;3,83;;;2,87;2,009;9; +0,86;0,83;4,35;;;2,87;2,009;9; +0,53;0,42;3,38;;;2,87;2,009;8; +0,93;2,96;3,45;;;2,87;2,009;6; +0,53;2,15;3,19;;;2,87;2,009;4; +0,02;4,66;1,82;;;2,74;1,918;4; +0,16;4,97;1,45;;;2,74;1,918;4; +0,64;4,72;0,98;;;2,74;1,918;5; +0,07;1,4;0,17;;;2,74;1,918;5; +0,55;4,89;4,6;;;2,74;1,918;8; +0,41;1,95;2,22;;;2,74;1,918;13; +0,66;4,87;3,84;;;2,83;1,981;16; +0,13;0,39;1,05;;;2,83;1,981;15; +0,67;2,38;0,24;;;2,83;1,981;14; +0,94;3,48;3,67;;;2,82;1,974;13; +0,94;0,51;4,06;;;2,83;1,981;11; +0,36;2,81;2,58;;;2,82;1,974;11; +0,78;1,63;4,09;;;2,97;2,079;10; +0,58;3,37;4,85;;;2,97;2,079;9; +0,27;3,42;1,98;;;2,97;2,079;9; +0,65;2,89;2,12;;;2,97;2,079;9; +0,47;0,41;0,09;;;2,97;2,079;9; +0,3;0,56;4,31;;;2,97;2,079;10; +0,45;2,21;1,77;;;2,93;2,051;11; +0,53;1,77;4,14;;;2,93;2,051;11; +0,22;3,92;1,21;;;2,93;2,051;11; +0,37;2,84;3,31;;;2,93;2,051;11; +0,43;0,69;0,12;;;2,93;2,051;8; +0,49;0,94;4;;;2,93;2,051;5; +0,41;3,4;4,62;;;2,76;1,932;4; +0,72;0,77;0,53;;;2,76;1,932;4; +0,43;3,1;0,54;;;2,76;1,932;5; +0,24;3,52;1,99;;;2,76;1,932;5; +0,49;3,93;0,65;;;2,76;1,932;8; +0,28;3,2;2,13;;;2,76;1,932;13; +0,53;3,9;0,98;;;2,84;1,988;16; +0,29;0,09;4,35;;;2,84;1,988;15; +0,3;4,16;2,95;;;2,84;1,988;14; +0,32;2,06;0,76;;;2,84;1,988;13; +0,09;2,85;2,21;;;2,84;1,988;11; +0,42;1,4;2,82;;;2,84;1,988;11; +0,46;1,75;3,54;;;3,11;2,177;10; +0,28;0,47;4,21;;;3,11;2,177;9; +0,44;4,57;2,91;;;3,11;2,177;9; +0,11;0,2;2,38;;;3,11;2,177;9; +0,74;3,36;4,18;;;3,11;2,177;9; +0,14;1,51;0,64;;;3,11;2,177;10; +0,69;2,8;0,39;;;3,04;2,128;10; +0,44;0,77;0,71;;;3,04;2,128;11; +0,66;3,7;1,82;;;3,04;2,128;11; +0,98;3,1;2,48;;;3,04;2,128;11; +0,07;3,56;3,99;;;3,04;2,128;8; +0,7;2,04;0,24;;;3,04;2,128;5; +0,42;4,89;4,45;;;2,85;1,995;3; +0,14;4,09;0,85;;;2,85;1,995;3; +0,27;3,94;1,4;;;2,85;1,995;3; +0,29;3,44;0,21;;;2,85;1,995;4; +0,17;0,56;1,7;;;2,85;1,995;6; +0,72;0,01;1,08;;;2,85;1,995;11; +0,86;3,64;0,42;;;2,89;2,023;13; +0,26;2,44;4,46;;;2,89;2,023;13; +0,38;2,23;3,19;;;2,89;2,023;11; +0,23;0,74;0,42;;;2,89;2,023;10; +0,28;0,4;1,16;;;2,89;2,023;9; +0,93;2,83;3,19;;;2,89;2,023;9; +0,85;4,04;1,65;;;3,31;2,317;8; +0,57;4,89;1,88;;;3,31;2,317;8; +0,62;4,21;4,12;;;3,31;2,317;7; +0,48;0,73;1,06;;;3,31;2,317;7; +0,63;3,63;3;;;3,31;2,317;8; +0,33;2,86;3,42;;;3,31;2,317;8; +0,39;0,31;1,47;;;3,26;2,282;8; +0,98;4,45;4,22;;;3,26;2,282;9; +0,37;1,29;4,77;;;3,26;2,282;9; +0,63;1,68;4,53;;;3,26;2,282;8; +0,71;1,92;2,93;;;3,26;2,282;6; +0,87;0,65;2,31;;;3,26;2,282;4; +0,13;2,7;3,47;;;2,88;2,016;2; +0,99;3,51;3,48;;;2,88;2,016;3; +0,38;0,15;3,41;;;2,88;2,016;3; +0,56;1,41;1,33;;;2,88;2,016;3; +0,67;2,97;1,16;;;2,88;2,016;5; +0,69;4,28;2,39;;;2,88;2,016;9; +0,23;1,04;2,09;;;3,02;2,114;11; +0,73;2,06;2,71;;;3,02;2,114;11; +0,04;0,88;0,85;;;3,02;2,114;9; +0,88;4,7;1,82;;;3,02;2,114;9; +0,23;2,33;3,25;;;3,02;2,114;8; +0,8;1,81;2,03;;;3,02;2,114;7; +0,46;2,88;2,75;;;3,53;2,471;7; +0,44;0,45;3,71;;;3,53;2,471;6; +0,35;1,34;1,01;;;3,53;2,471;6; +0,67;4,91;0,03;;;3,53;2,471;6; +0,25;4,13;0,51;;;3,53;2,471;6; +0,76;4,53;4,58;;;3,53;2,471;7; +0,94;3,97;2,52;;;3,34;2,338;7; +0,84;2,98;2,75;;;3,34;2,338;7; +0,87;0,78;3,85;;;3,34;2,338;8; +0,91;1,13;2,06;;;3,34;2,338;7; +0,71;2,41;4,59;;;3,34;2,338;5; +0,68;1,48;0,76;;;3,34;2,338;3; +0,99;4,61;4,1;;;3,01;2,107;2; +0,19;0,23;3,98;;;3,01;2,107;3; +0,37;3,33;1,75;;;3,01;2,107;3; +0,19;1,87;4,87;;;3,01;2,107;3; +0,19;3,3;4,63;;;3,01;2,107;5; +0,05;1,47;0,98;;;3,01;2,107;8; +0,59;4,83;1,11;;;3,06;2,142;11; +0,66;3,73;4,37;;;3,06;2,142;10; +0,19;1,46;2,15;;;3,06;2,142;9; +0,77;1,21;4,49;;;3,06;2,142;8; +0,18;3,65;4,67;;;3,06;2,142;8; +0,12;4,97;4,41;;;3,06;2,142;7; +0,2;4,22;4,02;;;3,38;2,366;7; +0,58;0,71;4,82;;;3,38;2,366;6; +0,49;4,65;3,36;;;3,38;2,366;6; +0,54;1,76;4,92;;;3,38;2,366;6; +0,45;3,54;2,42;;;3,38;2,366;6; +0,92;0,16;3,93;;;3,38;2,366;7; +0,82;2,27;1,68;;;3,17;2,219;7; +0,19;1,81;3,44;;;3,17;2,219;7; +0,19;4,93;0,29;;;3,16;2,212;7; +0,22;4,03;4,04;;;3,17;2,219;7; +0,83;4,64;0,09;;;3,17;2,219;5; +1;4,91;4,33;;;3,17;2,219;3; +0,28;3,4;0,9;;;2,91;2,037;3; +0,56;3,16;0,83;;;2,91;2,037;3; +0,13;0,09;3,71;;;2,91;2,037;3; +0,98;2,83;2,32;;;2,91;2,037;4; +0,12;1,59;1,23;;;2,91;2,037;6; +0,36;1,42;3,15;;;2,91;2,037;10; +0,17;4,91;2,9;;;2,94;2,058;12; +0,69;1,42;2,6;;;2,94;2,058;12; +0,68;4,62;4,27;;;2,94;2,058;10; +0,57;0,94;1,15;;;2,94;2,058;9; +0,4;4,48;3,27;;;2,94;2,058;8; +0,95;4,65;0,14;;;2,94;2,058;8; +0,15;2,28;2,69;;;3,22;2,254;8; +0,8;3,4;0,79;;;3,22;2,254;7; +0,05;1,86;0,06;;;3,22;2,254;7; +0,72;4,31;0,43;;;3,22;2,254;7; +0,2;0,62;0,89;;;3,22;2,254;7; +0,57;1,61;0,72;;;3,22;2,254;8; +0,07;2,12;2,48;;;2,97;2,079;8; +0,39;1,3;2,03;;;2,97;2,079;8; +0,53;1,85;3,24;;;2,97;2,079;9; +0,18;4,23;4,72;;;2,97;2,079;8; +0,92;2,23;2,02;;;2,97;2,079;6; +0,56;1,55;4,86;;;2,97;2,079;4; +0,98;4,14;0,33;;;2,83;1,981;5; +0,63;0,03;3,88;;;2,83;1,981;5; +0,16;2,19;3,36;;;2,83;1,981;5; +0,87;0,67;1,21;;;2,83;1,981;6; +0,93;0,4;0,22;;;2,83;1,981;8; +0,02;3,4;4,75;;;2,83;1,981;13; +0,81;1,51;2,98;;;2,78;1,946;17; +0,28;1,09;3,54;;;2,78;1,946;16; +0,14;3,91;3,17;;;2,78;1,946;14; +0,25;2,27;2,99;;;2,78;1,946;13; +1;0,87;4,93;;;2,78;1,946;12; +0,46;3,29;1,22;;;2,78;1,946;11; +0,21;4,42;2,14;;;2,83;1,981;11; +0,07;4,01;2,35;;;2,83;1,981;10; +0,05;4,96;4,52;;;2,83;1,981;10; +0,13;3,5;3,77;;;2,83;1,981;10; +0,44;1,11;2,12;;;2,83;1,981;10; +0,12;4,93;0,49;;;2,83;1,981;11; +0,62;1,55;3,16;;;2,78;1,946;11; +0,55;2,69;3,35;;;2,78;1,946;12; +0,29;4,28;3,27;;;2,78;1,946;12; +0,81;3,74;0,83;;;2,78;1,946;11; +0,96;3,59;2,43;;;2,78;1,946;9; +0,48;3,18;4,75;;;2,78;1,946;6; +0,97;1,46;0,98;;;2,72;1,904;5; +0,05;3,04;3,51;;;2,72;1,904;5; +0,07;0,79;0,84;;;2,72;1,904;5; +0,43;0,17;2,39;;;2,72;1,904;6; +0,25;1,63;3,56;;;2,72;1,904;9; +0,46;3,83;2,34;;;2,72;1,904;14; +0,69;2,99;2,31;;;2,79;1,953;17; +0,72;4,37;1,49;;;2,79;1,953;17; +0,16;2,03;3,01;;;2,79;1,953;15; +0,92;0,01;3,13;;;2,79;1,953;14; +0,68;4,31;0,85;;;2,79;1,953;13; +0,38;1,6;4,37;;;2,79;1,953;12; +0,53;3,96;3,12;;;3,07;2,149;11; +0,11;3,36;2,19;;;3,07;2,149;11; +0,01;3,26;4,93;;;3,07;2,149;10; +0,03;1,08;2,97;;;3,07;2,149;10; +0,62;2,34;1,74;;;3,07;2,149;11; +0,54;0,89;0,6;;;3,07;2,149;11; +0,72;3,26;4,06;;;3,04;2,128;12; +0,44;0,28;2,01;;;3,04;2,128;13; +0,77;4,11;3,95;;;3,04;2,128;13; +0,3;0,53;4,7;;;3,04;2,128;12; +0,19;2,47;2,95;;;3,04;2,128;9; +0,4;4,85;4,45;;;3,04;2,128;6; +0,51;1,34;3,87;;;2,82;1,974;4; +0,74;4,25;3,3;;;2,82;1,974;4; +0,67;4,65;2,1;;;2,82;1,974;4; +0,51;4,36;1,97;;;2,82;1,974;5; +0,82;3,35;1,66;;;2,82;1,974;7; +0,28;3,26;2,1;;;2,82;1,974;11; +0,7;2,27;1,89;;;2,91;2,037;14; +0,81;0,91;2,98;;;2,91;2,037;14; +0,59;2,34;0,64;;;2,91;2,037;12; +0,8;1,73;0,26;;;2,91;2,037;11; +0,04;3,52;4,01;;;2,91;2,037;10; +0,94;1,67;0,42;;;2,91;2,037;9; +0,63;4,48;2,16;;;3,37;2,359;9; +0,62;2,04;0,36;;;3,37;2,359;8; +0,46;4,23;1,51;;;3,37;2,359;8; +0,08;2,57;0,63;;;3,37;2,359;8; +0,57;3,77;3,51;;;3,37;2,359;8; +0,28;3,35;0,84;;;3,37;2,359;9; +0,07;0,14;1,43;;;3,26;2,282;9; +0;0,8;2,64;;;3,26;2,282;10; +0,04;4,41;3,6;;;3,26;2,282;10; +0,1;0,79;0,59;;;3,26;2,282;9; +0,5;4,94;1,41;;;3,26;2,282;7; +0,96;3,73;2,18;;;3,26;2,282;4; +0,51;3,55;1,55;;;2,9;2,03;4; +0,81;1,18;3,88;;;2,9;2,03;4; +0,72;2,11;2,72;;;2,9;2,03;4; +0,69;0,96;3,37;;;2,9;2,03;5; +0,68;0,26;3,99;;;2,9;2,03;7; +0,63;2,19;3,33;;;2,9;2,03;12; +0,81;0,97;3,01;;;2,94;2,058;15; +0,93;4,87;0,15;;;2,94;2,058;15; +0,19;2,99;1,28;;;2,94;2,058;13; +0,43;3,19;3,55;;;2,94;2,058;12; +0,94;1,13;1,92;;;2,94;2,058;11; +0,52;1,13;2,03;;;2,94;2,058;10; +0;1,67;1,03;;;2,97;2,079;10; +0,63;4,03;4,23;;;2,97;2,079;9; +0,69;1,65;1,17;;;2,97;2,079;9; +0,38;4,79;2,53;;;2,97;2,079;8; +0,05;3,92;4,51;;;2,97;2,079;9; +0,55;2,7;3,63;;;2,97;2,079;9; +0,26;0,05;2,46;;;2,85;1,995;10; +0,03;3,56;4,45;;;2,85;1,995;11; +0,51;0,38;2;;;2,85;1,995;11; +0,56;3,55;4,15;;;2,85;1,995;10; +0,52;3,05;3,83;;;2,85;1,995;8; +0,54;3;1;;;2,85;1,995;5; +0,02;1,4;4,53;;;2,78;1,946;4; +0,48;3,48;1,09;;;2,78;1,946;5; +0,88;3,63;4,9;;;2,78;1,946;5; +0,73;0,51;2,62;;;2,78;1,946;5; +0,23;3,87;1,33;;;2,78;1,946;8; +0,7;2,83;0,12;;;2,78;1,946;13; +0,84;2,09;2,79;;;2,8;1,96;16; +0,18;3,61;2,72;;;2,8;1,96;16; +0,99;0,55;2,53;;;2,8;1,96;14; +0,12;3,9;1,16;;;2,8;1,96;13; +0,22;2;3,04;;;2,8;1,96;12; +0,16;3,65;3,16;;;2,8;1,96;11; +0,02;0,96;0,63;;;3,01;2,107;10; +0,25;2,45;3,01;;;3,01;2,107;10; +0,76;4,7;1,41;;;3,01;2,107;9; +0,11;3,28;1,23;;;3,01;2,107;9; +0,83;3,83;2,71;;;3,01;2,107;10; +0,8;2,8;1,98;;;3,01;2,107;10; +0,77;2,41;1,54;;;2,97;2,079;11; +0,87;3,37;3,48;;;2,97;2,079;12; +0,2;3,23;4,04;;;2,97;2,079;12; +0,53;1,7;4,4;;;2,97;2,079;11; +0,46;4,22;1,07;;;2,97;2,079;8; +0,18;0,2;0,69;;;2,97;2,079;5; +0,53;3,67;1,57;;;2,75;1,925;3; +0,51;0,36;1,7;;;2,75;1,925;3; +0,78;4,31;3,93;;;2,75;1,925;4; +0,05;1,53;4,34;;;2,75;1,925;4; +0,45;0,05;3,92;;;2,75;1,925;6; +0,79;1,58;1,38;;;2,75;1,925;11; +0,98;4,68;1,07;;;2,87;2,009;13; +0,22;2,7;2,19;;;2,87;2,009;13; +0,63;3,19;1,27;;;2,87;2,009;11; +0,9;1,26;2,64;;;2,87;2,009;11; +0,43;0,58;3,26;;;2,87;2,009;10; +0,6;0,74;4,43;;;2,87;2,009;9; +0,39;0,17;1,25;;;3,32;2,324;9; +0,21;2,09;1;;;3,32;2,324;8; +0,97;4;3,87;;;3,32;2,324;7; +0,56;0,46;4,48;;;3,32;2,324;7; +0,68;0,65;0,13;;;3,32;2,324;8; +0,13;3,82;4,26;;;3,32;2,324;8; +0,65;2,44;3,68;;;3,24;2,268;9; +0,91;4,24;0,85;;;3,24;2,268;9; +0,38;1,82;1,58;;;3,24;2,268;10; +0,43;1,06;1,08;;;3,24;2,268;9; +0,44;3,7;0,67;;;3,24;2,268;7; +0,31;0,73;3,2;;;3,24;2,268;4; +0,84;4,75;3,55;;;2,95;2,065;3; +0,73;3,98;3,87;;;2,95;2,065;3; +0,88;2,09;0,18;;;2,95;2,065;4; +0,39;2,74;0,05;;;2,95;2,065;4; +0,46;2,92;3,96;;;2,95;2,065;7; +0,54;3,34;2,95;;;2,95;2,065;11; +0,31;3,68;4,86;;;2,98;2,086;13; +0,46;3,78;0,78;;;2,98;2,086;12; +0,61;2,9;0,91;;;2,98;2,086;10; +0,69;4,69;0,56;;;2,98;2,086;10; +0,16;1,72;2,01;;;2,98;2,086;9; +0,57;0,03;4,76;;;2,98;2,086;8; +0,56;0,87;3,66;;;3,18;2,226;8; +0,58;4,27;1,44;;;3,18;2,226;7; +0,96;2,47;3,81;;;3,18;2,226;7; +0,5;4,66;3,26;;;3,18;2,226;7; +0,24;4,43;1,24;;;3,18;2,226;7; +0,36;0,31;1,75;;;3,18;2,226;8; +0,63;0,74;3,91;;;2,99;2,093;8; +0,25;2,82;0,33;;;2,99;2,093;9; +0,13;2,08;1,25;;;2,99;2,093;9; +0,97;1,39;1,52;;;2,99;2,093;9; +0,24;0,02;3,44;;;2,99;2,093;7; +0,22;3,9;2,27;;;2,99;2,093;4; +0,32;1,82;2,4;;;2,83;1,981;4; +0,29;2,37;4,19;;;2,83;1,981;5; +0,49;3,91;4,21;;;2,83;1,981;5; +0,59;1,52;1,56;;;2,83;1,981;6; +0,19;1,22;1,73;;;2,83;1,981;8; +0,67;0,61;3,97;;;2,83;1,981;13; +0,23;4,37;1,36;;;2,78;1,946;16; +0,82;2,66;3,97;;;2,78;1,946;15; +0,41;0,64;4,16;;;2,78;1,946;14; +0,12;3,03;2,92;;;2,78;1,946;13; +0,94;1,96;2,73;;;2,78;1,946;11; +0,96;0,49;4,44;;;2,78;1,946;11; +0,22;4,59;0,05;;;2,99;2,093;10; +0,8;0,12;1,09;;;2,98;2,086;10; +0,95;4,61;1,43;;;2,98;2,086;9; +0,02;2,14;4,42;;;2,99;2,093;9; +0,51;0,48;1,96;;;2,98;2,086;10; +0,68;0,59;0,69;;;2,98;2,086;10; +0,38;2,39;4,45;;;2,87;2,009;11; +0,5;2,74;1,08;;;2,87;2,009;12; +0,37;4,17;4,42;;;2,87;2,009;12; +0,72;3,05;3,16;;;2,87;2,009;11; +0,42;2,52;4,02;;;2,87;2,009;8; +0,95;0,26;3,49;;;2,87;2,009;5; +0,85;1,7;0,69;;;2,68;1,876;6; +0,27;4,77;0,91;;;2,68;1,876;7; +0,17;1,66;4,04;;;2,68;1,876;7; +0,65;0,67;0,93;;;2,68;1,876;8; +0,63;3,61;1,53;;;2,68;1,876;11; +0,42;3,06;1,04;;;2,68;1,876;17; +0,62;4,6;3,47;;;2,7;1,89;21; +0;2,84;2,06;;;2,7;1,89;20; +0,43;4,25;1,94;;;2,7;1,89;18; +0,87;2,16;0,18;;;2,7;1,89;17; +0,15;3,13;2,56;;;2,7;1,89;16; +0,87;4,57;3,16;;;2,7;1,89;14; +0,15;3,29;0,1;;;2,88;2,016;14; +0,18;1,71;2,13;;;2,88;2,016;13; +0,55;4,57;0,49;;;2,88;2,016;13; +0,37;0,54;1,23;;;2,88;2,016;13; +0,89;2,69;4,45;;;2,88;2,016;14; +0,72;0,06;3,7;;;2,88;2,016;14; +0,75;1,43;3,24;;;2,76;1,932;15; +0,78;0,95;3,97;;;2,76;1,932;16; +0,55;4,38;4,73;;;2,76;1,932;16; +0,06;1,28;3,5;;;2,76;1,932;15; +0,5;0,11;4,87;;;2,76;1,932;11; +0,93;1,61;1,78;;;2,76;1,932;7; +0,43;2,95;1,31;;;2,68;1,876;8; +0,72;1,67;1,73;;;2,68;1,876;8; +0,44;1,37;2,86;;;2,68;1,876;8; +0,18;1,25;0,54;;;2,68;1,876;10; +0,29;1,97;0,22;;;2,68;1,876;13; +0,69;1,11;4,16;;;2,68;1,876;19; +0,67;1,62;3,53;;;2,71;1,897;24; +0,9;0,92;0,07;;;2,71;1,897;24; +0,68;1,27;4,36;;;2,71;1,897;22; +0,35;1,23;2,68;;;2,71;1,897;20; +0,09;2,3;4,51;;;2,71;1,897;18; +0,4;0,29;3,72;;;2,71;1,897;17; +0,66;3,98;0,28;;;2,81;1,967;16; +0,35;4,33;1,16;;;2,81;1,967;16; +0,27;4,47;1,05;;;2,81;1,967;15; +0,78;2,02;4,7;;;2,81;1,967;15; +0,22;2,37;1,78;;;2,81;1,967;16; +0,48;3,15;3,03;;;2,81;1,967;17; +0,71;0,22;4,68;;;2,8;1,96;18; +0,77;0,46;4,42;;;2,8;1,96;19; +0,44;3,65;0,76;;;2,8;1,96;19; +0,76;4,73;1,58;;;2,8;1,96;17; +0,04;0,68;2,95;;;2,8;1,96;13; +0,24;1,95;1,05;;;2,8;1,96;9; +0,41;1,62;1,36;;;2,74;1,918;7; +0,12;4,87;0,85;;;2,74;1,918;7; +0,11;0,8;2,28;;;2,74;1,918;7; +0,9;1,83;1,15;;;2,74;1,918;8; +0,3;0,84;0,55;;;2,74;1,918;11; +0,78;4,97;0,85;;;2,74;1,918;17; +0,24;4,51;0,57;;;2,79;1,953;22; +0,37;2,74;4,57;;;2,79;1,953;21; +0,11;2,29;4,49;;;2,79;1,953;19; +0,38;0,57;0,12;;;2,79;1,953;18; +0,86;1,71;0,8;;;2,79;1,953;16; +0,03;1,01;3,26;;;2,79;1,953;15; +0,39;0,38;4,24;;;2,98;2,086;14; +0,5;2,57;4,98;;;2,98;2,086;14; +0,75;2,5;4,13;;;2,98;2,086;14; +0,7;1,79;2,23;;;2,98;2,086;14; +0,42;3,79;4,77;;;2,98;2,086;14; +0,34;1,26;0,52;;;2,98;2,086;15; +0,16;2,2;3,63;;;2,93;2,051;16; +0,94;4,97;1,3;;;2,93;2,051;17; +0,9;2,39;4,06;;;2,93;2,051;16; +0,27;0,4;3,55;;;2,93;2,051;15; +0,12;2,36;2,58;;;2,93;2,051;11; +0,66;1,31;3,47;;;2,93;2,051;8; +0,09;0,33;1,69;;;2,83;1,981;4; +0,12;0,5;2,52;;;2,83;1,981;5; +0,5;1,35;0,62;;;2,83;1,981;5; +0,71;0,59;2,49;;;2,83;1,981;6; +0,31;2,74;3,57;;;2,83;1,981;8; +0,08;0,9;4,35;;;2,83;1,981;13; +0,84;4,15;0,89;;;2,9;2,03;16; +0,17;2,88;1,46;;;2,9;2,03;16; +0,57;1,48;4,96;;;2,9;2,03;14; +0,18;2,4;4,21;;;2,9;2,03;13; +0,3;2,21;0,59;;;2,9;2,03;12; +0,49;0,17;1;;;2,9;2,03;11; +0,52;1,59;4,54;;;3,21;2,247;10; +0,2;3,38;0,37;;;3,21;2,247;10; +0,11;4,64;1,85;;;3,21;2,247;9; +0,21;3,8;3,46;;;3,21;2,247;9; +0,22;4,83;3,89;;;3,21;2,247;10; +0,77;2,68;4,27;;;3,21;2,247;10; +0,43;1,26;0,47;;;3,14;2,198;11; +0,88;1,6;4,75;;;3,14;2,198;12; +0,87;2,2;4,98;;;3,14;2,198;12; +0,17;3,56;2,05;;;3,14;2,198;11; +0,97;2,99;4,59;;;3,14;2,198;8; +0,87;4,66;1,3;;;3,14;2,198;5; +0,68;2,25;0,37;;;2,93;2,051;3; +0,54;2,91;4,97;;;2,93;2,051;3; +0,52;4,65;3;;;2,93;2,051;3; +0,03;1,22;2,31;;;2,93;2,051;4; +0,57;1,26;3,83;;;2,92;2,044;6; +0,73;2,89;2,29;;;2,92;2,044;10; +0,48;1,81;3,59;;;2,98;2,086;13; +0,75;4,06;2,37;;;2,98;2,086;12; +0,79;0,54;3,61;;;2,98;2,086;11; +0,23;2,29;2,3;;;2,98;2,086;10; +0,61;4,89;2,88;;;2,98;2,086;9; +0,84;1,5;0,28;;;2,98;2,086;9; +0,64;0,27;2,78;;;3,34;2,338;8; +0,58;4,06;3,02;;;3,34;2,338;7; +0,51;0,93;3,47;;;3,34;2,338;7; +0,91;1,57;3,04;;;3,34;2,338;7; +0;3,78;0,35;;;3,34;2,338;7; +0,63;1,15;3,03;;;3,34;2,338;8; +0,92;4,21;0,96;;;3,15;2,205;8; +0,92;2,18;0,11;;;3,15;2,205;9; +0,36;4,17;4,86;;;3,15;2,205;9; +0,68;1,41;2,61;;;3,15;2,205;8; +0,38;3,78;4,55;;;3,15;2,205;6; +0,09;2,07;4,32;;;3,15;2,205;4; +0,22;1,11;0,01;;;2,99;2,093;2; +0,1;3,59;2,83;;;2,99;2,093;3; +0,14;2,1;0,94;;;2,99;2,093;3; +0,06;0,36;0,83;;;2,99;2,093;3; +0,08;1,64;2,7;;;2,99;2,093;5; +0,93;0,55;3,96;;;2,99;2,093;9; +0,65;0,83;0,33;;;3,05;2,135;11; +0,81;1,43;1,89;;;3,05;2,135;10; +0,62;0,45;3,37;;;3,05;2,135;8; +0,27;1,01;1,37;;;3,05;2,135;8; +0,19;4,65;0,22;;;3,05;2,135;7; +0,51;0,61;4,78;;;3,05;2,135;7; +0,93;2,11;0,2;;;3,43;2,401;7; +0,04;0,51;1,05;;;3,43;2,401;6; +0,9;0,34;0,16;;;3,43;2,401;6; +0,04;1,23;4,75;;;3,43;2,401;6; +0,54;1,6;0,4;;;3,43;2,401;6; +0,86;0,51;0,64;;;3,43;2,401;7; +0,92;0,92;3,24;;;3,28;2,296;7; +0,07;0,75;2,38;;;3,28;2,296;7; +0,66;0,59;3,88;;;3,28;2,296;7; +0,62;1,15;1,82;;;3,28;2,296;7; +0,48;4;1,67;;;3,28;2,296;5; +0,14;0,89;1,39;;;3,28;2,296;3; +0,93;2,14;0,59;;;2,92;2,044;2; +0,79;4,21;0,36;;;2,92;2,044;3; +0,39;3,21;3,46;;;2,92;2,044;2; +0,97;3,05;1,24;;;2,92;2,044;3; +0,55;3,4;0,53;;;2,92;2,044;4; +0,83;2,73;0,44;;;2,92;2,044;8; +0,33;0,26;2,28;;;3;2,1;11; +0,14;2,94;3,53;;;3;2,1;10; +0,44;4,33;1,21;;;3;2,1;8; +0,97;0,55;3,07;;;3;2,1;8; +0,53;1,34;4,74;;;3;2,1;7; +0,35;4,18;1,91;;;3;2,1;7; +0,69;1,13;2,43;;;3,47;2,429;7; +0,56;4,48;3,63;;;3,47;2,429;6; +0,85;0,94;2,36;;;3,47;2,429;6; +0,56;4,55;3,61;;;3,47;2,429;5; +0,01;1,54;1,4;;;3,47;2,429;6; +0,5;0,24;4,24;;;3,47;2,429;6; +0,75;3,47;2,24;;;3,28;2,296;6; +0,33;0,16;2,63;;;3,28;2,296;7; +0,67;2,07;3,83;;;3,28;2,296;7; +0,15;0,6;1,67;;;3,28;2,296;6; +0,45;4,46;2,53;;;3,28;2,296;5; +0,78;1,18;3,33;;;3,28;2,296;3; +0,97;0,64;4,66;;;2,94;2,058;2; +0,46;4,39;3,05;;;2,94;2,058;2; +0,54;0,76;4,6;;;2,94;2,058;2; +0,11;2,47;3,67;;;2,94;2,058;3; +0,75;2,68;4,53;;;2,94;2,058;4; +0,17;3,55;1,94;;;2,94;2,058;8; +0,82;0,34;3,88;;;3,04;2,128;10; +0,05;1,51;3,59;;;3,04;2,128;10; +0,19;2,01;3,2;;;3,04;2,128;8; +0,56;3,83;1;;;3,04;2,128;8; +0,71;0,8;2,57;;;3,04;2,128;7; +0,92;0,37;4,01;;;3,04;2,128;7; +0,91;1,65;1,24;;;3,51;2,457;7; +0,69;0,98;1,55;;;3,51;2,457;6; +0,92;3,38;1,02;;;3,51;2,457;6; +0,56;2,77;0,56;;;3,51;2,457;5; +0,71;1,41;0,4;;;3,51;2,457;5; +0,42;1,59;2,04;;;3,51;2,457;6; +0,86;4,91;3,97;;;3,28;2,296;6; +0,35;0,95;1,71;;;3,28;2,296;6; +0,41;2,04;0,28;;;3,28;2,296;7; +0,79;1,2;0,43;;;3,28;2,296;6; +0,48;2,47;0,96;;;3,28;2,296;5; +0,57;3,35;2,4;;;3,28;2,296;3; +0,96;0,41;4,32;;;2,98;2,086;2; +0,27;4,84;3,77;;;2,98;2,086;2; +0,03;3,51;3,74;;;2,98;2,086;2; +0,34;1,74;0,62;;;2,98;2,086;3; +0,26;4,11;2,63;;;2,98;2,086;4; +0,82;4,55;2,47;;;2,98;2,086;8; +0,15;4,33;2,17;;;3,05;2,135;10; +0,46;1;3,71;;;3,05;2,135;10; +0,98;0,79;0,25;;;3,05;2,135;8; +0,28;2,24;3,69;;;3,05;2,135;8; +0,1;2,23;1,73;;;3,05;2,135;7; +0,54;2,8;1,02;;;3,05;2,135;7; +0,18;3,11;1,69;;;3,49;2,443;6; +0,1;2,95;2,38;;;3,49;2,443;6; +0,86;4,73;4,69;;;3,49;2,443;5; +0,12;1,66;2,44;;;3,49;2,443;5; +0,04;3,15;0,01;;;3,49;2,443;5; +0,88;3,53;3,36;;;3,49;2,443;6; +0,06;2,65;0,65;;;3,27;2,289;6; +0,84;4,1;4,64;;;3,27;2,289;6; +0,56;2,65;4;;;3,27;2,289;7; +0,27;4,08;3,6;;;3,27;2,289;6; +0,22;1,24;2,4;;;3,27;2,289;4; +0,73;3,42;0,59;;;3,27;2,289;3; +0,65;1,52;2,44;;;2,96;2,072;2; +0,8;0,89;3,77;;;2,96;2,072;2; +0,33;4,12;2,65;;;2,96;2,072;2; +0,29;1,99;3,98;;;2,96;2,072;3; +0,68;1,77;2,44;;;2,96;2,072;4; +0,78;0,89;1,4;;;2,96;2,072;8; +0,04;2,8;0,46;;;3,05;2,135;10; +0,54;3,75;2,02;;;3,05;2,135;10; +0,27;0,55;2,25;;;3,05;2,135;8; +0,62;2,23;2,16;;;3,05;2,135;8; +0,75;0,64;2,08;;;3,05;2,135;7; +0,57;1,47;4,12;;;3,05;2,135;7; +0,44;4,48;0,05;;;3,43;2,401;7; +0,62;0,28;0,02;;;3,43;2,401;6; +0,76;0,46;0,41;;;3,43;2,401;5; +0,69;4,3;1,78;;;3,43;2,401;5; +0,47;4,76;2,52;;;3,43;2,401;5; +0,12;4,82;0,81;;;3,43;2,401;6; +0,29;2,56;0,54;;;3,22;2,254;6; +0,88;4,29;4,07;;;3,22;2,254;6; +0,15;3,53;3,7;;;3,22;2,254;7; +0,74;2,06;2,01;;;3,22;2,254;6; +0,13;2,02;0,3;;;3,22;2,254;5; +0,14;3,03;1,38;;;3,22;2,254;3; +0,25;1,1;2,31;;;2,97;2,079;2; +0,23;2,38;3,71;;;2,97;2,079;2; +0,12;3,2;3,33;;;2,97;2,079;2; +0,59;4,54;0,72;;;2,97;2,079;3; +0,08;3,2;3,79;;;2,97;2,079;4; +0,6;1,6;1,86;;;2,97;2,079;8; +0,18;0,73;0,72;;;3,04;2,128;10; +0,23;4,21;4,65;;;3,04;2,128;10; +0,74;4,72;2,95;;;3,04;2,128;8; +0,93;3,14;2,65;;;3,04;2,128;8; +0,28;0,22;0,12;;;3,04;2,128;7; +0,84;3,26;1,15;;;3,04;2,128;7; +0,22;4,29;0,5;;;3,48;2,436;7; +0,96;3,99;4,77;;;3,48;2,436;6; +0,86;2,45;3,33;;;3,48;2,436;5; +0,58;4,09;4,57;;;3,48;2,436;5; +0,66;2,27;1,43;;;3,48;2,436;5; +0,31;0,21;0,2;;;3,48;2,436;6; +0,69;3,25;0,72;;;3,23;2,261;6; +0,29;0,87;1,44;;;3,23;2,261;6; +0,84;2,57;2,8;;;3,23;2,261;7; +0,75;1,01;4,63;;;3,23;2,261;6; +0,98;3,15;2,25;;;3,23;2,261;5; +0,32;1,47;4,26;;;3,23;2,261;3; +0,14;3,03;4,01;;;3;2,1;2; +0,38;1,35;4,8;;;3;2,1;2; +0,75;2,37;4,88;;;3;2,1;2; +0,01;3,17;2,5;;;3;2,1;3; +0,57;4,78;3,61;;;3;2,1;4; +0,1;1,01;0,14;;;3;2,1;8; +0,9;3,38;3,62;;;3,05;2,135;10; +0,55;1,1;4,39;;;3,05;2,135;10; +0,48;0,1;0,47;;;3,05;2,135;8; +0,93;1,18;0,77;;;3,05;2,135;8; +0,62;0,08;3,41;;;3,05;2,135;7; +0,63;1,21;4,54;;;3,05;2,135;7; +0,09;2,35;4,16;;;3,27;2,289;7; +0,34;4,91;2,45;;;3,27;2,289;6; +0,72;0,93;0,92;;;3,27;2,289;6; +0,12;4,37;0,94;;;3,27;2,289;5; +0,82;1,86;3,25;;;3,27;2,289;6; +0,38;0,98;4,06;;;3,27;2,289;6; +0,52;3,58;4,67;;;3,12;2,184;6; +0,3;0,36;3,81;;;3,12;2,184;7; +0,85;4,05;1,41;;;3,12;2,184;7; +0,97;0,4;1,02;;;3,12;2,184;6; +0,29;2,42;4,19;;;3,12;2,184;5; +0,19;0,85;2,37;;;3,12;2,184;3; +0,83;4,17;2,47;;;2,92;2,044;2; +0,34;3,88;1,12;;;2,92;2,044;2; +0,91;3,41;3,1;;;2,92;2,044;3; +0,88;1,17;2,99;;;2,92;2,044;3; +0,89;3,98;1,49;;;2,92;2,044;5; +0,6;1,12;3,02;;;2,92;2,044;9; +0,1;0,63;1,92;;;3,01;2,107;10; +0,76;4,47;3,14;;;3,01;2,107;10; +0,83;3,88;0,04;;;3,01;2,107;8; +0,28;2,43;4,35;;;3,01;2,107;8; +0,95;0,84;0,92;;;3,01;2,107;7; +0,7;1,27;2,73;;;3,01;2,107;7; +0,64;0,4;4,95;;;3,41;2,387;6; +0,78;0,68;0,39;;;3,41;2,387;6; +0,84;1,38;0,28;;;3,41;2,387;5; +0,85;3,94;3,68;;;3,41;2,387;5; +0,19;1,75;4,8;;;3,41;2,387;5; +0,34;2,84;0,78;;;3,41;2,387;6; +0,57;3,79;3,07;;;3,3;2,31;6; +0,88;2,46;4,28;;;3,3;2,31;6; +0,62;2,22;3,12;;;3,3;2,31;7; +0,68;3,06;4,79;;;3,3;2,31;6; +0,91;1,74;2,37;;;3,3;2,31;5; +0,8;2,7;2,99;;;3,3;2,31;3; +0,5;1,73;2,58;;;2,96;2,072;2; +0,76;0,5;2,3;;;2,96;2,072;2; +0,46;3,15;3,49;;;2,96;2,072;2; +0,32;2,33;2,72;;;2,96;2,072;3; +0,97;3,16;1,16;;;2,96;2,072;4; +0,62;0,5;4,47;;;2,96;2,072;8; +0,21;1,81;3,08;;;3,07;2,149;10; +0,84;3,09;3,06;;;3,07;2,149;10; +0,12;2,24;0,37;;;3,07;2,149;8; +0,69;0,81;3,06;;;3,07;2,149;8; +0,34;3,81;3,71;;;3,07;2,149;7; +0,47;2,27;2,33;;;3,07;2,149;7; +0,07;1,29;4,54;;;3,48;2,436;7; +0,86;0,43;3,03;;;3,48;2,436;6; +0,71;0,37;0,17;;;3,48;2,436;6; +0,3;4,34;3,58;;;3,48;2,436;5; +0,89;2,02;1,16;;;3,48;2,436;6; +0,78;4,05;0,16;;;3,48;2,436;6; +0,27;3,18;3,04;;;3,16;2,212;6; +0,48;0,62;0,13;;;3,16;2,212;7; +0,64;3,69;2,31;;;3,16;2,212;7; +0,37;4,02;3,48;;;3,16;2,212;6; +0,09;1,75;1,76;;;3,16;2,212;5; +0,29;1,77;3,62;;;3,16;2,212;3; +0,47;2,8;0,12;;;2,99;2,093;2; +0,27;4,69;2,77;;;2,99;2,093;3; +0,38;2,54;4,27;;;2,99;2,093;3; +0,49;0,2;4,99;;;2,99;2,093;3; +0,21;2,77;4,36;;;2,99;2,093;5; +0,62;2,79;4,13;;;2,99;2,093;9; +0,9;1,24;3,09;;;2,95;2,065;11; +0,36;1,9;3,86;;;2,95;2,065;11; +0,67;4,27;2,7;;;2,95;2,065;9; +0,7;3,73;0,11;;;2,95;2,065;9; +0,18;4,54;1,56;;;2,95;2,065;8; +0,28;3,98;1,23;;;2,95;2,065;7; +0,17;0,38;3,56;;;3,19;2,233;7; +0,98;3,27;0,33;;;3,19;2,233;6; +0,44;4,82;4,71;;;3,19;2,233;6; +0,46;3,66;3,25;;;3,19;2,233;6; +0,3;3,38;0,2;;;3,19;2,233;6; +0,17;1,28;3,66;;;3,19;2,233;6; +0,31;4,49;2,45;;;3,12;2,184;7; +0,32;3,95;2,48;;;3,12;2,184;7; +0,7;3,28;0,61;;;3,12;2,184;7; +0,44;3,62;1,8;;;3,12;2,184;7; +0,03;4,68;0,96;;;3,12;2,184;5; +0,78;3,2;3,89;;;3,12;2,184;3; +0,04;4,23;3,76;;;2,84;1,988;2; +0,91;0,09;3,17;;;2,84;1,988;3; +0,55;3,71;3,03;;;2,84;1,988;3; +0,83;0,01;4,14;;;2,84;1,988;3; +0,06;2,38;2,45;;;2,84;1,988;5; +0,6;4,56;2,19;;;2,84;1,988;9; +0,19;3,43;4,35;;;2,92;2,044;11; +0,99;0;0,74;;;2,92;2,044;11; +0,84;4,41;4,16;;;2,92;2,044;9; +0,93;3,77;1,75;;;2,92;2,044;9; +0,12;0,01;1,75;;;2,92;2,044;8; +0,68;2,85;4,81;;;2,92;2,044;7; +0,99;4,98;1,03;;;3,39;2,373;7; +0,45;0,6;3,15;;;3,39;2,373;6; +0,41;2,1;4,23;;;3,39;2,373;6; +0,02;4,8;4,17;;;3,39;2,373;6; +0,37;4,82;2,05;;;3,39;2,373;6; +0,67;2,42;0,65;;;3,39;2,373;6; +0,92;3,5;3,11;;;3,23;2,261;7; +0,67;2,96;1,15;;;3,23;2,261;7; +0,2;3,27;4,92;;;3,23;2,261;7; +0,61;0,59;4,56;;;3,23;2,261;7; +0,15;1,57;1,73;;;3,23;2,261;5; +0,29;1,24;3,53;;;3,23;2,261;3; +0,32;2,66;0,09;;;2,93;2,051;2; +0,24;1,82;0,04;;;2,93;2,051;2; +0,32;1,35;2,55;;;2,93;2,051;2; +0,56;4,7;3,15;;;2,93;2,051;3; +0,98;3,67;1,52;;;2,93;2,051;4; +0,33;2,6;3,97;;;2,93;2,051;8; +0,87;1,57;3,68;;;3;2,1;11; +0,88;4;2,08;;;3;2,1;10; +0,6;3,38;4,66;;;3;2,1;8; +0,42;4,82;4,38;;;3;2,1;8; +0,26;0,6;0,7;;;3;2,1;7; +0,71;4,85;2,28;;;3;2,1;7; +0,88;4,09;0,41;;;3,49;2,443;7; +0,32;4,46;2,41;;;3,49;2,443;6; +0,5;4,77;4,05;;;3,49;2,443;6; +0,66;4,04;3,6;;;3,49;2,443;5; +0,37;2,51;2,22;;;3,49;2,443;6; +0,41;1,59;4,02;;;3,49;2,443;6; +0,57;0,07;1,33;;;3,3;2,31;6; +0,62;0,59;3,99;;;3,3;2,31;7; +0,77;4,76;3,74;;;3,3;2,31;7; +0,77;0,16;2,68;;;3,3;2,31;6; +0,53;3,04;4,52;;;3,3;2,31;5; +0,3;0,21;4,85;;;3,3;2,31;3; +0,86;2,46;4,34;;;3;2,1;3; +0,25;1,9;1,71;;;3;2,1;3; +0,25;4,77;4,69;;;3;2,1;3; +0,58;0,42;3,46;;;3;2,1;3; +0,52;3,27;3,91;;;3;2,1;5; +0,5;0,24;4,41;;;3;2,1;9; +0,36;1,17;4,8;;;3;2,1;11; +0,43;3,12;1,04;;;3;2,1;11; +0,34;4,63;3,81;;;3;2,1;9; +0,95;0,96;2,35;;;3;2,1;9; +0,9;3,47;2,11;;;3;2,1;8; +0,46;1,86;3,78;;;3;2,1;8; +0,16;4,22;2,39;;;3,22;2,254;7; +0,63;4,11;0,85;;;3,22;2,254;6; +0,71;4,46;1,32;;;3,22;2,254;6; +0,31;3,31;2,14;;;3,22;2,254;6; +0,44;1,24;2,08;;;3,22;2,254;6; +0,7;3,34;4,55;;;3,22;2,254;7; +0,95;2,48;2,49;;;3;2,1;7; +0,4;2,09;4,47;;;3;2,1;8; +0,13;0,67;3,46;;;3;2,1;8; +0,48;2,41;0,31;;;3;2,1;7; +0,35;0,66;0,27;;;3;2,1;5; +0,91;1,16;3,9;;;3;2,1;3; +0,69;3,99;3,42;;;2,82;1,974;3; +0,43;4,71;0,13;;;2,82;1,974;3; +0,02;0,18;1,84;;;2,82;1,974;4; +0,44;1,4;3,87;;;2,82;1,974;4; +0,1;0,28;4,64;;;2,82;1,974;6; +0,75;4,82;2,21;;;2,82;1,974;11; +0,08;0,61;4,61;;;2,84;1,988;13; +0,38;0,41;1,33;;;2,84;1,988;13; +0,02;4,22;0,86;;;2,84;1,988;11; +0,22;0,03;1,35;;;2,84;1,988;11; +0,25;0,22;1,86;;;2,84;1,988;10; +0,95;4,9;1,76;;;2,84;1,988;9; +0,42;3,75;3,32;;;3,04;2,128;9; +0,84;2,71;4,36;;;3,04;2,128;8; +0,77;4,58;2,61;;;3,04;2,128;7; +0,28;3,85;1,89;;;3,04;2,128;7; +0,23;1,94;2,44;;;3,04;2,128;8; +0,29;3,34;2,82;;;3,04;2,128;8; +0,64;4,29;1,09;;;2,95;2,065;9; +0,83;3,59;4,64;;;2,95;2,065;9; +0,52;4,84;2,99;;;2,95;2,065;9; +0,87;2,44;0,38;;;2,95;2,065;9; +0,3;3,98;1,11;;;2,95;2,065;7; +0,59;2,13;1,51;;;2,95;2,065;4; +0,92;2,1;1,45;;;2,7;1,89;3; +0,6;0,88;3,86;;;2,7;1,89;4; +0,44;1,75;2,57;;;2,7;1,89;4; +0,82;4,42;3,04;;;2,7;1,89;5; +0,02;2,7;3,2;;;2,7;1,89;7; +0,08;1,8;0,21;;;2,7;1,89;12; +0,48;1,11;2,22;;;2,78;1,946;13; +0,51;2,68;1,84;;;2,78;1,946;13; +0,31;0,32;2,31;;;2,78;1,946;11; +0,57;3,91;0,29;;;2,78;1,946;10; +0,6;0,15;2,03;;;2,78;1,946;9; +0,86;1,57;2,5;;;2,78;1,946;9; +0,49;1,17;2,18;;;3,29;2,303;8; +0,5;3,37;1,38;;;3,29;2,303;8; +0,95;1,41;0,72;;;3,29;2,303;8; +0,64;1,34;4,1;;;3,29;2,303;7; +0,27;4,99;3,6;;;3,29;2,303;8; +0,01;4,45;0,98;;;3,29;2,303;8; +0,04;3,33;1,17;;;3,15;2,205;9; +0,76;2,38;2,8;;;3,15;2,205;9; +0,1;3,39;4,33;;;3,15;2,205;10; +0,09;4,24;4,7;;;3,15;2,205;9; +0,09;1,78;4,93;;;3,15;2,205;7; +0,08;1,57;1,45;;;3,15;2,205;4; +0,9;1,25;3,32;;;2,82;1,974;3; +0,55;2,63;4,78;;;2,82;1,974;3; +0,56;0,65;2,81;;;2,82;1,974;3; +0,53;4,33;2,66;;;2,82;1,974;4; +0,39;3,62;3,27;;;2,82;1,974;6; +0,29;0,7;1,62;;;2,82;1,974;10; +0,76;0,14;4,64;;;2,91;2,037;13; +0,06;3,08;4,03;;;2,91;2,037;12; +0,64;2,2;1,74;;;2,91;2,037;10; +0,99;2,4;2,06;;;2,91;2,037;10; +0,67;4,62;0,76;;;2,91;2,037;9; +0,49;1,82;3,07;;;2,91;2,037;8; +0,47;2,74;4,57;;;3,43;2,401;8; +0,39;3,52;4,15;;;3,43;2,401;7; +0,03;0,56;0,19;;;3,43;2,401;7; +0,52;1,67;2,48;;;3,43;2,401;7; +0,54;1,4;4,22;;;3,43;2,401;7; +0,72;4,59;3,1;;;3,43;2,401;8; +0,23;2,24;0,47;;;3,23;2,261;8; +0,73;3,12;2,48;;;3,23;2,261;9; +0,42;3,44;2,88;;;3,23;2,261;9; +0,33;4;3,13;;;3,23;2,261;8; +0,77;0,29;2,21;;;3,23;2,261;6; +0,42;4,3;0,34;;;3,23;2,261;4; +0,98;3,69;3,22;;;2,94;2,058;3; +0,52;1,9;1,32;;;2,94;2,058;3; +0,58;1,06;1,43;;;2,94;2,058;3; +0,23;3,31;2,61;;;2,94;2,058;3; +0,74;1,16;3,67;;;2,94;2,058;5; +0,91;0,89;0,94;;;2,94;2,058;9; +0,88;3,2;2,4;;;2,98;2,086;11; +0,59;4,71;0,87;;;2,98;2,086;11; +0,82;1,24;4,98;;;2,98;2,086;9; +0,54;0,66;3,63;;;2,98;2,086;9; +0,39;0,46;4,13;;;2,98;2,086;8; +0,48;0,28;4,58;;;2,98;2,086;7; +0,98;1,86;1,18;;;3,5;2,45;7; +0,93;1,09;4,92;;;3,5;2,45;6; +0,35;0,59;1,89;;;3,5;2,45;6; +0,44;3,54;0,23;;;3,5;2,45;6; +0,22;4,33;2,89;;;3,5;2,45;6; +0,77;3,97;0,7;;;3,5;2,45;7; +0,03;3,52;3,11;;;3,32;2,324;7; +0,11;3,95;1,9;;;3,32;2,324;7; +0,65;0,27;2,81;;;3,32;2,324;8; +0,98;1,01;1,64;;;3,32;2,324;7; +0,56;0,14;1,75;;;3,32;2,324;5; +0,99;3,16;2,59;;;3,32;2,324;3; +0,09;1,16;0,12;;;3,04;2,128;3; +0,82;0,82;2,76;;;3,04;2,128;3; +0,33;3,31;0,03;;;3,04;2,128;3; +0,95;0,82;4,28;;;3,04;2,128;3; +0,82;4,11;3,77;;;3,04;2,128;5; +0,76;1,96;1,19;;;3,04;2,128;9; +0,16;4,66;2,33;;;2,99;2,093;12; +0,78;2,93;3,51;;;2,99;2,093;11; +0,94;0,13;4,92;;;2,99;2,093;9; +0,73;4,2;1,5;;;2,99;2,093;9; +0,6;0,35;2,79;;;2,99;2,093;8; +0,05;4,2;3,69;;;2,99;2,093;8; +0,7;1,48;4,71;;;3,16;2,212;7; +0,35;0,8;2,67;;;3,16;2,212;7; +0,64;0,15;1,4;;;3,16;2,212;6; +1;4,84;1,2;;;3,16;2,212;6; +0,62;1,82;0,84;;;3,16;2,212;6; +0,11;4,29;2,57;;;3,16;2,212;7; +0,85;4,52;1,53;;;3,07;2,149;7; +0,8;0,48;0,41;;;3,07;2,149;8; +0,73;2,47;4,78;;;3,07;2,149;8; +0,91;4,6;2,88;;;3,07;2,149;7; +0,97;2,84;3,1;;;3,07;2,149;5; +0,54;4,8;0,85;;;3,07;2,149;3; +0,91;3,14;3,11;;;2,92;2,044;3; +0,95;0,45;2,39;;;2,92;2,044;3; +0,65;0,23;0,44;;;2,92;2,044;3; +0,2;2,32;3,94;;;2,92;2,044;3; +0,58;1,39;3,1;;;2,92;2,044;5; +0,77;0,11;4,28;;;2,92;2,044;9; +0,62;4,46;1,47;;;2,94;2,058;12; +0,24;1,45;4,45;;;2,94;2,058;11; +0,26;1,23;4,52;;;2,94;2,058;9; +0,52;0,78;4,35;;;2,94;2,058;9; +0,56;1,09;3,28;;;2,94;2,058;8; +0,28;3,63;3,1;;;2,94;2,058;8; +0,99;1,95;0;;;3,33;2,331;7; +0,14;3,5;4,28;;;3,33;2,331;7; +0,33;4,22;0,92;;;3,33;2,331;6; +0,5;0,15;4,18;;;3,33;2,331;6; +0,52;1,56;3,84;;;3,33;2,331;6; +0,15;2,75;2,76;;;3,33;2,331;7; +0,14;2,77;1,46;;;3,22;2,254;7; +0,98;1,52;3,2;;;3,22;2,254;8; +0,88;0,25;3,01;;;3,22;2,254;8; +0,9;1,2;3,15;;;3,22;2,254;7; +0,19;3,83;3,99;;;3,22;2,254;5; +0,63;2,91;3,36;;;3,23;2,261;3; +0,76;4,12;2,28;;;2,98;2,086;3; +0,87;3,58;0,15;;;2,98;2,086;3; +0,95;4,76;4,74;;;2,98;2,086;3; +0,97;4;4,11;;;2,98;2,086;4; +0,99;3,23;3,49;;;2,98;2,086;6; +0,79;0,83;4,45;;;2,98;2,086;10; +0,64;1,35;4,98;;;3,01;2,107;13; +0,61;1,73;4,57;;;3,01;2,107;13; +0,33;1,87;0,02;;;3,01;2,107;11; +0,62;3,63;2,32;;;3,01;2,107;10; +0,56;2,89;4,57;;;3,01;2,107;9; +0,79;4,13;1,26;;;3,01;2,107;9; +0,38;4,17;4,31;;;3,17;2,219;8; +0,19;0,61;3,77;;;3,17;2,219;8; +0,08;2,43;1,59;;;3,17;2,219;7; +0;3,3;2,04;;;3,17;2,219;7; +0,49;3,56;2,15;;;3,17;2,219;7; +0,05;3,7;1,33;;;3,17;2,219;8; +0,89;1,16;3,22;;;2,86;2,002;8; +0,96;2,34;3,68;;;2,86;2,002;9; +0,2;3,96;3,51;;;2,86;2,002;9; +0,96;0,83;3,23;;;2,86;2,002;8; +0,3;3,51;0,78;;;2,86;2,002;6; +0,32;1,94;3,44;;;2,86;2,002;4; +0,11;4,9;3,27;;;2,72;1,904;5; +0,62;4,58;0,03;;;2,72;1,904;5; +0,58;0,45;3,04;;;2,72;1,904;6; +0,26;2,94;0,44;;;2,72;1,904;6; +0,21;1,92;0,71;;;2,72;1,904;9; +0,77;0,96;1,21;;;2,72;1,904;15; +0,64;2,34;1,18;;;2,69;1,883;18; +0,56;0,75;4,12;;;2,69;1,883;18; +0,66;0,26;0,96;;;2,69;1,883;16; +0,08;4,96;3,62;;;2,69;1,883;15; +0,06;0,06;1,12;;;2,69;1,883;13; +0,63;3,86;1,72;;;2,69;1,883;13; +0,75;4,04;0,17;;;2,81;1,967;12; +0,64;3,8;2,79;;;2,81;1,967;11; +0,1;3,75;0,62;;;2,81;1,967;10; +0,85;0,37;1,94;;;2,81;1,967;10; +0,26;0,38;0,07;;;2,81;1,967;11; +0,46;4,39;3,44;;;2,81;1,967;12; +0,18;3,93;0,15;;;2,77;1,939;13; +0,36;2,88;4,78;;;2,77;1,939;13; +0,97;4,09;0,89;;;2,77;1,939;13; +0,93;0,58;2,42;;;2,77;1,939;12; +0,18;2,28;2,56;;;2,77;1,939;9; +0,95;2,8;4,22;;;2,77;1,939;6; +0,08;0,05;0,95;;;2,59;1,813;6; +0,06;1,95;4,15;;;2,59;1,813;6; +0,47;4,74;0,41;;;2,59;1,813;7; +0,51;4,62;2,47;;;2,59;1,813;8; +0,56;0,36;0,43;;;2,59;1,813;11; +0,76;2,81;1,92;;;2,59;1,813;18; +0,61;0,66;3,25;;;2,63;1,841;20; +0,85;1,19;0,58;;;2,63;1,841;19; +0,68;2,75;0,9;;;2,63;1,841;17; +0,53;4,46;4,13;;;2,63;1,841;16; +0,69;3,14;2,59;;;2,63;1,841;15; +0,86;0,23;3,94;;;2,63;1,841;14; +0,59;0,52;3,8;;;3,09;2,163;13; +0,55;2,54;3,31;;;3,09;2,163;12; +0,87;4,25;4,51;;;3,09;2,163;12; +0,48;3;1,38;;;3,09;2,163;12; +0,32;2,97;2,72;;;3,09;2,163;13; +0,37;3,21;1,23;;;3,09;2,163;14; +0,57;4,87;0,24;;;2,94;2,058;15; +0,07;3,83;1,95;;;2,94;2,058;15; +0,45;1,76;1,17;;;2,94;2,058;16; +0,41;0,03;1,6;;;2,94;2,058;14; +0,67;1,06;3,12;;;2,94;2,058;11; +0,92;2,98;2,4;;;2,94;2,058;7; +0,28;2,46;3,48;;;2,68;1,876;5; +0,98;4,1;0,7;;;2,68;1,876;5; +0,27;4,7;4,59;;;2,68;1,876;5; +0,89;4,27;0,65;;;2,68;1,876;6; +0,46;0,3;1,25;;;2,68;1,876;9; +0,84;4,84;3,31;;;2,68;1,876;14; +0,36;0,69;4,58;;;2,75;1,925;17; +0,41;2,88;0,69;;;2,75;1,925;17; +0,53;3,77;4,02;;;2,75;1,925;15; +0,04;4,87;4,61;;;2,75;1,925;14; +0,13;2,81;1;;;2,75;1,925;13; +0,29;1,12;0,41;;;2,75;1,925;12; +0,27;3,23;3,67;;;3,3;2,31;11; +0,6;4,94;1,34;;;3,3;2,31;11; +0,31;3,4;4,26;;;3,3;2,31;10; +0,1;0,87;4,71;;;3,3;2,31;10; +0,19;1,76;1,89;;;3,3;2,31;11; +0,68;2,1;1,74;;;3,3;2,31;11; +0,98;2,84;2,93;;;3,13;2,191;12; +0,64;1,81;3,77;;;3,13;2,191;13; +0,85;1,6;2,26;;;3,13;2,191;13; +0,47;4,62;0,53;;;3,13;2,191;12; +0,65;4,17;0,89;;;3,13;2,191;9; +0,3;0,31;1,43;;;3,13;2,191;6; +0,84;3,79;3,83;;;2,81;1,967;3; +0,07;3,74;2,57;;;2,81;1,967;4; +0,51;0,42;4,46;;;2,81;1,967;4; +0,86;3,77;1,25;;;2,81;1,967;4; +0,5;0,34;2,02;;;2,81;1,967;6; +0,26;0,04;1,96;;;2,81;1,967;11; +0,25;1,67;4,77;;;2,87;2,009;14; +0,69;2,17;1,48;;;2,87;2,009;13; +0,89;4,78;3,31;;;2,87;2,009;11; +0,53;0,35;4,58;;;2,87;2,009;11; +0,48;1,45;3,67;;;2,87;2,009;10; +0,75;4,97;0,92;;;2,87;2,009;9; +0,98;2,51;4,4;;;3,47;2,429;9; +0,89;2;4,81;;;3,47;2,429;8; +0,47;0,14;3,57;;;3,47;2,429;8; +0,41;0,33;1,29;;;3,47;2,429;7; +0,78;2,35;4,54;;;3,47;2,429;8; +0,31;3,55;3,62;;;3,47;2,429;8; +0,59;2,68;1,19;;;3,24;2,268;9; +0,39;2,82;1,09;;;3,24;2,268;9; +0,79;1,99;3,4;;;3,24;2,268;10; +0,71;4,22;2,97;;;3,24;2,268;9; +0,93;4,78;2,52;;;3,24;2,268;7; +0,12;2,34;1,85;;;3,24;2,268;4; +0,8;0,98;4,7;;;2,93;2,051;3; +0,34;1,55;3,46;;;2,93;2,051;4; +0,4;4,61;4,58;;;2,93;2,051;4; +0,06;1,77;0,13;;;2,93;2,051;4; +0,75;2,21;2,69;;;2,93;2,051;7; +0,95;3,05;1,66;;;2,93;2,051;11; +0,82;1,62;4,79;;;2,96;2,072;14; +0,49;2,67;0,21;;;2,96;2,072;13; +0,66;3,71;4,38;;;2,96;2,072;12; +0,57;4,72;2,63;;;2,96;2,072;11; +0,55;3,19;4,97;;;2,96;2,072;10; +0,47;2,58;1,01;;;2,96;2,072;9; +0,41;1,23;4,91;;;3,09;2,163;9; +0,07;3,33;4,49;;;3,09;2,163;8; +0,54;2,14;2,15;;;3,09;2,163;8; +0,77;0,8;3,97;;;3,09;2,163;7; +0,22;2,87;4,01;;;3,09;2,163;8; +0,56;1,77;2,36;;;3,09;2,163;8; +0,41;2,32;3,3;;;2,95;2,065;9; +0,81;0,92;3,75;;;2,95;2,065;9; +0,53;0,13;4,94;;;2,95;2,065;10; +0,75;3,3;1,03;;;2,95;2,065;9; +0,52;4,34;0,84;;;2,95;2,065;7; +0,39;4,43;4,01;;;2,95;2,065;4; +0,94;1,62;4,22;;;2,84;1,988;3; +0,78;3,86;3,55;;;2,84;1,988;3; +0,65;5;0,11;;;2,84;1,988;3; +0,55;4,46;3,2;;;2,84;1,988;4; +0,76;0,51;4,71;;;2,84;1,988;6; +0,48;0,16;2,81;;;2,84;1,988;10; +0,81;2,67;2,39;;;2,88;2,016;13; +0,69;2,81;4,85;;;2,88;2,016;12; +0,44;2,28;4,76;;;2,88;2,016;11; +0,94;3,02;3,18;;;2,88;2,016;10; +0,66;4,8;3,87;;;2,88;2,016;9; +0,92;1,89;0,59;;;2,88;2,016;8; +0,32;0,65;1,26;;;3,27;2,289;8; +0,5;1,87;4,68;;;3,27;2,289;8; +0,07;3,43;4,62;;;3,27;2,289;7; +0,79;4,35;0,02;;;3,27;2,289;7; +0,97;0,35;3,75;;;3,27;2,289;7; +0,39;3,81;1,46;;;3,27;2,289;8; +0,3;0,87;3,6;;;3,12;2,184;8; +0,38;1,11;3,52;;;3,12;2,184;9; +0,31;0,37;1,94;;;3,12;2,184;9; +0,8;4,93;1,08;;;3,12;2,184;8; +0,91;3,19;0,08;;;3,12;2,184;6; +0,13;4,27;2,67;;;3,12;2,184;4; +0,78;4,84;1,99;;;2,87;2,009;3; +0,87;3,01;2,77;;;2,87;2,009;3; +0,89;2,86;4,77;;;2,87;2,009;3; +0,06;3,38;3,39;;;2,87;2,009;4; +0,67;3,51;0,52;;;2,87;2,009;5; +0,8;3,53;2,88;;;2,87;2,009;9; +0,02;4,42;2,6;;;2,91;2,037;12; +0,54;3,18;2,59;;;2,91;2,037;12; +0,35;3,46;1,61;;;2,91;2,037;10; +0,39;1,63;1,34;;;2,91;2,037;9; +0,65;1,03;4,75;;;2,91;2,037;8; +0,03;2,64;2,49;;;2,91;2,037;8; +0,57;0,56;2,92;;;3,41;2,387;8; +0,36;3,06;1,21;;;3,41;2,387;7; +0,89;1,69;3,88;;;3,41;2,387;7; +0,55;2,92;1,84;;;3,41;2,387;6; +0,46;1,34;1,86;;;3,41;2,387;7; +0,01;2,12;3,3;;;3,41;2,387;7; +0,22;1,7;1,18;;;3,22;2,254;7; +0,4;2,84;4,19;;;3,22;2,254;8; +0,91;2,81;3,27;;;3,22;2,254;8; +0,72;3,1;3,95;;;3,22;2,254;7; +0,17;0,99;0,88;;;3,22;2,254;6; +0,15;4,68;0,01;;;3,22;2,254;4; +0,31;1,41;2,19;;;2,98;2,086;4; +0,24;2,05;2,59;;;2,98;2,086;4; +0,15;1,96;4,63;;;2,98;2,086;4; +0,38;0,24;1,38;;;2,98;2,086;5; +0,34;0,19;4,48;;;2,98;2,086;7; +0,76;0,81;0,09;;;2,98;2,086;12; +0,12;1,23;3,13;;;2,92;2,044;14; +0,6;0,75;0,02;;;2,92;2,044;14; +0,81;3,91;3,26;;;2,92;2,044;12; +0,78;0,72;0,45;;;2,92;2,044;12; +0,25;4,41;1,46;;;2,92;2,044;10; +0,56;2,96;0,18;;;2,92;2,044;10; +0,94;4,49;2,71;;;2,92;2,044;9; +0,04;0,53;1;;;2,92;2,044;8; +0,48;3,73;4,5;;;2,92;2,044;8; +0,59;2,82;4,1;;;2,92;2,044;8; +0,99;0,49;0,04;;;2,92;2,044;8; +0,36;2,22;0,78;;;2,92;2,044;9; +0,65;4,17;3,83;;;2,77;1,939;9; +0,38;2,22;4,48;;;2,77;1,939;10; +0,88;0,87;2,46;;;2,77;1,939;10; +0,35;0,73;4,04;;;2,77;1,939;9; +0,72;2,11;3,47;;;2,77;1,939;7; +0,51;3,54;0,33;;;2,77;1,939;5; +0,93;2,52;2,56;;;2,72;1,904;5; +0,69;3,6;1,67;;;2,72;1,904;5; +0,07;4,64;0,46;;;2,72;1,904;5; +0,47;2,8;4,09;;;2,72;1,904;6; +0,42;4,92;2,3;;;2,72;1,904;9; +0,51;4,52;0,95;;;2,72;1,904;15; +0,22;3,58;1,29;;;2,71;1,897;17; +0,29;4,62;2,86;;;2,71;1,897;16; +0,7;2,38;2,32;;;2,71;1,897;14; +0,4;0,12;0,16;;;2,71;1,897;13; +0,75;0,78;0,53;;;2,71;1,897;12; +0,6;1,13;2,63;;;2,71;1,897;11; +0,25;0,75;4,09;;;3,03;2,121;11; +0,86;2,16;2,05;;;3,03;2,121;10; +0,15;0,25;2,58;;;3,03;2,121;10; +0,16;0,25;0,21;;;3,03;2,121;10; +0,29;3,33;2,34;;;3,03;2,121;11; +0,54;2,69;4,57;;;3,03;2,121;11; +0,22;4,15;4,81;;;2,88;2,016;12; +0,83;0,32;1,64;;;2,88;2,016;13; +0,3;0,37;3,52;;;2,88;2,016;13; +0,75;3,47;3,2;;;2,88;2,016;12; +0,47;4,89;4,2;;;2,88;2,016;9; +0,96;0,51;2,63;;;2,88;2,016;6; +0,39;1,8;3,18;;;2,61;1,827;5; +0,66;4,51;3,26;;;2,61;1,827;6; +0,11;3,93;1,45;;;2,61;1,827;6; +0,01;2,51;0,66;;;2,61;1,827;7; +0,14;4,45;4,15;;;2,61;1,827;9; +0,91;1,47;4,41;;;2,61;1,827;15; +0,79;0,77;2,43;;;2,68;1,876;19; +0,58;0,37;2,79;;;2,68;1,876;18; +0,63;3,93;1,55;;;2,68;1,876;16; +0,17;2,08;2,17;;;2,68;1,876;15; +0,9;2,77;4,14;;;2,68;1,876;13; +0,77;4,14;0,01;;;2,68;1,876;12; +0,15;4,09;2,29;;;3,18;2,226;12; +0,74;3,05;0,25;;;3,18;2,226;11; +0,34;0,51;1,64;;;3,18;2,226;11; +0,75;2,3;1,93;;;3,18;2,226;11; +0,36;3,19;3,11;;;3,18;2,226;11; +0,95;1,96;1,12;;;3,18;2,226;12; +0,57;1,06;2,16;;;3;2,1;13; +0,56;4,64;1,91;;;3;2,1;14; +0,63;3,06;1,18;;;3;2,1;14; +0,09;1,48;0,58;;;3;2,1;13; +0,44;2,38;1,26;;;3;2,1;10; +0,96;2,39;3,71;;;3;2,1;6; +0,84;4,21;3,31;;;2,8;1,96;4; +0,19;0,59;1,06;;;2,8;1,96;4; +0,89;2,78;2,02;;;2,8;1,96;5; +0,27;0,42;2,45;;;2,8;1,96;5; +0,68;4,26;0,57;;;2,8;1,96;8; +0,04;2,89;3,66;;;2,8;1,96;13; +0,42;4,09;2,4;;;2,84;1,988;16; +0,69;3,41;1,34;;;2,84;1,988;15; +0,24;0,59;0,05;;;2,84;1,988;13; +0,48;0,2;1,55;;;2,84;1,988;13; +0,71;4,17;4,06;;;2,84;1,988;11; +0,16;4,1;0,13;;;2,84;1,988;11; +0,38;3,75;3,28;;;3,28;2,296;10; +0,07;4,74;0,69;;;3,28;2,296;9; +0,84;4,86;2,58;;;3,28;2,296;9; +0,69;0,87;0,96;;;3,28;2,296;9; +0,99;2,35;4,63;;;3,28;2,296;9; +0,49;1,5;1,23;;;3,28;2,296;10; +0,63;2,47;3,78;;;3,09;2,163;10; +0,69;3,12;3,57;;;3,09;2,163;11; +0,21;0,91;2,66;;;3,09;2,163;11; +0,03;2,88;3,1;;;3,09;2,163;10; +0,59;3,63;1,71;;;3,09;2,163;8; +0,47;1,03;0,98;;;3,09;2,163;5; +0,14;1,14;0,65;;;2,83;1,981;3; +0,61;2,67;3,1;;;2,83;1,981;4; +0,13;4,06;0,16;;;2,83;1,981;4; +0,72;4,57;2,74;;;2,83;1,981;5; +0,81;0,97;0,08;;;2,83;1,981;7; +0,97;4,16;4,08;;;2,83;1,981;11; +0,53;2,51;4,68;;;2,85;1,995;14; +0,69;1,81;4,12;;;2,85;1,995;14; +0,69;4,15;2,99;;;2,85;1,995;12; +0,01;4,2;0,4;;;2,85;1,995;11; +0,57;3,1;0,48;;;2,85;1,995;10; +0,28;2,35;2,81;;;2,85;1,995;9; +0,1;4,94;3,71;;;3,32;2,324;9; +0,47;1,4;2,2;;;3,32;2,324;8; +0,07;0,95;0,18;;;3,32;2,324;8; +0,72;4,71;4,54;;;3,32;2,324;8; +0,37;4,84;4,9;;;3,32;2,324;8; +0,79;4,41;3,11;;;3,32;2,324;8; +0,52;2,61;2,3;;;3,11;2,177;9; +0,75;4;4,02;;;3,11;2,177;10; +0,38;1,53;0,82;;;3,11;2,177;10; +0,41;3,14;2,13;;;3,11;2,177;9; +0,85;0,9;0,06;;;3,11;2,177;7; +0,89;3,39;2,54;;;3,11;2,177;4; +0,86;0,76;3,49;;;2,84;1,988;3; +0,5;3,44;3,96;;;2,84;1,988;3; +0,43;4,67;3,39;;;2,84;1,988;3; +0,87;0,16;3,26;;;2,84;1,988;4; +0,42;0,96;3,93;;;2,84;1,988;6; +0,63;2,9;4,18;;;2,84;1,988;10; +0,17;1,27;0,4;;;2,88;2,016;13; +0,7;2,47;0,44;;;2,88;2,016;12; +0,39;2,64;2,76;;;2,88;2,016;11; +0,65;3,27;3,43;;;2,88;2,016;10; +0,46;1,76;4,86;;;2,88;2,016;9; +0,66;4,09;2,64;;;2,88;2,016;8; +0,37;4,66;1,85;;;3,38;2,366;8; +0,64;1,29;4,91;;;3,38;2,366;7; +0,13;2,83;0,6;;;3,38;2,366;7; +0,23;1,93;1,27;;;3,38;2,366;7; +0,25;2,34;4,55;;;3,38;2,366;7; +0,63;1,94;2,64;;;3,38;2,366;8; +0,21;3,98;3,02;;;3,16;2,212;8; +0,74;0,26;0,32;;;3,16;2,212;9; +0,24;3,66;4,92;;;3,16;2,212;9; +0,36;0,88;4,88;;;3,16;2,212;8; +0,84;2,42;1,76;;;3,16;2,212;6; +0,03;4,52;1,41;;;3,16;2,212;4; +0,28;1,71;4,69;;;2,91;2,037;3; +0,12;2,71;3,48;;;2,91;2,037;3; +0,67;0,08;4,02;;;2,91;2,037;3; +0,69;2,17;3,6;;;2,91;2,037;4; +0,22;1,09;1,45;;;2,91;2,037;6; +0,63;4,47;2,72;;;2,91;2,037;10; +0,4;4,4;4,52;;;2,91;2,037;12; +0,74;0,19;0,44;;;2,91;2,037;12; +0,68;2,4;0,84;;;2,91;2,037;10; +0,3;1,29;0,84;;;2,91;2,037;10; +0,04;0,47;2,36;;;2,91;2,037;9; +0,1;1,21;2,09;;;2,91;2,037;8; +0,97;0,18;2,88;;;3,24;2,268;8; +0,38;1;1,17;;;3,24;2,268;7; +0,23;2,5;0,15;;;3,24;2,268;7; +0,45;0,65;1,43;;;3,24;2,268;7; +0,52;4,69;3,88;;;3,24;2,268;7; +0,6;1,41;1,8;;;3,24;2,268;7; +0,32;4,45;3,77;;;3,07;2,149;8; +0,65;1,42;2,94;;;3,07;2,149;8; +0,53;3,95;2,41;;;3,07;2,149;9; +0,85;0,93;3,48;;;3,07;2,149;8; +0,38;2,92;4,25;;;3,07;2,149;6; +0,33;1,98;1,03;;;3,07;2,149;4; +0,3;3;3,5;;;2,89;2,023;3; +0,79;2,84;3,7;;;2,89;2,023;3; +0,01;1,63;1,32;;;2,89;2,023;3; +0,4;4,93;0,66;;;2,89;2,023;4; +0,2;4;2,38;;;2,89;2,023;6; +0,88;4,97;2,1;;;2,89;2,023;10; +0,19;0,84;2;;;2,87;2,009;12; +0,85;1,05;1,09;;;2,87;2,009;12; +0,41;2,46;1,96;;;2,87;2,009;10; +0,43;0,3;4,89;;;2,87;2,009;10; +0,72;0,78;0,96;;;2,87;2,009;9; +0,92;3,63;0,07;;;2,87;2,009;8; +0,19;1,12;3,38;;;3,21;2,247;8; +0,56;0,95;4,55;;;3,21;2,247;7; +0,17;2,52;3,2;;;3,21;2,247;7; +0,38;2,4;3,99;;;3,21;2,247;6; +0,92;1,11;0,5;;;3,21;2,247;7; +0,77;3,39;3,06;;;3,21;2,247;7; +0,06;1,28;4,6;;;3,01;2,107;8; +0,13;3,07;0,51;;;3,01;2,107;8; +0,42;3,81;3,15;;;3,01;2,107;9; +0,38;4,21;3,09;;;3,01;2,107;8; +0,2;1,44;2,32;;;3,01;2,107;6; +0,88;2,85;0,67;;;3,01;2,107;4; +0,33;3,49;0,92;;;2,76;1,932;3; +0,24;1,41;2,15;;;2,76;1,932;3; +0,3;1,24;3,24;;;2,76;1,932;4; +0,6;4,01;3,18;;;2,76;1,932;4; +0,41;1,64;1,97;;;2,76;1,932;7; +0,11;3,53;3,49;;;2,76;1,932;12; +0,78;2,61;3,87;;;2,78;1,946;13; +0,27;0,14;1,08;;;2,78;1,946;12; +0,13;2,3;2,62;;;2,78;1,946;10; +0,27;4,25;3,3;;;2,78;1,946;10; +0,99;2,77;0,64;;;2,78;1,946;9; +0,27;3,18;3,37;;;2,78;1,946;8; +0,21;3,83;3,33;;;3,24;2,268;8; +0,25;0,3;3,89;;;3,24;2,268;7; +0,64;2,88;1,1;;;3,24;2,268;7; +0,78;3,98;3,28;;;3,24;2,268;7; +0,98;1,19;0,89;;;3,24;2,268;7; +0,6;2,47;3,44;;;3,24;2,268;8; +0,39;1,78;4,57;;;3,04;2,128;8; +0,99;3,96;1,4;;;3,04;2,128;9; +0,58;4,92;0,29;;;3,04;2,128;9; +0,49;4,46;1,27;;;3,04;2,128;8; +0,04;0,58;0,53;;;3,04;2,128;6; +0,86;3,81;3,06;;;3,04;2,128;4; +0,67;4,28;4,85;;;2,84;1,988;3; +0,47;1,24;1,84;;;2,84;1,988;4; +0,34;4,83;1,53;;;2,84;1,988;3; +0,45;2,7;4,12;;;2,84;1,988;4; +0,58;1,56;3,57;;;2,84;1,988;6; +0,53;3,3;3,34;;;2,84;1,988;11; +0,55;0,11;0,49;;;2,86;2,002;13; +0,42;0,41;4,4;;;2,86;2,002;13; +0,41;4,44;0,59;;;2,86;2,002;11; +0,23;2,4;2,85;;;2,86;2,002;11; +0,76;1,31;3,21;;;2,86;2,002;9; +0;1,35;0,84;;;2,86;2,002;9; +0,44;4,54;2,9;;;3,24;2,268;8; +0,25;2,81;3,36;;;3,24;2,268;8; +0,72;2,7;3,35;;;3,24;2,268;8; +0,59;3,33;1,13;;;3,24;2,268;7; +0,68;0,71;4,96;;;3,24;2,268;7; +0,92;1,37;4,9;;;3,24;2,268;8; +0,36;4,67;3,26;;;3,03;2,121;8; +0,97;3,23;1,23;;;3,03;2,121;9; +0,9;2,9;4,62;;;3,03;2,121;9; +0,32;0,61;1,98;;;3,03;2,121;9; +0,75;1,16;0,23;;;3,03;2,121;7; +0,17;0,06;3,96;;;3,03;2,121;4; +0,87;0,47;3,88;;;2,86;2,002;3; +0,73;3,65;0,31;;;2,86;2,002;3; +0,99;0,63;4,76;;;2,86;2,002;3; +0,2;4,33;2,58;;;2,86;2,002;4; +0,19;1,04;0,38;;;2,86;2,002;6; +0,07;0,52;1,47;;;2,86;2,002;10; +0,21;0,8;2,56;;;2,87;2,009;13; +0,5;2,89;4,51;;;2,87;2,009;13; +0,9;4,66;1,77;;;2,87;2,009;11; +0,22;1,68;0,46;;;2,87;2,009;10; +0,96;0,26;1,75;;;2,87;2,009;9; +0,09;4,45;4,76;;;2,87;2,009;8; +0,47;0,18;4,52;;;3,28;2,296;8; +0,58;2,79;3,09;;;3,28;2,296;8; +0,11;1,15;2,32;;;3,28;2,296;7; +0,94;4,3;4,24;;;3,28;2,296;7; +0,09;1,96;0,35;;;3,28;2,296;7; +0,86;0,65;1,22;;;3,28;2,296;8; +0,73;1,36;3,53;;;3,11;2,177;8; +0,29;0,14;1,43;;;3,11;2,177;9; +0,09;4,21;2,78;;;3,11;2,177;9; +0,08;3,38;3,95;;;3,11;2,177;8; +0,75;0,27;4,85;;;3,11;2,177;6; +0,16;1,99;2,62;;;3,11;2,177;4; +0,36;0,27;1,18;;;2,86;2,002;3; +0,74;3,3;3,09;;;2,86;2,002;3; +0,74;3,91;1,4;;;2,86;2,002;3; +0;2,14;4,17;;;2,86;2,002;4; +0,01;4,56;1,41;;;2,86;2,002;6; +0,28;4,3;4,44;;;2,86;2,002;10; +0,22;2,33;1,74;;;2,88;2,016;12; +0,34;0,22;4,53;;;2,88;2,016;12; +0,15;1,39;4,87;;;2,88;2,016;10; +0,06;3,62;1,26;;;2,88;2,016;10; +0,49;3,1;4,61;;;2,88;2,016;8; +0,71;3,61;1,87;;;2,88;2,016;8; +0,52;2,31;0,57;;;3,43;2,401;8; +0,2;3,13;2,87;;;3,43;2,401;7; +0,94;0,26;0,35;;;3,43;2,401;7; +0,24;0,21;4,26;;;3,43;2,401;6; +0,44;0,96;1,05;;;3,43;2,401;7; +0,73;1,36;2,49;;;3,43;2,401;7; +0,01;3,33;4,88;;;3,2;2,24;8; +0,94;3,35;0,42;;;3,2;2,24;8; +0,9;2,1;2,33;;;3,2;2,24;8; +0,45;4,1;3,71;;;3,2;2,24;8; +0,81;2,64;2,31;;;3,2;2,24;6; +0,38;1,99;1,31;;;3,2;2,24;4; +0,17;4,68;3,27;;;2,98;2,086;3; +0,59;3,15;0,13;;;2,98;2,086;3; +0,25;1,87;1,51;;;2,98;2,086;3; +0,11;4,07;1,61;;;2,98;2,086;4; +0,38;4,19;1,56;;;2,98;2,086;5; +0,8;3,02;0,58;;;2,98;2,086;9; +0,85;1,12;4,61;;;2,96;2,072;12; +0,98;0,78;3,7;;;2,96;2,072;11; +0,78;4,54;0,52;;;2,96;2,072;10; +0,81;4,48;2,91;;;2,96;2,072;9; +0,92;4,5;3,1;;;2,96;2,072;8; +0,42;2,77;4,15;;;2,96;2,072;8; +0,04;3,6;4,78;;;3,32;2,324;7; +0,91;3,77;1,66;;;3,32;2,324;7; +0,97;4,69;3,29;;;3,32;2,324;7; +0,47;1,31;4,41;;;3,32;2,324;6; +0,63;0,15;3,51;;;3,32;2,324;7; +0,07;3,01;2;;;3,32;2,324;7; +0,47;4,58;1,36;;;3,13;2,191;7; +0,73;0,73;0,73;;;3,13;2,191;8; +0,54;0,33;2,45;;;3,13;2,191;8; +0,68;4,86;1,03;;;3,13;2,191;7; +0,36;3,04;0,86;;;3,13;2,191;6; +0,01;1,68;1,55;;;3,13;2,191;4; +0,58;3;3,95;;;2,91;2,037;2; +0,88;4,78;2,76;;;2,91;2,037;3; +0,23;3,63;4,9;;;2,91;2,037;3; +0,76;3,7;1,63;;;2,91;2,037;3; +0,58;4,97;4,6;;;2,91;2,037;5; +0,06;4,56;4,5;;;2,91;2,037;9; +0,33;3,88;1,8;;;2,94;2,058;11; +0,74;4,46;3,45;;;2,94;2,058;11; +0,78;4,63;1,61;;;2,94;2,058;9; +0,08;4,36;2,95;;;2,94;2,058;9; +0,6;4,64;3,37;;;2,94;2,058;8; +0,22;2,86;0,24;;;2,94;2,058;7; +0,32;3,58;3,29;;;3,46;2,422;7; +0,16;0,44;1,85;;;3,46;2,422;6; +0,06;0,06;4,39;;;3,46;2,422;6; +0,58;4,56;2,57;;;3,46;2,422;6; +0,65;0,76;1,19;;;3,46;2,422;6; +0,78;2,03;1,09;;;3,46;2,422;7; +0,12;1,96;3,9;;;3,19;2,233;7; +0,6;1,88;3,74;;;3,2;2,24;7; +0,35;4,02;4,68;;;3,19;2,233;8; +0,88;4,28;2,91;;;3,2;2,24;7; +0,65;2,37;4,57;;;3,2;2,24;5; +0,21;4,56;2,02;;;3,2;2,24;3; +0,01;3,72;2,15;;;2,97;2,079;2; +0,64;3,98;4,51;;;2,97;2,079;2; +0,11;2,87;0,07;;;2,97;2,079;2; +0,86;1,77;1,47;;;2,97;2,079;3; +0,89;0,49;3,54;;;2,97;2,079;4; +0,13;0,76;2,38;;;2,97;2,079;8; +0,38;4,59;2,45;;;2,99;2,093;10; +0,94;0,81;2,72;;;2,99;2,093;10; +0,13;2,1;3,95;;;2,99;2,093;8; +0,62;0,26;4,59;;;2,99;2,093;8; +0,45;3,54;1,91;;;2,99;2,093;7; +0,98;4,58;2,05;;;2,99;2,093;7; +0,47;4,37;1,49;;;3,55;2,485;7; +0,19;2,84;1,71;;;3,55;2,485;6; +0,67;3,81;4,32;;;3,55;2,485;6; +0,59;4,41;1,7;;;3,55;2,485;5; +0,02;0,69;3,85;;;3,55;2,485;6; +0,52;2,2;2,1;;;3,55;2,485;6; +0,26;0,09;1,84;;;3,31;2,317;6; +0,95;0,23;4,7;;;3,31;2,317;7; +0,71;1,82;0,48;;;3,31;2,317;7; +0,52;2,47;4,29;;;3,31;2,317;6; +0,26;1,53;1,17;;;3,31;2,317;5; +0,56;4,42;3,7;;;3,31;2,317;3; +0,51;3,68;2,61;;;3,04;2,128;3; +0,68;3,99;2,25;;;3,04;2,128;3; +0,41;0,62;2,66;;;3,04;2,128;3; +0,27;2,18;0,65;;;3,04;2,128;4; +0,58;3,71;3,54;;;3,04;2,128;6; +0,28;3,11;2,3;;;3,04;2,128;10; +0,31;2,25;2;;;2,98;2,086;11; +0,48;3,46;0,44;;;2,98;2,086;11; +0,34;2,34;0,6;;;2,98;2,086;9; +0,16;2,79;0,46;;;2,98;2,086;9; +0,62;1,02;3,87;;;2,98;2,086;8; +0,64;3;2,32;;;2,98;2,086;8; +0,61;3,51;3,01;;;3,19;2,233;7; +0,74;2,73;3,15;;;3,19;2,233;7; +0,86;0,09;2,2;;;3,19;2,233;6; +0,13;3,53;1,44;;;3,19;2,233;6; +0,55;1,53;4,87;;;3,19;2,233;7; +0,46;4,64;3,02;;;3,19;2,233;7; +0,46;3,73;3,44;;;2,93;2,051;7; +0,75;3,81;1,89;;;2,93;2,051;8; +0,93;1,37;1,75;;;2,93;2,051;8; +0,21;2,45;1,78;;;2,93;2,051;8; +0,62;0,5;0,9;;;2,93;2,051;6; +0,93;0,78;1,77;;;2,93;2,051;4; +0,24;3,45;4,81;;;2,8;1,96;4; +0,36;2,85;3,84;;;2,8;1,96;4; +0,76;1,21;1,69;;;2,8;1,96;4; +0,45;2,39;1,4;;;2,8;1,96;5; +0,02;4,2;3,37;;;2,8;1,96;7; +0,27;2,16;3,59;;;2,8;1,96;12; +0,24;2,33;3,45;;;2,78;1,946;15; +0,69;0,81;2,25;;;2,78;1,946;14; +0,52;1,69;3,89;;;2,78;1,946;12; +0,14;0,98;2,39;;;2,78;1,946;12; +0,77;1,03;4,02;;;2,78;1,946;10; +0,85;4,03;2,27;;;2,78;1,946;10; +0,96;4,17;2,94;;;3,11;2,177;9; +0,44;1,02;2,56;;;3,11;2,177;8; +0,7;1;2,62;;;3,11;2,177;8; +0,32;0,31;4,09;;;3,11;2,177;8; +0,36;2,34;1,14;;;3,11;2,177;8; +0,03;2,44;1,61;;;3,11;2,177;9; +0,15;1,05;4,24;;;2,9;2,03;9; +0,68;0,62;2,17;;;2,9;2,03;10; +0,74;4,3;0,08;;;2,9;2,03;10; +0,4;0,14;1,19;;;2,9;2,03;9; +0,77;4,19;1,53;;;2,9;2,03;7; +0,12;2,61;4,43;;;2,9;2,03;5; +0,88;4,32;1,13;;;2,69;1,883;4; +0,05;4,8;3,98;;;2,69;1,883;4; +0,77;4,64;3,55;;;2,69;1,883;4; +0,6;3,64;3,95;;;2,69;1,883;5; +0,95;2,49;3,81;;;2,69;1,883;7; +0,39;0,78;3,16;;;2,69;1,883;12; +0,22;0,37;0,47;;;2,71;1,897;16; +0,96;1,27;0,22;;;2,71;1,897;15; +0,34;4,74;3,71;;;2,71;1,897;13; +0,66;3,3;1,09;;;2,71;1,897;12; +0,13;0,49;1,07;;;2,71;1,897;11; +0,14;4,29;1,06;;;2,71;1,897;10; +0;1,9;4,98;;;3,28;2,296;10; +0,47;2,74;1,96;;;3,28;2,296;9; +0,54;1,87;4,55;;;3,28;2,296;9; +0,74;0,78;4,51;;;3,28;2,296;8; +0,47;3,69;0,54;;;3,28;2,296;9; +0,44;1,03;0,69;;;3,28;2,296;9; +0,97;4,2;2,93;;;3,02;2,114;10; +0,72;2,03;0,38;;;3,02;2,114;11; +0,24;2,62;2,78;;;3,02;2,114;11; +0,96;1,61;4,2;;;3,02;2,114;10; +0,06;3,12;3,4;;;3,02;2,114;8; +0,02;1,69;3,8;;;3,03;2,121;5; +0,9;2,3;0,59;;;2,78;1,946;4; +0,72;2,48;0,11;;;2,78;1,946;4; +0,3;4,87;3,86;;;2,78;1,946;4; +0,16;1,27;4,1;;;2,78;1,946;5; +0,93;0,92;0,89;;;2,78;1,946;7; +0,46;3,77;1,73;;;2,78;1,946;11; +0,74;4,84;3,3;;;2,8;1,96;14; +0,96;4,09;1,63;;;2,8;1,96;14; +0,79;1,2;0,94;;;2,8;1,96;12; +0,22;2,23;2,7;;;2,8;1,96;11; +0,39;0,33;1,85;;;2,8;1,96;10; +0,76;1,75;4,04;;;2,8;1,96;9; +0,35;4,86;4,31;;;3,42;2,394;9; +0,39;1,55;3,7;;;3,42;2,394;8; +0,04;3,79;4,17;;;3,42;2,394;8; +0,95;0,09;1,76;;;3,42;2,394;8; +0,05;0,67;3,03;;;3,42;2,394;8; +0,57;2,47;1,8;;;3,42;2,394;9; +0,71;2,36;3,71;;;3,15;2,205;9; +0,9;2,19;0,08;;;3,15;2,205;10; +0,99;3,95;2,25;;;3,15;2,205;10; +0,63;0,87;1,78;;;3,15;2,205;9; +0,57;2,16;3,86;;;3,15;2,205;7; +0,45;4,88;2,72;;;3,15;2,205;4; +0,49;1,7;2,92;;;2,94;2,058;3; +0,92;2,7;2,3;;;2,94;2,058;3; +0,65;3,39;2,92;;;2,94;2,058;3; +0,97;4,85;1,86;;;2,94;2,058;4; +0,62;2,87;3,41;;;2,93;2,051;6; +0,72;1,93;1,35;;;2,93;2,051;10; +0,26;2,08;1,33;;;2,91;2,037;13; +0,34;2,7;3,76;;;2,91;2,037;12; +0,8;4,51;4,36;;;2,91;2,037;10; +0,62;2,72;2,89;;;2,91;2,037;10; +0,34;0,15;2,52;;;2,91;2,037;9; +0,19;0,65;0,47;;;2,91;2,037;8; +0,02;0,46;0,62;;;3,4;2,38;8; +0,26;0,19;1,14;;;3,4;2,38;7; +0,02;3,4;3,83;;;3,4;2,38;7; +0,33;2,19;3;;;3,4;2,38;7; +0,27;1,16;1,14;;;3,4;2,38;7; +0,35;0,06;1,87;;;3,4;2,38;8; +0,66;1,53;4,36;;;3,14;2,198;8; +0,76;0,83;0,63;;;3,14;2,198;9; +0,59;2,57;3,12;;;3,14;2,198;9; +0,65;3,83;4;;;3,14;2,198;8; +0,4;2,22;3,14;;;3,14;2,198;6; +0,1;1;1,68;;;3,14;2,198;4; +0,06;4,52;1,84;;;2,93;2,051;3; +0,01;3,88;2,71;;;2,93;2,051;3; +0,96;1,46;1,54;;;2,93;2,051;3; +0,1;4,54;4,4;;;2,93;2,051;4; +0,48;1,68;1,55;;;2,93;2,051;6; +0,43;2,67;3,5;;;2,93;2,051;10; +0,71;0,36;1,46;;;2,91;2,037;13; +0,41;0,07;3,89;;;2,91;2,037;12; +0,78;4,91;0,42;;;2,91;2,037;11; +0,17;1,76;2,18;;;2,91;2,037;10; +0,42;0,68;2,1;;;2,91;2,037;9; +0,29;3,85;3,81;;;2,91;2,037;8; +0,42;2,47;2,76;;;3,2;2,24;8; +0,4;1,85;1,53;;;3,2;2,24;7; +0,62;4,07;1,14;;;3,2;2,24;7; +0,64;1,88;2,93;;;3,2;2,24;7; +0,61;2,13;2,05;;;3,2;2,24;7; +0,94;3,04;4,6;;;3,2;2,24;8; +0,36;3,07;2,07;;;2,99;2,093;8; +0,65;0,93;0,01;;;2,99;2,093;9; +0,14;3,43;3,98;;;2,99;2,093;9; +0,59;3,27;1,77;;;2,99;2,093;8; +0,89;0,87;4,48;;;2,99;2,093;6; +0,03;3,97;2,23;;;2,99;2,093;4; +0,32;2,28;1,84;;;2,86;2,002;4; +0,99;0,02;1,35;;;2,86;2,002;5; +0,58;1,38;1,56;;;2,86;2,002;5; +0,84;0,47;3,23;;;2,86;2,002;6; +0,73;4,87;3,88;;;2,86;2,002;8; +0,8;3,81;4,19;;;2,86;2,002;13; +0,08;2,55;3,41;;;2,74;1,918;17; +0,79;2,68;0,17;;;2,74;1,918;16; +0,97;2,25;0,54;;;2,74;1,918;14; +0,34;3,65;1,87;;;2,74;1,918;14; +0,82;4,07;4,99;;;2,74;1,918;12; +0,8;1,28;0,61;;;2,74;1,918;11; +0,45;2,19;2,99;;;2,82;1,974;11; +0,76;3,73;3,88;;;2,82;1,974;10; +0,35;2,77;0,55;;;2,82;1,974;9; +0,43;0,28;1,09;;;2,82;1,974;9; +0,52;0,9;4,91;;;2,82;1,974;10; +0,06;0,03;4,89;;;2,82;1,974;11; +0,66;4,27;3,57;;;2,7;1,89;11; +0,46;3,66;3,46;;;2,7;1,89;12; +0,74;0,23;0,47;;;2,7;1,89;12; +0,43;3,9;3,37;;;2,7;1,89;11; +0,03;4,87;3,71;;;2,7;1,89;9; +0,12;1,35;0,92;;;2,7;1,89;6; +0,14;2,07;1,41;;;2,57;1,799;10; +0,65;4,6;4,43;;;2,57;1,799;11; +0,58;3,3;4,23;;;2,57;1,799;11; +0,07;4,36;1,84;;;2,57;1,799;13; +0,93;3,23;3,62;;;2,57;1,799;18; +0,96;3,68;1,2;;;2,57;1,799;26; +0,97;3,8;2,62;;;2,54;1,778;29; +0,11;2,47;2,58;;;2,54;1,778;28; +0,43;1,37;3,54;;;2,54;1,778;26; +0,43;0,93;4,13;;;2,54;1,778;23; +0,31;0,17;3,7;;;2,54;1,778;22; +0,48;0,59;1,24;;;2,54;1,778;21; +0,63;4,64;3,48;;;2,6;1,82;20; +0,84;1,16;1,73;;;2,6;1,82;19; +0,85;3,55;0,26;;;2,6;1,82;19; +0,27;4,54;0,93;;;2,6;1,82;19; +0,43;1,36;2,89;;;2,6;1,82;20; +0,35;3,99;0,84;;;2,6;1,82;21; +0,15;3,95;2,25;;;2,55;1,785;23; +0,57;2,83;0,59;;;2,55;1,785;24; +0,67;2,07;0,31;;;2,55;1,785;24; +0,4;4,89;4,02;;;2,55;1,785;22; +0,29;4,43;2,86;;;2,55;1,785;17; +0,31;0,87;1,59;;;2,55;1,785;12; +0,32;0,48;4,39;;;2,5;1,75;16; +0,96;2,09;3,56;;;2,5;1,75;17; +0,43;4,39;4,73;;;2,5;1,75;17; +0,09;0,89;0,29;;;2,5;1,75;19; +0,56;4,5;1,35;;;2,5;1,75;24; +0,52;2,95;4,56;;;2,5;1,75;34; +0,25;4,9;2;;;2,46;1,722;41; +0,16;0,53;0,72;;;2,46;1,722;40; +0,59;1,4;1,05;;;2,46;1,722;38; +0,24;1,56;0,82;;;2,46;1,722;35; +0,14;0,9;2,26;;;2,46;1,722;33; +0,17;4,69;1,92;;;2,46;1,722;31; +0,95;0,29;0,03;;;2,54;1,778;30; +0,16;3,7;1,74;;;2,54;1,778;29; +0,84;3,22;4,32;;;2,54;1,778;29; +0,25;2,15;0,94;;;2,54;1,778;30; +0,14;0,04;3,98;;;2,54;1,778;31; +0,84;3,8;1,39;;;2,54;1,778;33; +0,47;4,85;4,15;;;2,5;1,75;34; +0,98;2,2;1,81;;;2,5;1,75;35; +0,68;1,31;2,75;;;2,5;1,75;34; +0,57;0,75;1,12;;;2,5;1,75;31; +0,1;1,03;1,75;;;2,5;1,75;23; +0,76;4,05;2,18;;;2,5;1,75;18; +0,67;0,2;1,86;;;2,47;1,729;20; +0,56;0,63;3,35;;;2,47;1,729;21; +0,1;4,66;2,54;;;2,47;1,729;21; +0,43;2,7;3,9;;;2,47;1,729;24; +0,37;1,43;0,94;;;2,47;1,729;29; +0,4;1,7;4,96;;;2,47;1,729;39; +0,68;4,72;2,78;;;2,45;1,715;46; +0,24;2,91;1,57;;;2,45;1,715;45; +0,29;4,64;3,65;;;2,45;1,715;44; +0,33;3,69;4,39;;;2,45;1,715;41; +0,62;4,24;0,96;;;2,45;1,715;39; +0,79;2,05;1,63;;;2,45;1,715;37; +0,84;3,62;4,65;;;2,52;1,764;36; +0,03;3,04;1,93;;;2,52;1,764;35; +0,67;4,08;4,08;;;2,52;1,764;36; +0,93;3,94;1,83;;;2,52;1,764;36; +0,25;4,4;3,64;;;2,52;1,764;38; +0,07;4,24;4,58;;;2,52;1,764;40; +0,99;1,65;4,62;;;2,47;1,729;40; +0,69;4,41;0,77;;;2,47;1,729;40; +0,16;1,5;0,91;;;2,47;1,729;39; +0,2;0,51;0,27;;;2,47;1,729;35; +0,97;1,78;4,05;;;2,47;1,729;27; +0,68;4,21;2,88;;;2,47;1,729;21; +0,57;4,05;2,05;;;2,43;1,701;20; +0,67;0,46;1,42;;;2,43;1,701;21; +0,77;0,39;4,63;;;2,43;1,701;22; +0,71;4,01;3,27;;;2,43;1,701;24; +0,58;0,39;0,67;;;2,43;1,701;30; +0,19;2,07;3,11;;;2,43;1,701;40; +0,3;2,53;4,59;;;2,42;1,694;48; +0,07;3,48;1,04;;;2,42;1,694;47; +0,42;4,84;3,25;;;2,42;1,694;46; +0,85;3,91;0,73;;;2,42;1,694;43; +0,98;3,22;4,61;;;2,42;1,694;40; +0,83;3,96;2,66;;;2,42;1,694;38; +0,64;4,85;2,56;;;2,65;1,855;37; +0,39;2,47;4,61;;;2,65;1,855;37; +0,82;3,3;3,83;;;2,65;1,855;37; +0,99;0,97;3,45;;;2,65;1,855;38; +0,45;4,01;2,53;;;2,65;1,855;39; +0,71;1,75;4,11;;;2,65;1,855;41; +0,2;1,43;0,07;;;2,51;1,757;41; +0,75;1,96;1,01;;;2,51;1,757;41; +0,71;1,06;0,2;;;2,51;1,757;40; +0,55;4,44;1,66;;;2,51;1,757;36; +0,7;0,7;1,29;;;2,51;1,757;28; +0,18;1;1,67;;;2,51;1,757;22; +0,71;0,39;1,24;;;2,41;1,687;20; +0,11;0,41;3,01;;;2,41;1,687;21; +0,92;4,05;2,27;;;2,41;1,687;21; +0,15;3,82;1,6;;;2,41;1,687;24; +0,29;3,81;4,12;;;2,41;1,687;29; +0,11;3,64;1,92;;;2,41;1,687;39; +0,86;3,57;2,94;;;2,4;1,68;47; +0,68;0,64;0,3;;;2,4;1,68;46; +0,81;1,8;1,81;;;2,4;1,68;45; +0,73;0,18;3,49;;;2,4;1,68;41; +0,5;4,68;4,15;;;2,4;1,68;39; +0,54;3,45;3,37;;;2,4;1,68;37; +0,51;3,39;2,08;;;2,75;1,925;36; +0,6;3,4;0,34;;;2,75;1,925;35; +0,55;4,73;1,64;;;2,75;1,925;36; +0,85;4,46;2,08;;;2,75;1,925;37; +0,07;4,04;1,71;;;2,75;1,925;38; +0,27;0,64;2,81;;;2,75;1,925;40; +0,45;4,68;2,74;;;2,57;1,799;40; +0,79;0,76;3,89;;;2,57;1,799;40; +0,42;1,91;0,05;;;2,57;1,799;39; +0,25;2,68;0,85;;;2,57;1,799;35; +0,25;4,62;4,53;;;2,57;1,799;27; +0,29;3,58;1,14;;;2,57;1,799;21; +0,31;1,98;1,9;;;2,42;1,694;18; +0,74;3,65;1,21;;;2,42;1,694;19; +0,85;1,76;4,69;;;2,42;1,694;20; +0,86;3,93;4,99;;;2,42;1,694;22; +0,98;3,73;2,53;;;2,42;1,694;27; +0,9;1,51;3,03;;;2,42;1,694;37; +0,66;0,11;2,06;;;2,41;1,687;45; +0,6;2,72;4,83;;;2,41;1,687;44; +0,31;1,91;4,47;;;2,41;1,687;43; +0,08;3,26;2,89;;;2,41;1,687;39; +0,86;3,61;3,36;;;2,41;1,687;37; +0,55;0,34;1,45;;;2,41;1,687;35; +0,99;3,96;0,73;;;2,76;1,932;34; +0,86;0,5;3,02;;;2,76;1,932;33; +0,45;2,26;0,38;;;2,76;1,932;34; +0,32;2,43;0,57;;;2,76;1,932;35; +0,23;2,7;3,88;;;2,76;1,932;36; +0,05;4,28;2,88;;;2,76;1,932;38; +0,18;2,36;1,25;;;2,62;1,834;38; +0,46;1,95;1,72;;;2,62;1,834;39; +0,05;0,19;3,04;;;2,62;1,834;37; +0,57;0,27;4,77;;;2,62;1,834;34; +0,55;1,3;4,32;;;2,62;1,834;26; +0,8;3,38;4,47;;;2,62;1,834;20; +0,03;3,3;3,14;;;2,52;1,764;17; +0,48;0,28;3,98;;;2,52;1,764;18; +0,14;4,53;0,11;;;2,52;1,764;18; +0,95;4,04;2,9;;;2,52;1,764;21; +0,81;0,39;3,76;;;2,52;1,764;26; +0,74;1,12;2,73;;;2,52;1,764;36; +0,78;4,23;0,6;;;2,51;1,757;43; +0,84;3,88;4,07;;;2,51;1,757;41; +0,16;4,52;3,45;;;2,51;1,757;40; +0,28;2;3,44;;;2,51;1,757;37; +0,36;0,47;3,45;;;2,51;1,757;34; +0,02;4,4;4,07;;;2,51;1,757;33; +0,79;1,31;2,07;;;2,64;1,848;32; +0,85;2,98;1,34;;;2,64;1,848;31; +0,38;1,43;4,61;;;2,64;1,848;30; +0,7;4,94;4,47;;;2,64;1,848;31; +0,21;3,31;3,48;;;2,64;1,848;33; +0,17;4,26;3,38;;;2,64;1,848;35; +0,54;4,77;3,13;;;2,56;1,792;36; +0,47;4,76;4,43;;;2,56;1,792;36; +0,83;2,62;2,32;;;2,56;1,792;36; +0,02;3,04;4,06;;;2,56;1,792;32; +0,3;2,88;1,52;;;2,56;1,792;25; +0,93;0,77;3,82;;;2,56;1,792;19; +0,87;3,7;1,56;;;2,5;1,75;18; +0,98;1,32;3;;;2,5;1,75;20; +0,83;1,63;3,09;;;2,5;1,75;19; +0,87;4,9;4,75;;;2,5;1,75;21; +0,17;4,18;0,3;;;2,5;1,75;27; +0,6;0,18;2,61;;;2,5;1,75;38; +0,97;3,86;2,31;;;2,5;1,75;41; +0,14;0,27;3,88;;;2,5;1,75;39; +0,4;3,42;0,73;;;2,5;1,75;37; +0,21;1,6;1,29;;;2,5;1,75;35; +0,35;4,06;4,81;;;2,5;1,75;33; +0,39;1,1;4,54;;;2,5;1,75;32; +0,11;4,2;2;;;2,65;1,855;31; +0,6;1,97;3,89;;;2,65;1,855;30; +0,12;4,79;3,77;;;2,65;1,855;31; +0,4;2,55;1,85;;;2,65;1,855;32; +0,82;0,33;0,87;;;2,65;1,855;33; +0,85;1,54;3,51;;;2,65;1,855;35; +0,31;3,41;1,02;;;2,56;1,792;36; +0,74;1,14;1,92;;;2,56;1,792;36; +0,39;3,57;0,86;;;2,56;1,792;36; +0,28;0,09;4,59;;;2,56;1,792;32; +0,22;3,46;2,39;;;2,56;1,792;26; +0,46;1,58;1,37;;;2,56;1,792;20; +0,67;2,86;3,36;;;2,5;1,75;17; +0,21;0,71;1,95;;;2,5;1,75;18; +0,77;2,93;3,89;;;2,5;1,75;19; +0,05;3,45;3,93;;;2,5;1,75;21; +0,76;3,86;4,35;;;2,5;1,75;26; +0,73;0,91;3,01;;;2,5;1,75;36; +0,18;2,79;4,54;;;2,5;1,75;43; +0,64;0,09;3,53;;;2,5;1,75;42; +0,29;2,23;3,77;;;2,5;1,75;40; +0,42;2,74;0,65;;;2,5;1,75;37; +0,49;2,46;2,19;;;2,5;1,75;35; +0,43;0,65;3,77;;;2,5;1,75;33; +0,82;1,08;0,93;;;2,68;1,876;32; +0,32;4,84;0,63;;;2,68;1,876;31; +0,2;1,25;2,34;;;2,68;1,876;31; +0,87;4,07;3,73;;;2,68;1,876;32; +0,73;0,13;0,4;;;2,68;1,876;34; +0,05;1,92;0,46;;;2,68;1,876;35; +0,57;3,43;0,25;;;2,57;1,799;36; +0,53;2,79;4,23;;;2,57;1,799;37; +0,8;2,05;3,91;;;2,57;1,799;36; +0,03;3,69;1,42;;;2,57;1,799;32; +0,82;3,37;2,2;;;2,57;1,799;25; +0,89;1,1;3,68;;;2,57;1,799;19; +0,02;2,73;3,15;;;2,51;1,757;16; +0,04;0,68;1,29;;;2,51;1,757;17; +0,36;4,16;3,9;;;2,51;1,757;18; +0,11;1,42;3,1;;;2,51;1,757;20; +0,41;4,39;2,25;;;2,51;1,757;25; +0,87;1,81;1,68;;;2,51;1,757;35; +0,05;4,43;4,15;;;2,52;1,764;42; +0,57;3,11;1,96;;;2,52;1,764;41; +0,88;1,89;0,33;;;2,52;1,764;39; +0,67;4,04;2,57;;;2,52;1,764;36; +0,95;0,89;0,03;;;2,52;1,764;34; +0,47;0,26;3,17;;;2,52;1,764;32; +0,44;4,52;0,06;;;2,73;1,911;31; +0,46;0,99;0,41;;;2,73;1,911;30; +0,09;2,86;1,61;;;2,73;1,911;30; +0,19;2,93;0,74;;;2,73;1,911;31; +0,45;0,53;4,97;;;2,73;1,911;32; +0,67;4,69;3,97;;;2,73;1,911;34; +0,88;1,39;2,94;;;2,59;1,813;34; +0,58;3,99;4,92;;;2,59;1,813;35; +0,31;1,68;0,41;;;2,59;1,813;34; +0,98;3,97;0,7;;;2,59;1,813;31; +0,14;0,41;2,42;;;2,59;1,813;24; +0,51;2,2;4,02;;;2,59;1,813;18; +0,28;2,77;0,44;;;2,47;1,729;17; +0,98;1,15;2,23;;;2,47;1,729;18; +0,5;2,23;3,63;;;2,47;1,729;18; +0,32;4,76;0,81;;;2,47;1,729;20; +0,08;2,86;0,75;;;2,47;1,729;25; +0,91;4,97;2,44;;;2,47;1,729;35; +0,46;4,7;3,72;;;2,45;1,715;43; +0,09;1,22;3,23;;;2,45;1,715;42; +0,19;1,26;1,32;;;2,45;1,715;40; +0,43;3,02;1,37;;;2,45;1,715;37; +0,34;3;4,7;;;2,45;1,715;34; +0,29;2,11;1,06;;;2,45;1,715;33; +0,19;0,74;0,78;;;2,71;1,897;31; +0,03;4,5;4,58;;;2,71;1,897;31; +0,32;4,33;3,94;;;2,71;1,897;31; +0,14;1,33;3,14;;;2,71;1,897;32; +0,31;3,43;4,88;;;2,71;1,897;33; +0,1;0,96;3,15;;;2,71;1,897;34; +0,45;3,01;3,63;;;2,6;1,82;35; +0,54;0,84;1,71;;;2,6;1,82;36; +0,85;0,93;0,42;;;2,6;1,82;35; +0,29;3,6;1,47;;;2,6;1,82;32; +0,74;3,81;4,43;;;2,6;1,82;24; +0,31;1,99;2,61;;;2,6;1,82;18; +0,21;0,96;3,93;;;2,54;1,778;16; +0,98;4,4;2,61;;;2,54;1,778;17; +0,28;0,69;3,16;;;2,54;1,778;18; +0,87;3,64;1,02;;;2,54;1,778;20; +0,68;4,09;3,02;;;2,54;1,778;25; +0,16;4,87;0,13;;;2,54;1,778;34; +0,08;1,91;2,41;;;2,55;1,785;42; +0,45;0,85;4,69;;;2,55;1,785;41; +0,75;4,03;3,77;;;2,55;1,785;39; +0,78;2,07;1,76;;;2,55;1,785;36; +0,92;1,36;4,57;;;2,55;1,785;34; +0,05;2,85;4,03;;;2,55;1,785;32; +0,26;2,42;4,72;;;2,66;1,862;31; +0,54;1,14;1,97;;;2,66;1,862;30; +0,32;1,34;3,67;;;2,66;1,862;30; +0,61;3,96;3,03;;;2,66;1,862;31; +0,69;0,84;2,72;;;2,66;1,862;32; +0,57;2,72;0,61;;;2,66;1,862;34; +0,08;3,55;4,04;;;2,59;1,813;34; +0,6;1,74;2,76;;;2,59;1,813;35; +0,44;4,41;1,93;;;2,59;1,813;34; +0,63;4,65;3,33;;;2,59;1,813;31; +0,78;1,73;2,92;;;2,59;1,813;24; +0,27;2,35;2,72;;;2,59;1,813;18; +0,73;0,03;4,33;;;2,53;1,771;16; +0,62;2,6;4,18;;;2,53;1,771;17; +0,55;0,66;0,74;;;2,53;1,771;17; +0,86;1,18;3,82;;;2,53;1,771;19; +0,02;1,6;1,26;;;2,53;1,771;24; +0,4;1,63;0,88;;;2,53;1,771;34; +0,53;1,24;2,74;;;2,51;1,757;42; +0,25;4,5;4,95;;;2,51;1,757;41; +0,9;4,72;3,49;;;2,51;1,757;39; +0,63;2,54;3,56;;;2,51;1,757;36; +0,21;2,54;0,93;;;2,51;1,757;34; +0,73;1,18;2,12;;;2,51;1,757;32; +0,75;0,5;1,99;;;2,67;1,869;31; +0,41;0,61;4,71;;;2,67;1,869;30; +0,83;3,89;3,22;;;2,67;1,869;30; +0,54;1,39;2,94;;;2,67;1,869;31; +0,48;0,54;0,73;;;2,67;1,869;32; +0,94;3,02;4,33;;;2,67;1,869;33; +0,26;3,99;0,23;;;2,59;1,813;34; +0,66;4,09;3,21;;;2,59;1,813;35; +0,04;2,3;1,46;;;2,59;1,813;34; +0,82;1,58;0,72;;;2,59;1,813;31; +0,17;4,62;4,74;;;2,59;1,813;24; +0,82;2,64;3,84;;;2,59;1,813;18; +0,81;0,96;2,15;;;2,51;1,757;15; +0,01;4,8;0,54;;;2,51;1,757;16; +0,65;1,15;1,41;;;2,51;1,757;17; +0,57;2,51;4,42;;;2,51;1,757;18; +0,02;2,5;1,31;;;2,51;1,757;23; +0,59;4,69;1,86;;;2,51;1,757;33; +0,79;0,88;4,86;;;2,51;1,757;40; +0,59;0,75;4,09;;;2,51;1,757;39; +0,64;0,45;4,39;;;2,51;1,757;37; +0,99;4,93;4,23;;;2,51;1,757;34; +0,97;3,06;1,53;;;2,51;1,757;32; +0,6;3,87;3,93;;;2,51;1,757;30; +0,68;0,83;3,26;;;2,75;1,925;29; +0,55;3,77;1,16;;;2,75;1,925;28; +0,19;0,57;0,35;;;2,75;1,925;27; +0,86;1,46;3,31;;;2,75;1,925;28; +0,33;0,82;2,68;;;2,75;1,925;30; +0,7;4,93;1,28;;;2,75;1,925;32; +0,48;2,79;3,52;;;2,61;1,827;33; +0,5;4,98;3,06;;;2,61;1,827;33; +0,12;2,08;3,36;;;2,61;1,827;33; +0,57;2,57;2,84;;;2,61;1,827;30; +0,51;0,16;3,5;;;2,61;1,827;23; +0,77;3,2;2,71;;;2,61;1,827;18; +0,24;0,8;0,42;;;2,45;1,715;16; +0,36;2,3;1,28;;;2,45;1,715;18; +0,74;2,65;4,82;;;2,45;1,715;17; +0,77;1,3;2,91;;;2,45;1,715;20; +0,81;4,85;1,33;;;2,45;1,715;25; +0,98;2,02;4,58;;;2,45;1,715;36; +0,21;0,81;3,25;;;2,42;1,694;40; +0,77;4,06;2,97;;;2,42;1,694;38; +0,67;3,39;0,76;;;2,42;1,694;36; +0,84;4,3;4,99;;;2,42;1,694;33; +0,48;4,37;0,98;;;2,42;1,694;31; +0,52;0,62;4,59;;;2,42;1,694;30; +0,13;0;4,64;;;2,82;1,974;29; +0,2;1,66;1,46;;;2,82;1,974;28; +0,64;3,48;0,95;;;2,82;1,974;29; +0,73;2,65;2,28;;;2,82;1,974;29; +0,76;2,49;1,8;;;2,82;1,974;31; +0,18;2,69;4,62;;;2,82;1,974;33; +0,4;3,49;0,47;;;2,59;1,813;34; +0,42;3,06;0,13;;;2,59;1,813;34; +0,49;3,73;4,37;;;2,59;1,813;34; +0,92;4,13;4,56;;;2,59;1,813;31; +0,78;2,14;2,61;;;2,59;1,813;24; +0,73;2,75;4,08;;;2,59;1,813;18; +0,76;0,22;3,77;;;2,37;1,659;16; +0,5;2,63;0,22;;;2,37;1,659;17; +0,39;4,8;2,99;;;2,37;1,659;18; +0,1;0,33;4,08;;;2,37;1,659;20; +0,31;2,71;2,96;;;2,37;1,659;25; +0,58;1,88;3,49;;;2,37;1,659;35; +0,78;2,42;3,57;;;2,36;1,652;42; +0,56;3,95;3,6;;;2,36;1,652;41; +0,75;4,55;4,43;;;2,36;1,652;39; +0,29;1,49;0,53;;;2,36;1,652;36; +0,41;2,39;4,16;;;2,36;1,652;34; +0,75;0,08;1,15;;;2,36;1,652;32; +0,55;1,05;1,84;;;2,91;2,037;31; +0,81;1,8;0,35;;;2,91;2,037;30; +0,49;3,91;3,08;;;2,91;2,037;30; +0,23;1,35;4,19;;;2,91;2,037;31; +0,36;0,24;1,41;;;2,91;2,037;32; +0,54;0,69;4,09;;;2,91;2,037;34; +0,22;2,51;1,81;;;2,68;1,876;35; +0,29;3,22;3,63;;;2,68;1,876;36; +0,84;1,29;3,15;;;2,68;1,876;35; +0,7;3,11;3,31;;;2,68;1,876;32; +0,09;0,9;1,67;;;2,68;1,876;24; +0,85;0,53;2,86;;;2,68;1,876;18; +0,87;2,17;4,94;;;2,53;1,771;14; +0,6;3,32;1,6;;;2,53;1,771;15; +0,01;4,26;2,72;;;2,53;1,771;16; +0,73;3,91;3,8;;;2,53;1,771;18; +0,51;2,74;4,95;;;2,53;1,771;22; +0,8;2,17;1,88;;;2,53;1,771;31; +0,06;0,83;4,44;;;2,5;1,75;38; +0,88;4,02;2,97;;;2,5;1,75;37; +0,91;1,14;1,36;;;2,5;1,75;36; +0,76;2,95;0,35;;;2,5;1,75;33; +0,5;3,69;3,56;;;2,5;1,75;30; +0,73;3,74;2,7;;;2,5;1,75;28; +0,97;0,5;1,47;;;2,89;2,023;28; +0,61;1,21;0,59;;;2,89;2,023;27; +0,65;3,96;2,94;;;2,89;2,023;27; +0,16;3,28;2,45;;;2,89;2,023;28; +0,15;2,62;4,33;;;2,89;2,023;29; +0,42;3,98;0,79;;;2,89;2,023;30; +0,38;0,81;4,07;;;2,7;1,89;31; +0,14;1,56;2,76;;;2,7;1,89;32; +0,91;4,35;0,6;;;2,7;1,89;31; +0,79;1,95;1,01;;;2,7;1,89;28; +0,22;1,45;2,14;;;2,7;1,89;21; +0,43;2,1;0,01;;;2,7;1,89;16; +0,75;4,7;4,49;;;2,6;1,82;12; +0,26;4,65;1,86;;;2,6;1,82;13; +0,2;2,38;2,64;;;2,6;1,82;13; +0,07;2,53;3,35;;;2,6;1,82;15; +0,08;1,88;2,91;;;2,6;1,82;19; +0,37;4,57;4,8;;;2,6;1,82;28; +0,36;3,6;2,98;;;2,61;1,827;34; +0,1;1,58;3,76;;;2,61;1,827;34; +0,29;2,82;2,33;;;2,61;1,827;32; +0;0,93;0,17;;;2,61;1,827;29; +0,13;3,66;2,67;;;2,61;1,827;27; +0,91;1,49;4,55;;;2,61;1,827;25; +0,25;4,91;1,1;;;2,89;2,023;24; +0,79;0,34;3,53;;;2,89;2,023;24; +0,59;0,99;2,09;;;2,89;2,023;23; +0,81;4,77;2,59;;;2,89;2,023;24; +0,33;0,04;2,47;;;2,89;2,023;25; +0,88;0,51;3,66;;;2,89;2,023;26; +1;2,54;1,12;;;2,71;1,897;27; +0,54;2,09;3,29;;;2,71;1,897;28; +0,85;1,84;1,2;;;2,71;1,897;27; +0,83;2,72;2,54;;;2,71;1,897;25; +0,94;3,07;1,53;;;2,71;1,897;19; +0,6;1,95;3,67;;;2,71;1,897;14; +0,62;0,78;4,38;;;2,6;1,82;12; +0,73;2,2;1,88;;;2,6;1,82;12; +0,82;4,13;0,97;;;2,6;1,82;13; +0,14;1,77;4,64;;;2,6;1,82;14; +0,47;0,15;4,9;;;2,6;1,82;19; +0,64;2,27;0,48;;;2,6;1,82;27; +0,18;2,75;3,4;;;2,59;1,813;34; +0,6;4,97;0,58;;;2,59;1,813;33; +0,19;3,19;2,91;;;2,59;1,813;31; +0,44;3,58;2,89;;;2,59;1,813;28; +0,18;1,01;4,33;;;2,59;1,813;26; +0,05;2,64;1,33;;;2,59;1,813;24; +0,36;4,34;0,84;;;2,83;1,981;23; +0,2;3,07;3,44;;;2,83;1,981;23; +0,21;0,71;3,54;;;2,83;1,981;22; +0,71;1,7;0,43;;;2,83;1,981;23; +0,25;3,12;3,03;;;2,83;1,981;24; +1;0,69;1,98;;;2,83;1,981;25; +0,21;2,21;2,78;;;2,69;1,883;26; +0,14;0,13;2;;;2,69;1,883;27; +0,2;3,9;0,45;;;2,69;1,883;27; +0,46;0,85;1,43;;;2,69;1,883;24; +0,95;0,82;1,51;;;2,69;1,883;18; +0,21;2,08;4,18;;;2,69;1,883;13; +0,1;4,17;4,58;;;2,61;1,827;15; +0,35;3,8;4,13;;;2,61;1,827;16; +0,37;3,12;4,15;;;2,61;1,827;16; +0,95;2,72;4,72;;;2,61;1,827;18; +0,93;4,28;2,09;;;2,61;1,827;22; +0,35;0,41;2,91;;;2,61;1,827;31; +0,33;2,62;3,73;;;2,55;1,785;39; +0,01;0,19;1,15;;;2,55;1,785;38; +0,31;1,43;0,46;;;2,55;1,785;36; +0,66;4,05;1,4;;;2,55;1,785;33; +0,02;1,62;4,18;;;2,55;1,785;31; +0,73;0,07;3,2;;;2,55;1,785;29; +0,9;1,41;4,05;;;2,55;1,785;28; +0,24;1,51;2,36;;;2,55;1,785;28; +0,14;4,2;0,27;;;2,55;1,785;28; +0,18;0,64;2,62;;;2,55;1,785;28; +0,87;1,17;2,74;;;2,55;1,785;29; +0,79;4,74;4,75;;;2,55;1,785;31; +0,69;4,47;2,18;;;2,46;1,722;32; +0,65;3,2;0,46;;;2,46;1,722;32; +0,73;0,52;1,97;;;2,46;1,722;31; +0,97;3,41;3,59;;;2,46;1,722;29; +0,01;2,98;0,76;;;2,46;1,722;22; +0,47;0,99;3,62;;;2,46;1,722;16; +0,26;4,35;0,72;;;2,4;1,68;19; +0,94;0,35;4,55;;;2,4;1,68;19; +0,77;4,42;1,04;;;2,4;1,68;20; +0,67;4,15;2,37;;;2,4;1,68;22; +0,26;3,52;0,78;;;2,4;1,68;27; +0,61;2,91;2,16;;;2,4;1,68;38; +0,06;4,07;4,55;;;2,41;1,687;45; +0,1;0,83;2,1;;;2,41;1,687;43; +0,7;4,97;4,83;;;2,41;1,687;42; +0,74;0,95;0,84;;;2,41;1,687;39; +0,48;3,04;1,25;;;2,41;1,687;36; +0,41;2,01;2,24;;;2,41;1,687;35; +0,94;1,21;0,89;;;2,57;1,799;34; +0,09;0,42;3,84;;;2,57;1,799;33; +0,38;2,19;2,56;;;2,57;1,799;32; +0,52;0,15;0,84;;;2,57;1,799;33; +0,38;1,18;1,83;;;2,57;1,799;35; +0,79;4,4;4,77;;;2,57;1,799;37; +0,4;4,62;3,73;;;2,45;1,715;38; +0,64;3,06;1,39;;;2,45;1,715;38; +0;0,31;1,11;;;2,45;1,715;37; +0,67;2,26;1,29;;;2,45;1,715;34; +0,14;4,68;0,57;;;2,45;1,715;27; +0,81;0,76;0,98;;;2,45;1,715;21; +0;2,52;2,9;;;2,37;1,659;21; +0,66;0,54;4,32;;;2,37;1,659;23; +0,27;2,67;4;;;2,37;1,659;22; +0,42;3,48;4,22;;;2,37;1,659;25; +0,26;4,81;2,36;;;2,37;1,659;31; +0,36;4,34;4,18;;;2,37;1,659;43; +0,64;1,67;2,56;;;2,31;1,617;47; +0,31;0,31;0,18;;;2,31;1,617;45; +0,83;3,7;2,77;;;2,31;1,617;43; +0,96;2,84;1,64;;;2,31;1,617;41; +0,73;3,26;2,99;;;2,31;1,617;38; +0,4;4,18;2,78;;;2,31;1,617;37; +0,79;4,88;0,06;;;2,74;1,918;36; +0,36;3,62;0,87;;;2,74;1,918;35; +0,49;0,93;3,23;;;2,74;1,918;36; +0,67;3,31;3,09;;;2,74;1,918;37; +0,42;2,18;2,58;;;2,74;1,918;39; +0,11;3,18;3,74;;;2,74;1,918;41; +0,32;3,98;2,43;;;2,48;1,736;42; +0,59;0,82;1,26;;;2,48;1,736;42; +0,07;3,55;1,94;;;2,48;1,736;41; +0,81;0,68;3,97;;;2,48;1,736;37; +0,47;1,02;1,87;;;2,48;1,736;30; +0,66;4,49;1,25;;;2,48;1,736;23; +0,61;0,62;0,61;;;2,41;1,687;17; +0,47;1,76;1,08;;;2,41;1,687;18; +0,55;1,25;2,01;;;2,41;1,687;19; +0,4;0,2;1,39;;;2,41;1,687;21; +0,33;3,65;3,49;;;2,41;1,687;26; +0,93;2,76;4,54;;;2,41;1,687;36; +0,06;2,3;2,8;;;2,44;1,708;43; +0,18;4,9;1,45;;;2,44;1,708;43; +0,37;1,28;2,07;;;2,44;1,708;40; +0,37;4,8;4,91;;;2,44;1,708;38; +0,4;3,94;0,42;;;2,44;1,708;35; +0,92;0,18;3,25;;;2,44;1,708;33; +0,54;1,4;3,17;;;2,98;2,086;32; +0,7;1,84;3,64;;;2,98;2,086;32; +0,64;2,74;2,06;;;2,98;2,086;32; +0,52;2,05;1,01;;;2,98;2,086;32; +0,08;0,66;1,18;;;2,98;2,086;34; +0,5;0,17;1;;;2,98;2,086;35; +0,38;2,06;0,01;;;2,74;1,918;36; +0,95;0,49;4,57;;;2,74;1,918;37; +0,88;0,6;1,94;;;2,74;1,918;36; +0,37;0,48;4,73;;;2,74;1,918;33; +0,86;0,21;2,27;;;2,74;1,918;25; +0,56;3,33;1,19;;;2,74;1,918;19; +0,3;0,93;0,87;;;2,62;1,834;13; +0,34;1,39;3,04;;;2,62;1,834;14; +0,23;2,73;4,93;;;2,62;1,834;14; +0,13;2,94;4,8;;;2,62;1,834;16; +0,91;0,77;2,74;;;2,62;1,834;20; +0,56;4,41;3,18;;;2,62;1,834;29; +0,74;2,56;4,43;;;2,62;1,834;35; +0,55;0,92;2,86;;;2,62;1,834;35; +0,28;1,45;2,72;;;2,62;1,834;33; +0,18;2,11;2,19;;;2,62;1,834;30; +0,72;4,49;4,82;;;2,62;1,834;28; +0,95;3,63;0,19;;;2,62;1,834;26; +0,62;3,49;2,51;;;2,94;2,058;25; +0,82;1,28;2,95;;;2,94;2,058;25; +0,92;0,41;0,47;;;2,94;2,058;25; +0,71;0,64;3,02;;;2,94;2,058;25; +0,33;2,43;3,33;;;2,94;2,058;26; +0,42;2,21;4,21;;;2,94;2,058;28; +0,6;0,71;0,42;;;2,73;1,911;28; +0,49;3,95;2,51;;;2,73;1,911;29; +0,66;3,58;0,15;;;2,73;1,911;29; +0,27;0,54;1,67;;;2,73;1,911;26; +0,77;4,27;3,41;;;2,73;1,911;20; +0,48;4,02;0,16;;;2,73;1,911;15; +0,57;4,69;0,24;;;2,58;1,806;11; +0,39;3,45;2,89;;;2,58;1,806;12; +0,29;2,98;4,32;;;2,58;1,806;12; +0,14;3,16;3,43;;;2,58;1,806;14; +0,27;2,58;3,66;;;2,58;1,806;18; +0,84;1,23;0,71;;;2,58;1,806;27; +0,89;4,49;1,97;;;2,54;1,778;33; +0,84;3,44;0,39;;;2,54;1,778;33; +0,6;3,38;3,64;;;2,54;1,778;30; +0,42;0,24;1,59;;;2,54;1,778;28; +0,63;1,01;1,45;;;2,54;1,778;26; +0,38;2,56;3,83;;;2,54;1,778;24; +0,14;1,9;3,1;;;2,94;2,058;23; +0,58;2,53;2,59;;;2,94;2,058;22; +0,18;4,73;4,01;;;2,94;2,058;22; +0,67;1,4;2,68;;;2,94;2,058;22; +0,25;3,39;1,71;;;2,94;2,058;23; +0,26;0,71;0,1;;;2,94;2,058;24; +0,92;4,92;1,59;;;2,74;1,918;25; +0,44;0,31;1,74;;;2,74;1,918;27; +0,18;1,76;0,1;;;2,74;1,918;26; +0,87;4,66;0,9;;;2,74;1,918;24; +0,34;2,92;1;;;2,74;1,918;18; +0,87;0,78;4,45;;;2,74;1,918;13; +0,04;2,64;1,81;;;2,57;1,799;11; +0;3,22;0,27;;;2,57;1,799;11; +0,92;3,5;3,16;;;2,57;1,799;12; +0,25;4,61;0,43;;;2,57;1,799;13; +0,75;2,71;0,37;;;2,57;1,799;18; +0,5;1,9;2,52;;;2,57;1,799;26; +0,29;0,58;4,28;;;2,56;1,792;32; +0,88;3,46;3,23;;;2,56;1,792;31; +0,01;1,53;2,75;;;2,56;1,792;29; +0,19;1,93;0,05;;;2,56;1,792;27; +0,78;3,07;2,31;;;2,56;1,792;24; +0,43;3,83;3,34;;;2,56;1,792;23; +0,45;2,34;2,05;;;2,93;2,051;22; +0,23;3,01;1,61;;;2,93;2,051;21; +0,36;2,6;2,42;;;2,93;2,051;21; +0,76;1,68;4,01;;;2,93;2,051;21; +0,5;2,52;4,91;;;2,93;2,051;22; +0,75;3,19;3,62;;;2,93;2,051;23; +0,45;0,38;3,01;;;2,73;1,911;24; +0,12;3,75;4,79;;;2,73;1,911;25; +0,61;3,34;0,05;;;2,73;1,911;25; +0,49;0,42;2,46;;;2,73;1,911;23; +0,82;4,72;3,09;;;2,73;1,911;17; +0,84;2,37;0,06;;;2,73;1,911;12; +0,81;4,28;2,08;;;2,64;1,848;10; +0,72;2,42;4,28;;;2,64;1,848;11; +0,46;2,9;2,94;;;2,64;1,848;11; +0,07;2,23;3,9;;;2,64;1,848;12; +1;1,15;3,95;;;2,64;1,848;16; +0,15;3,62;1,42;;;2,64;1,848;24; +0,45;1,74;2,21;;;2,58;1,806;30; +0,63;4,54;2,34;;;2,58;1,806;30; +0,18;1,01;0,47;;;2,58;1,806;28; +0,15;0,44;3,83;;;2,58;1,806;25; +0,92;4,19;4,86;;;2,58;1,806;23; +0,47;1,65;1,08;;;2,58;1,806;22; +0,53;0,84;4,4;;;2,96;2,072;21; +0,3;0,39;3,52;;;2,96;2,072;20; +0,77;1,59;0,88;;;2,96;2,072;20; +0,09;3,57;0,37;;;2,96;2,072;20; +0,05;0,65;1,52;;;2,96;2,072;21; +0,32;1,21;1,74;;;2,96;2,072;22; +0;4,72;4,41;;;2,71;1,897;23; +0,63;4,04;0,22;;;2,71;1,897;24; +0,83;2,99;0,44;;;2,71;1,897;24; +0,5;1,75;3,71;;;2,71;1,897;22; +0,46;4,78;3,36;;;2,71;1,897;17; +0,64;1,89;1,4;;;2,71;1,897;12; +0,73;1,5;0,21;;;2,54;1,778;11; +0,39;0,06;2,93;;;2,54;1,778;11; +0,65;3,75;2,49;;;2,54;1,778;12; +0,42;3,02;3,6;;;2,54;1,778;13; +0,22;4,86;3,11;;;2,54;1,778;17; +0,99;2,3;2,59;;;2,54;1,778;26; +0,5;3,15;0,99;;;2,51;1,757;32; +0,15;4,59;2,56;;;2,51;1,757;31; +0,68;1,58;4,17;;;2,51;1,757;29; +0,79;4,99;3,48;;;2,51;1,757;26; +1;0,08;3,09;;;2,51;1,757;24; +0,3;4,47;4,42;;;2,51;1,757;23; +0,89;2,34;3,35;;;2,95;2,065;22; +0,17;4,72;2,21;;;2,95;2,065;21; +0,17;1,32;1,49;;;2,95;2,065;20; +0,3;1,14;2,29;;;2,95;2,065;20; +0,26;3,33;1,25;;;2,95;2,065;21; +0,55;1,25;2,8;;;2,95;2,065;23; +0,35;1,49;0,32;;;2,7;1,89;24; +0,46;4,56;4,53;;;2,7;1,89;25; +0,01;3,88;3,31;;;2,7;1,89;25; +0,85;4,46;1,2;;;2,7;1,89;23; +0,24;4,05;3,91;;;2,7;1,89;18; +0,87;1;4,84;;;2,7;1,89;13; +0,35;1,66;4,58;;;2,53;1,771;11; +0,49;1,49;3,21;;;2,53;1,771;12; +0,26;4,85;0,18;;;2,53;1,771;12; +0,09;2,82;2,07;;;2,53;1,771;14; +0,69;3,68;4,49;;;2,53;1,771;19; +0,35;4,25;0,99;;;2,53;1,771;29; +0,45;2,18;2,69;;;2,5;1,75;31; +0,85;3,67;2,5;;;2,5;1,75;31; +0,11;2,98;4,54;;;2,5;1,75;28; +0,43;0,79;2,41;;;2,5;1,75;26; +0,65;3,95;3,68;;;2,5;1,75;24; +0,4;4,45;4,4;;;2,5;1,75;22; +0,91;2,68;0,93;;;2,99;2,093;21; +0,37;4,87;0,32;;;2,99;2,093;21; +0,31;0,35;3,32;;;2,99;2,093;21; +0,5;2,97;2,74;;;2,99;2,093;21; +0,97;4,58;4,72;;;2,99;2,093;22; +0,81;4,63;1,65;;;2,99;2,093;23; +0,33;0,53;2,74;;;2,71;1,897;25; +0,76;4,51;3,79;;;2,71;1,897;26; +0,43;1,89;3,66;;;2,71;1,897;26; +0,86;4,16;4,18;;;2,71;1,897;24; +0,18;1,58;3,33;;;2,71;1,897;18; +0,17;2,48;4,85;;;2,71;1,897;13; +0,87;0,07;1,32;;;2,52;1,764;11; +0;4,54;3,88;;;2,52;1,764;12; +0,75;3,9;3,28;;;2,52;1,764;12; +0,89;4,63;0,64;;;2,52;1,764;14; +0,15;2,81;0,75;;;2,52;1,764;19; +0,73;0,62;2,68;;;2,52;1,764;28; +0,08;0,21;3,66;;;2,48;1,736;34; +0,54;4,02;4,98;;;2,48;1,736;34; +0,41;2,19;1,13;;;2,48;1,736;31; +0,75;3,84;2,33;;;2,48;1,736;28; +0,52;1,34;1,45;;;2,48;1,736;26; +0,39;0,14;3,74;;;2,48;1,736;24; +0,93;3,84;0,08;;;2,98;2,086;23; +0,91;0,39;3,5;;;2,98;2,086;22; +0,16;0,7;1,48;;;2,98;2,086;22; +0,8;3,64;3,54;;;2,98;2,086;22; +0,71;0,65;0,89;;;2,98;2,086;23; +0,59;4,75;2,16;;;2,98;2,086;25; +0,47;3,67;3,4;;;2,71;1,897;26; +0,67;1,2;1,28;;;2,71;1,897;27; +0,53;0,61;2,84;;;2,71;1,897;27; +0,29;2,4;1,87;;;2,71;1,897;25; +0,85;1,01;4,8;;;2,71;1,897;19; +0,44;4,02;0,84;;;2,71;1,897;13; +0,71;2,89;0,78;;;2,58;1,806;10; +0,51;0,7;4,5;;;2,58;1,806;11; +0,67;2,29;1;;;2,58;1,806;11; +0,43;3,6;3,49;;;2,58;1,806;13; +0,78;1,53;1,27;;;2,58;1,806;17; +0,09;2,88;0,29;;;2,58;1,806;25; +0,05;2,59;3,21;;;2,58;1,806;31; +0,72;4,08;2,9;;;2,58;1,806;30; +0,85;1,3;3,73;;;2,58;1,806;28; +0,38;3,83;1,27;;;2,58;1,806;26; +0,82;2,76;0,02;;;2,58;1,806;23; +0,86;0,5;3,01;;;2,58;1,806;22; +0,51;2,85;1,41;;;3;2,1;21; +0,55;4,75;2,26;;;3;2,1;20; +0,48;0,17;3,25;;;3;2,1;20; +0,76;3,99;1,77;;;3;2,1;20; +0,93;0,67;2,17;;;3;2,1;21; +0,22;1,55;2,58;;;3;2,1;22; +0,02;0,63;4,72;;;2,82;1,974;23; +0,78;4,95;4,67;;;2,82;1,974;24; +0,47;3,66;3,57;;;2,82;1,974;24; +0,38;1,22;0,1;;;2,82;1,974;22; +0,05;0,02;2,06;;;2,82;1,974;17; +0,5;2,62;2,32;;;2,82;1,974;12; +0,2;1,04;0,7;;;2,69;1,883;9; +0,49;1,34;2,95;;;2,69;1,883;9; +0,45;4,2;3,62;;;2,69;1,883;10; +0,92;1,91;3,27;;;2,69;1,883;11; +0,22;3,67;1,58;;;2,69;1,883;15; +0,85;0,46;0,32;;;2,69;1,883;22; +0,46;0,43;0,19;;;2,67;1,869;27; +0,33;4,43;1,19;;;2,67;1,869;27; +0,16;3,62;1,77;;;2,67;1,869;24; +0,78;1,41;0,58;;;2,67;1,869;23; +0,73;4,14;4,8;;;2,67;1,869;21; +0,89;3,89;3,74;;;2,67;1,869;19; +0,5;4,4;2,62;;;2,99;2,093;18; +0,34;3,66;4,91;;;2,99;2,093;18; +0,16;2,19;0,73;;;2,99;2,093;17; +0,62;4,87;3,89;;;2,99;2,093;18; +0,11;3,06;0,79;;;2,99;2,093;18; +0,98;3,31;4,26;;;2,99;2,093;19; +0,88;1,5;3,99;;;2,78;1,946;20; +0,3;3,99;1,77;;;2,78;1,946;21; +0,72;4,3;2,11;;;2,78;1,946;21; +0,31;3,02;2,42;;;2,78;1,946;19; +0,76;1,75;0,27;;;2,78;1,946;15; +0,32;1,45;3,68;;;2,78;1,946;10; +0,09;2,33;2,46;;;2,65;1,855;9; +0,13;0,34;4,89;;;2,65;1,855;9; +0,11;1,88;0,53;;;2,65;1,855;10; +0,06;4,63;0,37;;;2,65;1,855;11; +0,96;4,12;0,77;;;2,65;1,855;15; +0,24;3,1;3,02;;;2,65;1,855;22; +0,21;0,72;3,32;;;2,66;1,862;27; +0,51;0,78;3,94;;;2,66;1,862;27; +0,04;2,65;0,03;;;2,66;1,862;24; +0,95;3,77;3,65;;;2,66;1,862;23; +0,46;1,75;4,69;;;2,66;1,862;21; +0,32;3,29;3,18;;;2,66;1,862;19; +0,72;4,82;1,84;;;2,91;2,037;18; +0,16;0,77;2,59;;;2,91;2,037;18; +0,4;1,11;4,53;;;2,91;2,037;17; +0,06;0,05;3,53;;;2,91;2,037;18; +0,11;1,12;0,36;;;2,91;2,037;18; +0,15;3,72;2,37;;;2,91;2,037;19; +0,16;4,53;4,11;;;2,76;1,932;20; +0,09;3,27;2,93;;;2,76;1,932;21; +0,56;0,9;3,9;;;2,76;1,932;21; +0,54;4,25;2,65;;;2,76;1,932;19; +0,31;1,4;1,16;;;2,76;1,932;15; +0;2,74;4;;;2,76;1,932;10; +0,01;4,65;3,15;;;2,61;1,827;13; +0,6;4,9;0,95;;;2,61;1,827;14; +0,19;2,04;0,23;;;2,61;1,827;14; +0,84;1,87;0,05;;;2,61;1,827;16; +0,97;1,4;2,31;;;2,61;1,827;20; +0,85;3,23;3,7;;;2,61;1,827;28; +0,53;1,43;4,65;;;2,5;1,75;35; +0,7;4,46;1,59;;;2,5;1,75;35; +0,97;3,88;1,8;;;2,5;1,75;33; +0,29;3,03;2,87;;;2,5;1,75;30; +0,43;0,55;0,06;;;2,5;1,75;28; +0,32;4,12;0,48;;;2,5;1,75;26; +0,56;2,03;1,07;;;2,66;1,862;25; +0,6;2,03;0,81;;;2,66;1,862;25; +0,89;1,06;4,04;;;2,66;1,862;25; +0,79;1,27;2,48;;;2,66;1,862;25; +0,14;2,91;0,75;;;2,66;1,862;26; +0,26;4,44;3,73;;;2,66;1,862;27; +0,9;3,23;2,72;;;2,46;1,722;28; +0,93;0,45;1,96;;;2,46;1,722;29; +0,18;1,95;0,2;;;2,46;1,722;28; +0,68;0,37;2,03;;;2,46;1,722;26; +0,74;2,7;2,01;;;2,46;1,722;20; +0,74;4,74;1,78;;;2,46;1,722;15; +0,45;3,94;3,91;;;2,32;1,624;18; +0,78;1,57;1,17;;;2,32;1,624;19; +0,8;0,22;3,83;;;2,32;1,624;19; +0,52;2,78;0,37;;;2,32;1,624;21; +0,39;3,43;3,57;;;2,32;1,624;27; +0,42;2,55;3,74;;;2,32;1,624;37; +0,75;2,14;4,59;;;2,27;1,589;44; +0,76;4,23;0,31;;;2,27;1,589;42; +0,47;2,29;1,37;;;2,27;1,589;40; +0,65;0,67;1,85;;;2,27;1,589;38; +0,67;2,18;2,72;;;2,27;1,589;35; +0,78;3,07;0,89;;;2,27;1,589;34; +0,22;1,47;0,86;;;2,74;1,918;33; +0,47;3,43;0,04;;;2,74;1,918;31; +0,44;4,4;4,37;;;2,74;1,918;31; +0,46;2,83;2,12;;;2,74;1,918;32; +0,53;1,78;2,24;;;2,74;1,918;34; +0,29;4,43;1,73;;;2,74;1,918;36; +0,65;2,53;2,5;;;2,51;1,757;37; +0,8;4,3;1,97;;;2,51;1,757;37; +0,85;2,94;2,43;;;2,51;1,757;36; +0,77;3,98;3,51;;;2,51;1,757;33; +0,83;3,72;2,96;;;2,51;1,757;26; +0,01;0,76;3,42;;;2,51;1,757;20; +0,39;0,39;3,3;;;2,35;1,645;20; +0,02;1,1;4,1;;;2,35;1,645;22; +0,65;3,49;3,12;;;2,35;1,645;21; +0,87;4,51;2,02;;;2,35;1,645;23; +0,78;1,04;4,43;;;2,35;1,645;30; +0,5;3,69;4,5;;;2,35;1,645;42; +0,64;1,02;2,49;;;2,31;1,617;46; +0,11;3,61;1,32;;;2,31;1,617;43; +0,98;4,17;1,92;;;2,31;1,617;41; +0,18;4,98;1,78;;;2,31;1,617;39; +0,96;2,02;1,44;;;2,31;1,617;36; +0,7;0,76;4,62;;;2,31;1,617;35; +0,24;3,48;1,29;;;2,83;1,981;34; +0,18;4,08;0,17;;;2,83;1,981;33; +0,38;0,55;3,07;;;2,83;1,981;34; +0,89;4,4;4,77;;;2,83;1,981;35; +0,4;3,2;4,21;;;2,83;1,981;37; +0,47;3,82;4,96;;;2,83;1,981;39; +0,94;2,34;0,68;;;2,54;1,778;40; +0,69;4,99;0,51;;;2,54;1,778;40; +0,17;3,05;4,08;;;2,54;1,778;40; +0;1,35;2,02;;;2,54;1,778;36; +0,2;0,65;1,06;;;2,54;1,778;28; +0,47;2,47;4,27;;;2,54;1,778;22; +0,77;2,79;1,49;;;2,37;1,659;19; +0,15;2,74;2,18;;;2,37;1,659;21; +0,38;2,57;2,22;;;2,37;1,659;21; +0,7;4,67;3,31;;;2,37;1,659;24; +0,45;4,7;4,69;;;2,37;1,659;29; +0,52;1,95;2,75;;;2,37;1,659;39; +0,29;1,18;1,89;;;2,34;1,638;46; +0,26;2,94;1,76;;;2,34;1,638;45; +0,02;0,16;4,35;;;2,34;1,638;44; +0,88;3,76;0,94;;;2,34;1,638;41; +0,51;0,46;2,53;;;2,34;1,638;38; +0,82;5;2,76;;;2,34;1,638;36; +0,02;0,24;0,41;;;2,89;2,023;35; +0,18;2,42;3,57;;;2,89;2,023;35; +0,86;3,83;1,47;;;2,89;2,023;35; +0,72;4,2;2,34;;;2,89;2,023;36; +0,76;0,16;3,48;;;2,89;2,023;38; +0,83;0,36;1,89;;;2,89;2,023;39; +0,15;4,54;0,93;;;2,59;1,813;41; +0,34;1,59;2,77;;;2,59;1,813;41; +0,04;4,99;4;;;2,59;1,813;39; +0,7;2,91;4,87;;;2,59;1,813;35; +0,28;3,15;3,87;;;2,59;1,813;27; +0,67;2,68;0,33;;;2,59;1,813;21; +0,83;0,25;0,59;;;2,43;1,701;18; +0,51;0,13;1,29;;;2,43;1,701;19; +0,52;1,81;1,67;;;2,43;1,701;19; +0,99;3,27;3,9;;;2,43;1,701;22; +0,7;3,88;0,72;;;2,43;1,701;27; +0,47;4,62;1,58;;;2,43;1,701;36; +0,84;4,24;4,26;;;2,39;1,673;44; +0,16;0,12;0,16;;;2,39;1,673;43; +0,05;4,17;1,85;;;2,39;1,673;42; +0,52;0,93;3,47;;;2,39;1,673;38; +0,87;2,22;4,2;;;2,39;1,673;36; +0,22;3,54;2,94;;;2,39;1,673;34; +0,06;0,09;4,81;;;2,87;2,009;33; +0,61;3,38;3,81;;;2,87;2,009;33; +0,58;4,33;1,86;;;2,87;2,009;33; +0,96;3,5;4,37;;;2,87;2,009;34; +0,14;1,99;3,64;;;2,87;2,009;35; +0,06;1,07;1,99;;;2,87;2,009;37; +0,6;2,63;2,61;;;2,62;1,834;37; +0,32;1,3;0,88;;;2,62;1,834;38; +0,67;0,8;4,95;;;2,62;1,834;37; +0,69;0,92;0,79;;;2,62;1,834;33; +0,06;3,79;4,17;;;2,62;1,834;25; +0,97;2,2;2;;;2,62;1,834;20; +0,61;3,95;2,72;;;2,48;1,736;16; +0,32;2,98;4;;;2,48;1,736;17; +0,02;0,85;2,63;;;2,48;1,736;18; +0,62;0,66;0,96;;;2,48;1,736;20; +0,52;4,2;2,29;;;2,48;1,736;25; +0,9;4,67;1,62;;;2,48;1,736;34; +0,71;2,62;2,69;;;2,44;1,708;40; +0,46;3,4;0,25;;;2,44;1,708;39; +0,92;0,16;3,16;;;2,44;1,708;38; +0,69;4,57;4,79;;;2,44;1,708;35; +0,69;0,2;1,35;;;2,44;1,708;33; +0,61;4,29;1,35;;;2,44;1,708;31; +0,98;1,92;2,51;;;2,84;1,988;31; +0,62;1,62;1,27;;;2,84;1,988;30; +0,02;0,91;4,77;;;2,84;1,988;31; +0,63;2,33;0,9;;;2,84;1,988;31; +0,5;3,33;1,75;;;2,84;1,988;33; +0,46;0,84;4,36;;;2,84;1,988;34; +0,32;1,45;2,19;;;2,64;1,848;35; +0,07;0,1;0,85;;;2,64;1,848;35; +0,79;3,42;4,27;;;2,64;1,848;34; +0,81;2,4;0,57;;;2,64;1,848;31; +0,86;0,3;3,72;;;2,64;1,848;23; +0,29;4,67;3,36;;;2,64;1,848;18; +0,05;1,23;3,17;;;2,57;1,799;18; +0,17;2,92;0,16;;;2,57;1,799;19; +0,05;3,19;1,17;;;2,57;1,799;19; +0,13;2,15;1,12;;;2,57;1,799;22; +0,9;3,7;4,74;;;2,57;1,799;27; +0,81;0,14;2,87;;;2,57;1,799;36; +0,07;3,11;2,06;;;2,48;1,736;43; +0,67;2,39;3,64;;;2,48;1,736;42; +0,5;2,72;2,48;;;2,48;1,736;41; +0,58;3,58;0,29;;;2,48;1,736;38; +0,49;1,62;1,05;;;2,48;1,736;36; +0,54;4,17;4,45;;;2,48;1,736;34; +0,5;3,69;2,14;;;2,55;1,785;33; +0,07;0,98;4,2;;;2,55;1,785;33; +0,3;0,8;2,55;;;2,55;1,785;33; +0,66;4,32;3,48;;;2,55;1,785;34; +0,02;2,45;3,97;;;2,55;1,785;35; +0,87;0,34;4,6;;;2,55;1,785;37; +0,65;2,18;2,31;;;2,47;1,729;37; +0,05;2,51;2,95;;;2,47;1,729;37; +0,63;0,06;4,78;;;2,47;1,729;36; +0,24;0,46;1,31;;;2,47;1,729;33; +0,39;0,28;3,34;;;2,47;1,729;25; +0,2;3,34;1,25;;;2,47;1,729;20; +0,44;0,73;0,31;;;2,37;1,659;19; +0,8;2,38;0,63;;;2,37;1,659;21; +0,22;2,65;3,51;;;2,37;1,659;21; +0,8;0,33;3,57;;;2,37;1,659;23; +0,77;3,4;0,8;;;2,37;1,659;29; +0,62;3,2;3,76;;;2,37;1,659;39; +0,71;4,97;4,61;;;2,35;1,645;48; +0,24;2,56;3,27;;;2,35;1,645;47; +0,54;0,72;0,6;;;2,35;1,645;46; +0,43;0,65;1,62;;;2,35;1,645;42; +0,3;4,32;4,05;;;2,35;1,645;40; +0,85;2,42;2,5;;;2,35;1,645;38; +0,31;3,02;2,11;;;2,63;1,841;36; +0,48;1,29;0,98;;;2,63;1,841;36; +0,38;3,21;1,84;;;2,63;1,841;36; +0,19;1,76;1,56;;;2,63;1,841;37; +0,22;2,58;3,38;;;2,63;1,841;39; +0,33;2,63;4,62;;;2,63;1,841;40; +0,93;4,12;0,94;;;2,52;1,764;41; +0,44;1,79;3,69;;;2,52;1,764;41; +0,74;4,47;3,81;;;2,52;1,764;40; +0,72;1,88;4,9;;;2,52;1,764;36; +0,28;3,17;0,14;;;2,52;1,764;28; +0,72;0,76;1,36;;;2,52;1,764;22; +0,59;0,38;3,99;;;2,47;1,729;19; +0,9;0,34;2,3;;;2,47;1,729;20; +0,5;2,49;4,97;;;2,47;1,729;21; +0,17;2,54;0,75;;;2,47;1,729;23; +0,34;4,71;2,41;;;2,47;1,729;29; +0,95;0,54;4,7;;;2,47;1,729;40; +0,76;0,8;0,47;;;2,46;1,722;48; +0,48;3,24;1,91;;;2,46;1,722;46; +0,67;2,72;1,21;;;2,46;1,722;44; +0,19;3,33;1,97;;;2,46;1,722;41; +0,92;4,82;0,46;;;2,46;1,722;38; +0,34;0,82;4,82;;;2,46;1,722;37; +0,13;2,25;0,24;;;2,61;1,827;36; +0,94;4,31;2,24;;;2,61;1,827;34; +0,8;4,15;2,27;;;2,61;1,827;34; +0,87;4,84;4,9;;;2,61;1,827;35; +0,63;0,59;4,4;;;2,61;1,827;37; +0,85;4,43;0,62;;;2,61;1,827;39; +0,22;0,26;2,07;;;2,48;1,736;41; +0,22;4,35;0,07;;;2,48;1,736;40; +0,7;2,92;2,85;;;2,48;1,736;40; +0,69;2,82;2,78;;;2,48;1,736;36; +0,06;0,38;4,43;;;2,48;1,736;28; +0,28;2,04;0,07;;;2,48;1,736;22; +0,98;3,33;2,94;;;2,39;1,673;21; +1;0,65;2,76;;;2,39;1,673;23; +0,03;0,5;4,86;;;2,39;1,673;22; +0,59;1,29;4,12;;;2,39;1,673;22; +0,58;4,48;1,72;;;2,39;1,673;25; +0,45;4,14;0,81;;;2,39;1,673;32; +0,24;3,36;0,16;;;2,39;1,673;45; +0,15;1,61;0,27;;;2,37;1,659;49; +0,7;2,47;1,12;;;2,37;1,659;46; +0,32;0,93;3,42;;;2,37;1,659;43; +0,83;1,09;2,04;;;2,37;1,659;41; +0,07;4,03;3,38;;;2,37;1,659;38; +0,93;0,15;2,47;;;2,37;1,659;37; +0,15;0,02;4,7;;;2,67;1,869;36; +0,95;4,58;0,33;;;2,67;1,869;35; +0,26;2,65;4,82;;;2,67;1,869;36; +0,14;0,75;4,34;;;2,67;1,869;37; +0,11;3,38;1,65;;;2,67;1,869;39; +0,43;3,82;2,69;;;2,67;1,869;42; +0,77;2,4;0,22;;;2,47;1,729;42; +0,72;4,45;3,93;;;2,47;1,729;43; +0,18;4,25;3,37;;;2,47;1,729;42; +1;4,18;2,6;;;2,47;1,729;38; +0,13;1,88;3,09;;;2,47;1,729;30; +0,12;1,15;0,36;;;2,47;1,729;23; +0,43;3,42;1,93;;;2,37;1,659;21; +0,17;4,99;4,05;;;2,37;1,659;22; +0,09;1,38;1,53;;;2,37;1,659;23; +0,23;2,3;0,19;;;2,37;1,659;25; +0,51;3,85;4,57;;;2,37;1,659;31; +0,57;0,46;0,77;;;2,37;1,659;42; +0,97;1,57;2,38;;;2,37;1,659;50; +0;2,9;3,6;;;2,37;1,659;49; +0,68;3,46;4,99;;;2,37;1,659;47; +0,85;3,78;4,03;;;2,37;1,659;44; +0,55;2,71;4,26;;;2,37;1,659;41; +0,11;1,32;1,75;;;2,37;1,659;39; +0,46;3,94;2,54;;;2,67;1,869;38; +0,25;0,33;2,11;;;2,67;1,869;38; +0,34;4,58;2,96;;;2,67;1,869;38; +0,43;2,03;4,5;;;2,67;1,869;39; +0,76;4,02;1,77;;;2,67;1,869;41; +0,61;0,78;2,76;;;2,67;1,869;42; +0,71;1,26;1,72;;;2,55;1,785;44; +0,69;3,44;0,49;;;2,55;1,785;44; +0,01;4,49;1,72;;;2,55;1,785;42; +0,92;4,71;3,19;;;2,55;1,785;38; +0,53;2,34;1,14;;;2,55;1,785;29; +0,62;0,77;3,67;;;2,55;1,785;23; +0,1;3,24;2,9;;;2,48;1,736;18; +0,92;3,7;1,59;;;2,48;1,736;20; +0,08;0,56;2,24;;;2,48;1,736;20; +0,92;0,78;0,1;;;2,48;1,736;22; +0,11;2,16;0,6;;;2,48;1,736;28; +0,79;2,76;0,56;;;2,48;1,736;38; +0,03;0,79;3,01;;;2,47;1,729;45; +0,57;2,24;1,57;;;2,47;1,729;44; +0,69;3,1;4,01;;;2,47;1,729;43; +0,01;1,2;2,56;;;2,47;1,729;40; +0,62;1,21;2,46;;;2,47;1,729;37; +0,1;0,48;1,51;;;2,47;1,729;35; +0,49;3,75;1,73;;;2,75;1,925;34; +0,25;1,96;4,91;;;2,75;1,925;34; +0,51;4,49;4,07;;;2,75;1,925;34; +0,51;4,28;3,35;;;2,75;1,925;35; +0,56;0,76;2,71;;;2,75;1,925;36; +0,76;3,26;0,68;;;2,75;1,925;38; +0,79;2,88;4,29;;;2,61;1,827;39; +0,37;4,46;0,01;;;2,61;1,827;39; +0,08;0,77;0,27;;;2,61;1,827;38; +0,61;2,76;2,09;;;2,61;1,827;34; +0,78;4,82;3,43;;;2,61;1,827;26; +0,21;2,26;0,75;;;2,61;1,827;20; +0,44;0,82;0,31;;;2,59;1,813;15; +0,94;2,73;4,79;;;2,59;1,813;16; +0,69;3,23;2,41;;;2,59;1,813;16; +0,54;1,55;0,76;;;2,59;1,813;18; +0,13;0,28;0,13;;;2,59;1,813;23; +0,38;2,58;4,13;;;2,59;1,813;32; +0,68;0,98;1,73;;;2,59;1,813;39; +0,34;3,22;1,28;;;2,59;1,813;38; +0,25;4,59;0,34;;;2,59;1,813;36; +0,71;0,26;2,93;;;2,59;1,813;34; +0,35;0,13;1,03;;;2,59;1,813;31; +0,47;0,32;0,27;;;2,59;1,813;29; +0,76;3,78;0,42;;;2,77;1,939;28; +0,54;1,04;1,98;;;2,77;1,939;28; +0,89;3,14;1,71;;;2,77;1,939;28; +0,25;3,36;3,21;;;2,77;1,939;28; +0,32;3,58;0,56;;;2,77;1,939;30; +0,22;3,14;1,33;;;2,77;1,939;31; +0,32;3,51;4,44;;;2,7;1,89;32; +0,14;1,52;1,8;;;2,7;1,89;33; +0,86;3,97;1,43;;;2,7;1,89;32; +0,73;0,38;4,99;;;2,7;1,89;29; +0,77;2;1,32;;;2,7;1,89;22; +0,87;0,61;0,46;;;2,7;1,89;17; +0,98;4,86;1,56;;;2,69;1,883;15; +0,82;0,22;3,01;;;2,69;1,883;15; +0,25;3,41;3,55;;;2,69;1,883;16; +0,91;0,02;3,16;;;2,69;1,883;18; +0,69;3,78;1,22;;;2,69;1,883;22; +0,72;4,7;3,16;;;2,69;1,883;31; +0,02;0,89;0,3;;;2,63;1,841;37; +0,79;4,27;1,61;;;2,63;1,841;37; +0,97;3,73;1,06;;;2,63;1,841;35; +0,31;2,36;2,84;;;2,63;1,841;32; +0,57;3,69;3,61;;;2,63;1,841;30; +0,13;4,37;0,44;;;2,63;1,841;28; +0,64;3,51;4,06;;;2,7;1,89;27; +0,66;2,74;2;;;2,7;1,89;27; +0,36;4,16;4,73;;;2,7;1,89;27; +0,4;2,88;4,07;;;2,7;1,89;28; +0,16;0,64;2,96;;;2,7;1,89;29; +0,33;3,82;0,17;;;2,7;1,89;30; +0,37;2,69;4,25;;;2,48;1,736;31; +0,55;1,47;2,07;;;2,48;1,736;31; +0,6;0,03;0,87;;;2,48;1,736;30; +0,13;3,07;2,8;;;2,48;1,736;28; +0,87;4,09;0,19;;;2,48;1,736;21; +0,85;4,91;3,04;;;2,48;1,736;16; +0,85;2,02;2,31;;;2,37;1,659;16; +0,82;2,78;4,42;;;2,37;1,659;17; +0,66;2,96;4,45;;;2,37;1,659;17; +0,95;4,3;0,57;;;2,37;1,659;19; +0,87;1,89;0,22;;;2,37;1,659;24; +0,99;3,75;1,96;;;2,37;1,659;33; +0,27;1,34;0,27;;;2,39;1,673;41; +0,98;0,15;4,58;;;2,39;1,673;41; +0,48;3,03;4,3;;;2,39;1,673;39; +0,27;2,97;0,57;;;2,39;1,673;36; +0,16;3,69;3,84;;;2,39;1,673;33; +0,92;3,64;3;;;2,39;1,673;32; +0,62;0,17;3,11;;;2,74;1,918;31; +0,04;0,12;1,63;;;2,74;1,918;30; +0,61;1,93;0,51;;;2,74;1,918;30; +0,33;2,97;0,01;;;2,74;1,918;30; +0,06;4,87;4,07;;;2,74;1,918;32; +0,69;4,89;4,33;;;2,74;1,918;33; +0,12;4,19;4,71;;;2,66;1,862;34; +0,82;3,96;0,43;;;2,66;1,862;34; +0,57;2,27;2,17;;;2,66;1,862;34; +0,14;0,03;2,43;;;2,66;1,862;31; +0,12;4,21;0,98;;;2,66;1,862;23; +0,08;3,16;1,59;;;2,66;1,862;18; +0,42;2,83;0,7;;;2,65;1,855;13; +0,6;2,65;4,85;;;2,65;1,855;14; +0,4;2,52;4,01;;;2,65;1,855;14; +0,83;2,6;1,2;;;2,65;1,855;16; +0,28;4,52;0,98;;;2,65;1,855;20; +0,41;0,66;3,25;;;2,65;1,855;29; +0,51;0,02;4,42;;;2,63;1,841;35; +0,41;1,46;2,63;;;2,63;1,841;34; +0,93;1,41;1,08;;;2,63;1,841;32; +0,18;2,36;4,01;;;2,63;1,841;30; +0,85;0,08;2,86;;;2,63;1,841;27; +0,26;2,94;4,02;;;2,63;1,841;26; +0,94;1,07;3,83;;;2,85;1,995;25; +0,24;2,52;2,64;;;2,85;1,995;24; +0,66;4,04;1,5;;;2,85;1,995;24; +0,96;0,57;1,15;;;2,85;1,995;24; +0,92;4,65;0,52;;;2,85;1,995;26; +0,83;4,92;2,87;;;2,85;1,995;27; +0,3;3,59;2,25;;;2,64;1,848;28; +0,47;2,97;2,17;;;2,64;1,848;29; +0,58;1,51;3,69;;;2,64;1,848;28; +0,36;3,16;3,28;;;2,64;1,848;26; +0,1;2,01;4,01;;;2,64;1,848;20; +0,54;3,36;1,08;;;2,64;1,848;15; +0,21;1,43;0,52;;;2,54;1,778;14; +0,13;4,74;2,47;;;2,54;1,778;15; +0,72;3,61;1,73;;;2,54;1,778;15; +0,8;2,41;3,5;;;2,54;1,778;17; +0,04;4,68;3,16;;;2,54;1,778;22; +0,04;0,89;3,11;;;2,54;1,778;32; +0,02;2,28;4,39;;;2,5;1,75;35; +0,87;2,28;4,06;;;2,5;1,75;34; +0,8;3,66;3,76;;;2,5;1,75;32; +0,64;1,81;1,11;;;2,5;1,75;29; +0,04;4,82;4,42;;;2,5;1,75;28; +0,64;4,75;0,31;;;2,5;1,75;26; +0,81;2,42;0,75;;;2,8;1,96;25; +0,02;3,83;4,58;;;2,8;1,96;25; +0,45;3,44;4,66;;;2,8;1,96;25; +0,19;2,64;0,22;;;2,8;1,96;26; +0,68;4,92;3,27;;;2,8;1,96;27; +0,73;1,34;4,47;;;2,8;1,96;28; +0,04;2,6;3,29;;;2,64;1,848;29; +0,95;0,38;0,18;;;2,64;1,848;30; +0,19;0,19;3,15;;;2,64;1,848;30; +0,51;4,28;4,32;;;2,64;1,848;27; +1;1,96;4,96;;;2,64;1,848;21; +0,37;2,16;0,24;;;2,64;1,848;16; +0,6;4,34;3,94;;;2,59;1,813;12; +0,73;4,17;1,8;;;2,59;1,813;13; +0,29;1,7;4,2;;;2,59;1,813;14; +0,76;4,75;3,33;;;2,59;1,813;15; +0,83;0,79;4,04;;;2,59;1,813;20; +0,1;2,07;1,07;;;2,59;1,813;28; +0,53;3,98;2,98;;;2,56;1,792;34; +0,69;4,53;3,35;;;2,56;1,792;33; +0,44;1,74;2,96;;;2,56;1,792;31; +0,85;1,57;4,84;;;2,56;1,792;29; +0,23;2,83;3,49;;;2,56;1,792;27; +0,59;1,51;4,67;;;2,56;1,792;25; +0,67;4,34;2,23;;;2,92;2,044;24; +0,76;0,61;3,77;;;2,92;2,044;24; +0,85;3,26;3,52;;;2,92;2,044;24; +0,78;2,1;1,77;;;2,92;2,044;24; +0,39;4,22;0,17;;;2,92;2,044;25; +0,58;1,59;3,45;;;2,92;2,044;26; +0,11;3,23;1,35;;;2,7;1,89;28; +0,94;4,67;3,37;;;2,7;1,89;28; +0,41;1,88;4,5;;;2,7;1,89;28; +0,63;3,63;0,26;;;2,7;1,89;25; +0,08;1,47;4,41;;;2,7;1,89;19; +0,2;1,08;1,83;;;2,7;1,89;14; +0,13;0,63;2,23;;;2,59;1,813;12; +0,23;1,84;3,02;;;2,59;1,813;13; +0,7;3,79;0,62;;;2,59;1,813;13; +0,05;1,2;2,34;;;2,59;1,813;15; +0,28;3,4;4,77;;;2,59;1,813;19; +0,09;1,43;2,23;;;2,59;1,813;27; +0,49;2,4;0,24;;;2,56;1,792;33; +0,28;2,9;1,16;;;2,56;1,792;32; +0,99;2,61;0,13;;;2,56;1,792;30; +0,73;3,02;0,06;;;2,56;1,792;28; +0,48;4,86;4,01;;;2,56;1,792;26; +0,89;3,01;0,88;;;2,56;1,792;24; +0,16;1,7;2,51;;;2,83;1,981;23; +0,77;0,86;3,18;;;2,83;1,981;23; +0,1;1,06;2,36;;;2,83;1,981;23; +0,03;3,85;3,04;;;2,83;1,981;24; +0,23;3,45;2,28;;;2,83;1,981;25; +0,27;4,01;3,88;;;2,83;1,981;26; +0,77;2,22;1,76;;;2,72;1,904;26; +0,06;0,82;3,36;;;2,72;1,904;27; +0,68;3,99;3,56;;;2,72;1,904;27; +0,8;4,72;2;;;2,72;1,904;24; +0,29;0,04;4,97;;;2,72;1,904;18; +0,85;2,67;1,61;;;2,72;1,904;14; +0,56;3,34;4,66;;;2,69;1,883;10; +0,37;0,46;3,13;;;2,69;1,883;11; +0,37;3,68;0,77;;;2,69;1,883;11; +0,18;1,62;2,22;;;2,69;1,883;12; +0,13;1,08;4,83;;;2,69;1,883;16; +0,03;2,82;2,42;;;2,69;1,883;24; +0,94;0,08;4,99;;;2,69;1,883;29; +0,48;0,57;0,27;;;2,69;1,883;29; +0,37;4,31;0,93;;;2,69;1,883;27; +0,31;3,35;4,38;;;2,69;1,883;25; +0,31;3,41;1;;;2,69;1,883;23; +0,35;0,17;0,09;;;2,69;1,883;21; +0,95;2,32;3,52;;;2,97;2,079;20; +0,29;3,03;2,58;;;2,97;2,079;20; +0,27;1,51;1,97;;;2,97;2,079;19; +0,49;2,16;1,95;;;2,97;2,079;20; +0,19;0,53;4,14;;;2,97;2,079;21; +0,96;1,01;1,05;;;2,97;2,079;22; +0,54;0,16;3,57;;;2,71;1,897;23; +0,21;3,02;4,52;;;2,71;1,897;24; +0,87;4,87;4,22;;;2,71;1,897;23; +0,87;3,35;3,28;;;2,71;1,897;21; +0,49;2,72;3,29;;;2,71;1,897;16; +0,76;0,12;1,04;;;2,71;1,897;11; +0,89;4,55;0,21;;;2,56;1,792;11; +0,45;2,88;0,16;;;2,56;1,792;12; +0,94;1,04;0,44;;;2,56;1,792;12; +0,05;2,49;4,68;;;2,56;1,792;14; +0,38;2,53;1,47;;;2,56;1,792;18; +0,1;3,74;0,8;;;2,56;1,792;26; +0,55;1,96;4,67;;;2,51;1,757;33; +0,68;1,82;1,98;;;2,51;1,757;32; +0,26;2,26;2,09;;;2,51;1,757;30; +0,69;1,92;3,03;;;2,51;1,757;27; +0,43;2,31;2,53;;;2,51;1,757;25; +0,44;1,67;3,07;;;2,51;1,757;24; +0,09;1,22;1,93;;;2,84;1,988;23; +0,71;3,84;0,32;;;2,84;1,988;22; +0,39;3,43;3,26;;;2,84;1,988;22; +0,28;4,88;1,33;;;2,84;1,988;22; +0,17;4,18;2,14;;;2,84;1,988;23; +0,4;0,44;3,63;;;2,84;1,988;24; +0,15;2,24;1,3;;;2,69;1,883;25; +0,35;4,21;4,94;;;2,69;1,883;26; +0,35;3,27;0,39;;;2,69;1,883;26; +0,59;0,12;2,34;;;2,69;1,883;24; +0,16;4,88;1,55;;;2,69;1,883;18; +0,03;3,57;0,6;;;2,69;1,883;13; +0,71;0,95;1,9;;;2,63;1,841;13; +0,15;2,71;0,85;;;2,63;1,841;13; +0,5;1,12;1,62;;;2,63;1,841;14; +0,6;2,09;4,87;;;2,63;1,841;15; +0,95;2,01;3,39;;;2,63;1,841;19; +0,87;1,95;4,71;;;2,63;1,841;27; +0,73;2,26;4,81;;;2,59;1,813;34; +0,09;2,24;1,98;;;2,59;1,813;33; +0,72;4,88;3,31;;;2,59;1,813;31; +0,37;4,95;1,25;;;2,59;1,813;29; +0,27;4,95;4,83;;;2,59;1,813;27; +0,74;1,4;2,26;;;2,59;1,813;26; +0,18;1;1,67;;;2,7;1,89;25; +0,5;1,42;4,63;;;2,7;1,89;24; +0,32;4,95;1,49;;;2,7;1,89;24; +0,47;0,56;4,25;;;2,7;1,89;25; +0,07;3,92;4,78;;;2,7;1,89;26; +0,79;3,72;1,14;;;2,7;1,89;27; +0,05;2,94;2,18;;;2,62;1,834;27; +0,86;0,82;1,08;;;2,62;1,834;28; +0,12;0,85;0,29;;;2,62;1,834;27; +0,9;0,53;1,05;;;2,62;1,834;25; +0,91;2,05;2,64;;;2,62;1,834;19; +0,97;3,97;3,78;;;2,62;1,834;14; +0,85;4,58;3,2;;;2,56;1,792;15; +0,17;2,27;2,82;;;2,56;1,792;15; +0,05;0,41;3,19;;;2,56;1,792;16; +0,8;0,65;3,55;;;2,56;1,792;17; +0,22;1,86;0,46;;;2,56;1,792;22; +0,56;4,04;0,59;;;2,56;1,792;32; +1;4,62;3,12;;;2,52;1,764;39; +0,92;4,18;2,49;;;2,52;1,764;37; +0,07;0,75;3,44;;;2,52;1,764;35; +0,29;1,55;3,81;;;2,52;1,764;33; +0,67;2,25;1;;;2,52;1,764;30; +0,16;3,77;2,33;;;2,52;1,764;29; +0,54;3,34;1,99;;;2,6;1,82;28; +0,25;1,67;1,27;;;2,6;1,82;27; +0,91;0,2;1,56;;;2,6;1,82;26; +0,29;4,39;4,18;;;2,6;1,82;27; +0,33;4,19;2,83;;;2,6;1,82;28; +0,8;3,63;0,81;;;2,6;1,82;30; +0,32;2,36;1;;;2,52;1,764;31; +0,66;3,89;2,23;;;2,52;1,764;32; +0,28;3,74;3,99;;;2,52;1,764;31; +0,06;3,06;2,57;;;2,52;1,764;29; +0,11;3,38;0,7;;;2,52;1,764;22; +0,2;3,77;0,48;;;2,52;1,764;17; +0,84;0,22;2,87;;;2,45;1,715;18; +0,53;4,51;4,92;;;2,45;1,715;19; +0,12;2,71;1,95;;;2,45;1,715;19; +0,07;2,08;1,58;;;2,45;1,715;21; +0,12;2,67;1,87;;;2,45;1,715;28; +0,25;1,24;2,9;;;2,45;1,715;39; +0,53;1,88;1,8;;;2,42;1,694;43; +0,87;2,83;1,44;;;2,42;1,694;41; +0,19;3,66;3,25;;;2,42;1,694;39; +0,04;1,77;2,44;;;2,42;1,694;36; +0,33;3,14;1,81;;;2,42;1,694;34; +0,95;3,71;0,7;;;2,42;1,694;33; +0,43;1,99;3,99;;;2,65;1,855;32; +0,19;1,71;2,21;;;2,65;1,855;31; +0,47;4,1;4,16;;;2,65;1,855;31; +0,96;2,86;4,01;;;2,65;1,855;32; +0,73;4,69;2,63;;;2,65;1,855;34; +0,54;0,68;1,77;;;2,65;1,855;36; +0,62;1,75;4,06;;;2,49;1,743;37; +0,27;4,22;1,03;;;2,49;1,743;37; +0,75;3,91;4,09;;;2,49;1,743;37; +0,15;4,82;1,59;;;2,49;1,743;33; +0,93;1,77;2,14;;;2,49;1,743;26; +0,57;0,79;1;;;2,49;1,743;20; +0,46;3,48;2,74;;;2,44;1,708;20; +0,28;1,15;2,12;;;2,44;1,708;21; +0,98;1,89;0,54;;;2,44;1,708;21; +0,11;4,4;3,17;;;2,44;1,708;24; +0,32;1,14;2,85;;;2,44;1,708;29; +0,34;0,27;3,34;;;2,44;1,708;39; +0,31;1,18;0,14;;;2,41;1,687;46; +0,42;3,89;4,57;;;2,41;1,687;45; +0,87;4,57;1,86;;;2,41;1,687;44; +0,4;1,98;1,25;;;2,41;1,687;41; +0,85;3,04;0,67;;;2,41;1,687;39; +0,12;4,24;4,86;;;2,41;1,687;37; +0,86;0,04;0,65;;;2,65;1,855;36; +0,72;2,65;2,57;;;2,65;1,855;35; +0,65;0,59;2,69;;;2,65;1,855;36; +0,14;3,26;2,73;;;2,65;1,855;36; +0,96;2,73;4,19;;;2,65;1,855;38; +0,94;3,34;1,97;;;2,65;1,855;40; +0,64;3,5;0,18;;;2,49;1,743;41; +0,19;3,65;1,94;;;2,49;1,743;41; +0,7;1,35;0,67;;;2,49;1,743;39; +0,22;2,1;0,37;;;2,49;1,743;36; +0,86;0,31;1,96;;;2,49;1,743;27; +0,92;0,79;3,22;;;2,49;1,743;22; +0,32;0,57;0,31;;;2,43;1,701;21; +0,88;1,14;4,19;;;2,43;1,701;22; +0,44;1,84;0,99;;;2,43;1,701;23; +0,73;2,87;2,09;;;2,43;1,701;25; +0,91;1,03;0,65;;;2,43;1,701;31; +0,41;1,27;0,59;;;2,43;1,701;42; +0,63;3,43;1,65;;;2,39;1,673;50; +0,1;0,78;0,96;;;2,39;1,673;49; +0,85;0,17;2,14;;;2,39;1,673;47; +0,8;0,08;4,71;;;2,39;1,673;44; +0,25;1,2;3,78;;;2,39;1,673;41; +0,41;3,52;1,91;;;2,39;1,673;39; +0,2;4,15;0,33;;;2,6;1,82;38; +0,95;2,5;2,31;;;2,6;1,82;38; +0,43;3,79;3,33;;;2,6;1,82;38; +0,43;0,43;1,51;;;2,6;1,82;39; +0,77;3;4,71;;;2,6;1,82;41; +0,91;1,79;2,57;;;2,6;1,82;42; +0,29;3,38;1,21;;;2,45;1,715;43; +0,04;3,86;2,5;;;2,45;1,715;43; +0,87;4,09;0,01;;;2,45;1,715;42; +0,43;4,24;1,09;;;2,45;1,715;38; +0,95;4,47;1,53;;;2,45;1,715;29; +0,02;1,81;0,72;;;2,45;1,715;23; +1;1,23;0,94;;;2,41;1,687;22; +0,32;1,22;3,46;;;2,41;1,687;24; +0,85;2,02;2,56;;;2,41;1,687;24; +0,61;4,4;1,8;;;2,41;1,687;27; +0,14;4,11;2,09;;;2,41;1,687;32; +0,69;4,83;1,67;;;2,41;1,687;44; +0,71;0,17;4,26;;;2,41;1,687;52; +0,26;0,49;2,72;;;2,41;1,687;51; +0,74;2,89;1,23;;;2,41;1,687;50; +0,47;0,36;3,44;;;2,41;1,687;46; +0,27;4,6;3,64;;;2,41;1,687;44; +0,79;1,71;3,99;;;2,41;1,687;41; +0,36;1,17;0,45;;;2,49;1,743;40; +0,54;4,47;4,14;;;2,49;1,743;40; +0,18;4,47;0,02;;;2,49;1,743;40; +0,8;3,89;0,45;;;2,49;1,743;41; +0,69;1,76;2,54;;;2,49;1,743;43; +0,43;3,57;3,86;;;2,49;1,743;45; +0,64;2,97;2,31;;;2,45;1,715;45; +0,14;3,82;3,52;;;2,45;1,715;45; +0,37;2,82;1,86;;;2,45;1,715;44; +0,45;3,23;4,78;;;2,45;1,715;39; +0,78;2,1;2,46;;;2,45;1,715;30; +0,54;4,75;4,31;;;2,45;1,715;24; +0,99;3,56;2,94;;;2,44;1,708;23; +0,26;4,32;4,36;;;2,44;1,708;25; +0,31;3,04;4,14;;;2,44;1,708;25; +0,84;4,99;3,55;;;2,44;1,708;28; +0,93;3,87;1,17;;;2,44;1,708;33; +0,16;0,65;2,38;;;2,44;1,708;45; +0,09;4,99;4,21;;;2,42;1,694;53; +0,21;1,97;2,62;;;2,42;1,694;52; +0,7;1,89;4,31;;;2,42;1,694;51; +0,18;4,12;0,17;;;2,42;1,694;48; +0,38;3,57;2,02;;;2,42;1,694;45; +0,92;1,06;1,13;;;2,42;1,694;43; +0,43;0,13;2,03;;;2,44;1,708;42; +0,94;4,26;4,69;;;2,44;1,708;41; +0,51;1,58;1,93;;;2,44;1,708;42; +0,55;0,47;3,4;;;2,44;1,708;43; +0,65;0,44;3,2;;;2,44;1,708;44; +0,93;2,37;2,41;;;2,44;1,708;46; +0,32;3,74;1;;;2,43;1,701;46; +0,15;3,34;2,56;;;2,43;1,701;46; +0,53;0,43;0,27;;;2,43;1,701;45; +0,95;3,06;3,41;;;2,43;1,701;41; +0,45;1,28;0,94;;;2,43;1,701;31; +0,96;1,87;0,72;;;2,43;1,701;25; +0,58;0,36;4,58;;;2,42;1,694;23; +0,2;1,08;1,56;;;2,42;1,694;24; +0,14;3,08;3,88;;;2,42;1,694;25; +0,14;4,7;2,4;;;2,42;1,694;27; +0,82;2,71;0,88;;;2,42;1,694;32; +0,77;1,83;1,77;;;2,42;1,694;44; +0,48;2,95;1,56;;;2,43;1,701;53; +0,5;2,49;0,94;;;2,43;1,701;52; +0,06;2,16;4,9;;;2,43;1,701;50; +0,14;3,66;3,7;;;2,43;1,701;47; +0,8;4,96;0,91;;;2,43;1,701;45; +0,1;4,88;3,45;;;2,43;1,701;43; +0,41;1,44;3,62;;;2,51;1,757;41; +0,59;0,19;0,98;;;2,51;1,757;41; +0,2;0,22;1,04;;;2,51;1,757;41; +0,87;4,52;0,93;;;2,51;1,757;42; +0,72;4,09;1,27;;;2,51;1,757;44; +0,43;3,28;0,19;;;2,51;1,757;45; +0,84;0,41;2,35;;;2,45;1,715;46; +0,22;1,86;3,61;;;2,45;1,715;46; +0,19;2,8;4,24;;;2,45;1,715;44; +0,97;0,5;2,66;;;2,45;1,715;40; +0,81;2,93;0,78;;;2,45;1,715;31; +0,14;3,04;1,49;;;2,45;1,715;25; +0,48;1,76;1,79;;;2,4;1,68;23; +0,11;4,24;0,3;;;2,4;1,68;24; +0,06;4,56;2,5;;;2,4;1,68;25; +0,36;3,42;1,6;;;2,4;1,68;27; +0,17;2;0,34;;;2,4;1,68;33; +0,64;1,98;4,58;;;2,4;1,68;46; +0,23;2,57;3,47;;;2,35;1,645;54; +0,12;1,35;4,53;;;2,35;1,645;52; +0,85;4,87;4,29;;;2,35;1,645;50; +0,34;0,66;3,17;;;2,35;1,645;47; +0,47;1,1;0,76;;;2,35;1,645;44; +0,68;2,74;3,29;;;2,35;1,645;43; +0,53;4,29;4,17;;;2,55;1,785;42; +0,55;0,39;2,05;;;2,55;1,785;40; +0,9;0,46;3,32;;;2,55;1,785;40; +0,93;4,85;2,65;;;2,55;1,785;41; +0,44;2,97;1,07;;;2,55;1,785;43; +0,96;1,04;1,86;;;2,55;1,785;45; +0,9;4,32;3;;;2,39;1,673;46; +0,01;1,94;0,78;;;2,39;1,673;46; +0,09;2,69;2,06;;;2,39;1,673;45; +0,4;3,82;1,22;;;2,39;1,673;41; +0,46;1,65;3,19;;;2,39;1,673;32; +0,02;5;2,04;;;2,39;1,673;26; +0,55;2,43;1,23;;;2,3;1,61;26; +0,84;5;3,56;;;2,3;1,61;27; +0,8;0,96;3,67;;;2,3;1,61;27; +0,83;0,21;0,35;;;2,3;1,61;30; +0,43;2,61;3,91;;;2,3;1,61;36; +0,05;4,27;3,38;;;2,3;1,61;50; +0,57;2,01;2,86;;;2,29;1,603;55; +0,74;3,11;1,41;;;2,29;1,603;52; +0;1,14;0,22;;;2,29;1,603;50; +0,53;2,57;0,48;;;2,29;1,603;48; +0,04;1,71;3,23;;;2,29;1,603;45; +0,85;2,51;2,9;;;2,29;1,603;44; +0,79;0,02;4,28;;;2,53;1,771;43; +0,67;4,13;0,72;;;2,53;1,771;42; +0,31;4,75;2,18;;;2,53;1,771;43; +0,62;4,04;0,37;;;2,53;1,771;44; +0,7;1,05;0,91;;;2,53;1,771;46; +0,56;2,15;3,22;;;2,53;1,771;48; +0,27;2,38;3,96;;;2,42;1,694;49; +0,42;2,4;4;;;2,42;1,694;49; +0,68;4,3;2,65;;;2,42;1,694;48; +0,71;4,56;4,99;;;2,42;1,694;44; +0,79;2,39;4,9;;;2,42;1,694;35; +0,77;3,56;1,39;;;2,42;1,694;28; +0,65;4,04;3,36;;;2,45;1,715;26; +0,53;2,7;3,71;;;2,45;1,715;28; +0,36;3,45;3,72;;;2,45;1,715;28; +0,21;1,7;1,71;;;2,45;1,715;31; +0,74;3,49;2,29;;;2,45;1,715;37; +0,78;1,76;3,74;;;2,45;1,715;49; +0,22;0,15;1,41;;;2,35;1,645;59; +0,19;0,17;4,7;;;2,35;1,645;57; +0,05;2,81;0,94;;;2,35;1,645;55; +0,4;4,24;3,76;;;2,35;1,645;53; +0,55;4,55;1,99;;;2,35;1,645;50; +0,93;1,95;4,85;;;2,35;1,645;48; +0,55;0,37;4,23;;;2,44;1,708;46; +0,38;1,63;1,83;;;2,44;1,708;46; +0,59;2,64;1,65;;;2,44;1,708;46; +0,91;0,46;1,48;;;2,44;1,708;47; +0,53;0,88;1,75;;;2,44;1,708;49; +0,54;2,57;4,42;;;2,44;1,708;51; +0,21;2,59;1,22;;;2,3;1,61;52; +0,54;4,28;2,78;;;2,3;1,61;51; +0,84;1,79;3,98;;;2,3;1,61;49; +0,51;4,23;4,6;;;2,3;1,61;45; +0,36;4,44;3,15;;;2,3;1,61;35; +0,15;0,9;1,47;;;2,3;1,61;28; +0,72;2,94;2,94;;;2,16;1,512;33; +0,77;1,89;4,2;;;2,16;1,512;34; +0,72;1,44;0,77;;;2,16;1,512;35; +0,79;0,96;0,79;;;2,16;1,512;38; +0,61;4,22;3,22;;;2,16;1,512;43; +0,23;2,62;1,6;;;2,16;1,512;58; +0,48;0,53;0,39;;;2,11;1,477;68; +0,15;4,28;4,81;;;2,11;1,477;67; +0,73;0,97;4,02;;;2,11;1,477;65; +0,34;2,27;4,46;;;2,11;1,477;63; +0,2;0,6;2,08;;;2,11;1,477;60; +0,13;2,02;0,81;;;2,11;1,477;57; +0,01;4,39;1,21;;;2,37;1,659;56; +0,66;4,77;0,99;;;2,37;1,659;55; +0,53;4,69;1,96;;;2,37;1,659;56; +0,89;3,76;0,76;;;2,37;1,659;57; +0,56;0,11;4,25;;;2,37;1,659;59; +0,86;4,69;0,79;;;2,37;1,659;60; +0,77;3,36;2,01;;;2,24;1,568;60; +0,26;4,04;2,4;;;2,24;1,568;59; +0,52;4,64;3,24;;;2,24;1,568;58; +0,64;3,4;0,67;;;2,24;1,568;52; +0,38;3,01;1,64;;;2,24;1,568;42; +0,6;1,38;2,9;;;2,24;1,568;35; +0,88;3,91;1,05;;;2,2;1,54;32; +0,25;4,41;2,21;;;2,2;1,54;33; +0,11;4,79;1,7;;;2,2;1,54;34; +0,14;3,66;0,89;;;2,2;1,54;37; +0,46;4,85;2,11;;;2,2;1,54;42; +0,88;1,53;4,9;;;2,2;1,54;56; +0,2;1,59;2,43;;;2,26;1,582;67; +0,31;0,8;3,52;;;2,26;1,582;65; +0,91;4,38;1,15;;;2,26;1,582;64; +0,12;3,66;3,39;;;2,26;1,582;61; +0,73;2,28;2,37;;;2,26;1,582;58; +0,59;4,16;1,73;;;2,26;1,582;56; +0,87;3,81;2,72;;;2,45;1,715;54; +0,61;0,29;3,6;;;2,45;1,715;54; +0,55;4,56;3,52;;;2,45;1,715;54; +0,04;4,62;0,14;;;2,45;1,715;55; +0,98;4,13;2,31;;;2,45;1,715;58; +0,75;2,82;2,79;;;2,45;1,715;59; +0,35;0,97;2,51;;;2,41;1,687;59; +0,74;3,64;4,62;;;2,41;1,687;58; +0,21;3,88;4,4;;;2,41;1,687;56; +0,5;3,22;0,01;;;2,41;1,687;51; +0,01;0,19;1,88;;;2,41;1,687;41; +0,26;0,96;2,47;;;2,41;1,687;34; +0,76;4,15;2,34;;;2,38;1,666;27; +0,27;1,41;1,05;;;2,38;1,666;28; +0,05;2,33;1,47;;;2,38;1,666;29; +0,51;0,6;2,06;;;2,38;1,666;32; +0,59;3,19;1,02;;;2,38;1,666;37; +0,47;3,29;1,69;;;2,38;1,666;50; +0,72;1,61;4,54;;;2,37;1,659;59; +0,84;4,78;0,42;;;2,37;1,659;58; +0,6;3,65;4,89;;;2,37;1,659;57; +0,34;2,02;4,4;;;2,37;1,659;54; +0,83;2,38;1,73;;;2,37;1,659;51; +0,37;2,14;2,72;;;2,37;1,659;49; +0,99;1,09;1,6;;;2,59;1,813;47; +0;0,72;1,3;;;2,59;1,813;47; +0,19;0,13;4,83;;;2,59;1,813;47; +0,35;1,06;3,72;;;2,59;1,813;48; +0,51;1,97;2,91;;;2,59;1,813;50; +0,63;3,57;1,84;;;2,59;1,813;52; +0,25;0,28;1,45;;;2,49;1,743;52; +0,99;2,13;1,26;;;2,49;1,743;52; +0,53;3,08;1,09;;;2,49;1,743;50; +0,25;0,05;3,13;;;2,49;1,743;45; +0,95;1,18;2,16;;;2,49;1,743;36; +0,74;2,11;4,06;;;2,49;1,743;29; +0,54;2,48;3,31;;;2,45;1,715;26; +0,79;1,71;1,2;;;2,45;1,715;28; +0,63;0,13;1,73;;;2,45;1,715;28; +0,94;3,51;3,55;;;2,45;1,715;31; +0,32;0,69;3,53;;;2,45;1,715;36; +0,6;1,45;3,83;;;2,45;1,715;49; +0,15;3,44;1,07;;;2,38;1,666;60; +0,99;4,29;2,41;;;2,38;1,666;58; +0,63;2,3;1,45;;;2,38;1,666;56; +0,2;3,8;4,31;;;2,38;1,666;54; +0,4;3,14;1,32;;;2,38;1,666;51; +0,45;4,54;0,2;;;2,38;1,666;49; +0,45;2,69;2,47;;;2,4;1,68;47; +0,32;2,86;3,79;;;2,4;1,68;47; +0,52;1,38;4,15;;;2,4;1,68;47; +0,8;2,18;3,26;;;2,4;1,68;48; +0;2,63;1,58;;;2,4;1,68;50; +0,53;1,82;2,35;;;2,4;1,68;51; +0,84;0,13;0,32;;;2,31;1,617;52; +0,19;0,55;3,24;;;2,31;1,617;51; +0,9;2,95;4,35;;;2,31;1,617;50; +0,09;3,42;4,32;;;2,31;1,617;45; +0,67;4,71;1,35;;;2,31;1,617;35; +0,79;3,08;1,43;;;2,31;1,617;29; +0,68;3,42;1,16;;;2,2;1,54;34; +0,78;1,86;2,67;;;2,2;1,54;34; +0,19;0,65;3,46;;;2,2;1,54;35; +0,28;2,55;1,32;;;2,2;1,54;38; +0,18;4,6;2,5;;;2,2;1,54;43; +0,74;0,78;0,33;;;2,2;1,54;59; +0,76;1,68;3,93;;;2,14;1,498;70; +0,96;1,35;3,06;;;2,14;1,498;67; +0,56;2,2;1,96;;;2,14;1,498;65; +0,36;4,69;0,74;;;2,14;1,498;62; +0,01;4,62;2,65;;;2,14;1,498;60; +0,92;4,89;2,93;;;2,14;1,498;58; +0,67;4,32;3,69;;;2,19;1,533;56; +0,53;2,03;0,53;;;2,19;1,533;55; +0,28;0,4;2,33;;;2,19;1,533;55; +0,06;1,2;0,55;;;2,19;1,533;56; +0,62;1,14;1,77;;;2,19;1,533;58; +0,4;1,97;2,42;;;2,19;1,533;60; +0,54;0,1;1,86;;;2,13;1,491;61; +0,37;0,83;1,49;;;2,13;1,491;60; +0,63;1,99;1,77;;;2,13;1,491;58; +0,09;3,69;3,74;;;2,13;1,491;53; +0,76;4,58;3,37;;;2,13;1,491;43; +0,66;1,06;0,93;;;2,13;1,491;36; +0,55;0,01;2,93;;;2,12;1,484;40; +0,9;3,07;3,28;;;2,12;1,484;41; +0,15;0,18;4,59;;;2,12;1,484;41; +0,44;1,68;5;;;2,12;1,484;44; +0,39;0,86;4,74;;;2,12;1,484;50; +0,29;2,51;1,83;;;2,12;1,484;67; +0,08;2,13;3,61;;;2,1;1,47;76; +0,67;0,6;4,91;;;2,1;1,47;71; +0,67;4,5;2,79;;;2,1;1,47;70; +0,45;0,12;0,26;;;2,1;1,47;68; +0,28;2,82;3,55;;;2,1;1,47;65; +0,77;4,75;3,88;;;2,1;1,47;64; +0,56;1,23;0,51;;;2,21;1,547;62; +0,76;0,37;3,45;;;2,21;1,547;61; +0,3;3,06;3,83;;;2,21;1,547;62; +0,87;2,5;4,4;;;2,21;1,547;63; +0,49;4,54;4,73;;;2,21;1,547;65; +0,83;0,45;2,9;;;2,21;1,547;68; +0,88;1,95;0,37;;;2,08;1,456;68; +0,95;4,2;3,86;;;2,08;1,456;67; +0,71;4,73;3,25;;;2,08;1,456;65; +0,38;1,13;3,96;;;2,08;1,456;60; +0,65;2,88;2,95;;;2,08;1,456;50; +0,66;1,72;4,66;;;2,08;1,456;42; +0,58;0,18;4,6;;;2,08;1,456;41; +0,58;3,37;1,34;;;2,08;1,456;42; +0,87;3,37;0,33;;;2,08;1,456;43; +0,65;1;3,46;;;2,08;1,456;46; +0,71;3,43;1,04;;;2,08;1,456;52; +0,5;4,38;1,84;;;2,08;1,456;68; +0,42;3,03;1,42;;;2,15;1,505;81; +0,54;0,34;0,01;;;2,15;1,505;78; +0,41;1,15;4,56;;;2,15;1,505;77; +0,42;0,88;3;;;2,15;1,505;74; +0,44;0,35;0,63;;;2,15;1,505;71; +0,73;0,03;0,23;;;2,15;1,505;68; +0,6;2,31;2,63;;;2,26;1,582;67; +0,03;0,41;2,36;;;2,26;1,582;66; +0,11;2,08;2,7;;;2,26;1,582;66; +0,4;2,87;1,14;;;2,26;1,582;67; +0,58;1,7;3,86;;;2,26;1,582;69; +0,97;1,51;4,49;;;2,26;1,582;71; +0,57;0,05;1,89;;;2,2;1,54;71; +0,48;1,75;2,23;;;2,2;1,54;70; +0,51;2,11;4,22;;;2,2;1,54;67; +0,97;2,59;2,06;;;2,2;1,54;62; +0,89;3,4;0,01;;;2,2;1,54;51; +0,53;1,05;3,14;;;2,2;1,54;43; +0,73;0,21;1,44;;;2,15;1,505;42; +0,82;3,3;0,32;;;2,15;1,505;43; +0,91;1,93;1,89;;;2,15;1,505;44; +0,49;4,84;3,3;;;2,15;1,505;46; +0,7;3,62;1,04;;;2,15;1,505;52; +0,36;3,73;0,76;;;2,15;1,505;68; +0,05;4,31;3,55;;;2,11;1,477;81; +0,72;3,61;0,87;;;2,11;1,477;79; +0,81;3,78;4,29;;;2,11;1,477;78; +0,5;1,19;0,34;;;2,11;1,477;75; +0,48;2,85;4,42;;;2,11;1,477;71; +0,24;2,05;1,2;;;2,11;1,477;69; +0,21;1,57;2,68;;;2,26;1,582;67; +0,24;4,77;1,35;;;2,26;1,582;66; +0,99;0,63;4,31;;;2,26;1,582;66; +0,79;1,39;1,07;;;2,26;1,582;67; +0,03;1,39;4,28;;;2,26;1,582;70; +0,23;4,45;2,58;;;2,26;1,582;71; +0,23;4,75;0,55;;;2,19;1,533;71; +0,31;4,21;0,95;;;2,19;1,533;70; +0,09;2,77;2,96;;;2,19;1,533;68; +0,48;2,11;0,24;;;2,19;1,533;61; +0,18;4,64;3,86;;;2,19;1,533;51; +0,3;2,77;0,75;;;2,19;1,533;43; +0,22;1,34;1,53;;;2,14;1,498;41; +0,86;1,44;0,7;;;2,14;1,498;42; +0,49;2,46;3,26;;;2,14;1,498;43; +0,34;1,79;3,99;;;2,14;1,498;46; +0,04;0,29;2,22;;;2,14;1,498;51; +0,23;2,92;0,52;;;2,14;1,498;67; +0,15;1,1;4,57;;;2,13;1,491;81; +0,37;1,43;2,8;;;2,13;1,491;78; +0,38;0,03;4,22;;;2,13;1,491;78; +0,08;2,71;1,97;;;2,13;1,491;74; +0,19;4,36;4,19;;;2,13;1,491;71; +0,95;2,64;1,71;;;2,13;1,491;68; +0,23;2,5;2,14;;;2,25;1,575;66; +0,45;4,23;3,55;;;2,25;1,575;65; +0,82;3,64;1,62;;;2,25;1,575;66; +0,38;4,75;3,3;;;2,25;1,575;67; +0,36;4,05;2,43;;;2,25;1,575;69; +0,2;2,13;2,85;;;2,25;1,575;71; +0,27;2,63;4,96;;;2,16;1,512;70; +0,47;1,81;0,93;;;2,16;1,512;70; +0,75;1,35;1,69;;;2,16;1,512;67; +0,67;4,95;3,77;;;2,16;1,512;61; +0,62;3,67;4,75;;;2,16;1,512;51; +0,5;4,3;1,56;;;2,16;1,512;43; +0,28;3,14;3,67;;;2,11;1,477;41; +0,41;0;3,76;;;2,11;1,477;42; +0,15;3,48;0,24;;;2,11;1,477;43; +0,19;3,47;1,48;;;2,11;1,477;45; +0,13;4,75;0,12;;;2,11;1,477;50; +0,56;0,73;1,32;;;2,11;1,477;66; +0,43;4,57;2,16;;;2,13;1,491;80; +0,08;1,42;4,92;;;2,13;1,491;77; +0,48;0,84;1,14;;;2,13;1,491;76; +0,59;0,44;0,49;;;2,13;1,491;73; +0,64;0,02;2,95;;;2,13;1,491;70; +0,07;2,78;4,34;;;2,13;1,491;67; +0,81;3,83;3,37;;;2,35;1,645;65; +0,77;4,93;1,51;;;2,35;1,645;64; +0,27;3,85;0,1;;;2,35;1,645;65; +0,97;4,62;2,36;;;2,35;1,645;66; +0,81;1,61;2,55;;;2,35;1,645;68; +0,43;2,62;2,5;;;2,35;1,645;70; +0,5;4,52;2,78;;;2,17;1,519;69; +0,74;3,56;2,12;;;2,17;1,519;68; +0,7;0,73;1,73;;;2,17;1,519;66; +0,58;4,11;2,26;;;2,17;1,519;60; +0,37;4,71;1,51;;;2,17;1,519;50; +0,02;0,04;1,86;;;2,17;1,519;42; +0,05;4,04;2,02;;;2,08;1,456;42; +0,44;1,25;4,32;;;2,08;1,456;42; +0,07;0,51;1;;;2,08;1,456;43; +0,71;4,01;3,08;;;2,08;1,456;46; +0,53;4,47;2,74;;;2,08;1,456;51; +0,51;2,2;4,16;;;2,08;1,456;66; +0,39;2,62;1,28;;;2,06;1,442;82; +0,89;1,67;1,23;;;2,06;1,442;78; +0,93;4,93;0,18;;;2,06;1,442;77; +0,96;2,6;2,97;;;2,06;1,442;74; +0,95;2,22;0,34;;;2,06;1,442;71; +0,68;1,54;2,35;;;2,06;1,442;68; +0,14;3,97;2,58;;;2,25;1,575;66; +0,6;4,38;3,73;;;2,25;1,575;65; +0,31;3,27;1,78;;;2,25;1,575;66; +0,79;4,11;2,63;;;2,25;1,575;67; +0,1;4,73;1,99;;;2,25;1,575;69; +0,39;3,28;4,71;;;2,25;1,575;71; +0,9;0,79;2,78;;;2,22;1,554;71; +0,6;2,64;0,1;;;2,22;1,554;70; +0,74;4,88;4,55;;;2,22;1,554;67; +0,87;4,51;4,65;;;2,22;1,554;61; +0,2;0,04;1,16;;;2,22;1,554;51; +0,42;2,03;3,56;;;2,22;1,554;43; +0,87;2,78;1,86;;;2,21;1,547;38; +0,65;2,46;1,45;;;2,21;1,547;39; +0,93;3,64;4,28;;;2,21;1,547;40; +0,52;3,02;3,25;;;2,21;1,547;42; +0,01;2,1;3,21;;;2,21;1,547;48; +0,02;1;2,6;;;2,21;1,547;64; +0,59;1,85;2,73;;;2,2;1,54;76; +0,03;2,28;2,76;;;2,2;1,54;73; +0,03;0,07;2,7;;;2,2;1,54;71; +0,09;1,57;2,62;;;2,2;1,54;69; +0,93;2,32;2,54;;;2,2;1,54;66; +0,7;2,73;2,93;;;2,2;1,54;64; +0,59;1,33;3,38;;;2,31;1,617;62; +0,61;1,93;2,45;;;2,31;1,617;61; +0,38;1,01;4,37;;;2,31;1,617;61; +0,88;3,97;3,59;;;2,31;1,617;61; +0,91;4,56;2,55;;;2,31;1,617;64; +0,22;4,03;3,2;;;2,31;1,617;66; +0,2;3,8;4,03;;;2,23;1,561;66; +0,08;2,37;2,02;;;2,23;1,561;65; +0,43;2,67;2,11;;;2,23;1,561;63; +0,82;3,53;3,54;;;2,23;1,561;58; +0,21;2,79;2,6;;;2,23;1,561;48; +0,77;0,7;4,47;;;2,23;1,561;40; +0,69;3,76;4,48;;;2,22;1,554;34; +0,55;3,54;1,18;;;2,22;1,554;35; +0,13;4,21;4,72;;;2,22;1,554;35; +0,9;2,04;4,99;;;2,22;1,554;38; +0,79;2,13;1,73;;;2,22;1,554;45; +0,37;2,91;3,91;;;2,22;1,554;60; +0,03;0,76;3,39;;;2,33;1,631;67; +0,57;3,25;2,2;;;2,33;1,631;63; +0,23;1,46;0,94;;;2,33;1,631;62; +0,52;3,09;2,87;;;2,33;1,631;60; +1;1,53;4,38;;;2,33;1,631;57; +0,57;0,41;2,61;;;2,33;1,631;56; +0,36;3,72;2,19;;;2,47;1,729;54; +0,51;0,46;3,27;;;2,47;1,729;54; +0,18;3,94;1,97;;;2,47;1,729;55; +0,57;4,48;3,09;;;2,47;1,729;56; +0,27;0,28;4,61;;;2,47;1,729;58; +0,01;2,62;0,04;;;2,47;1,729;60; +0,29;3,08;3,21;;;2,38;1,666;60; +0,22;3;1,15;;;2,38;1,666;60; +0,23;3,13;2,03;;;2,38;1,666;58; +0,73;1,39;1,03;;;2,38;1,666;53; +0,03;2,73;1,74;;;2,38;1,666;43; +0,11;2,87;1,02;;;2,38;1,666;36; +0,12;4,67;2,99;;;2,33;1,631;29; +0,1;2,23;4,69;;;2,33;1,631;30; +0,87;4,19;2,28;;;2,33;1,631;31; +0,11;1,17;3,99;;;2,33;1,631;34; +0,61;1,58;4,27;;;2,33;1,631;40; +0,2;0,33;3,48;;;2,33;1,631;53; +0,36;1,54;3,4;;;2,39;1,673;63; +0,9;1,31;2,87;;;2,39;1,673;61; +0,02;4,91;1,66;;;2,39;1,673;60; +0,18;4,03;0,18;;;2,39;1,673;57; +0,75;2,66;1,39;;;2,39;1,673;54; +0,83;0,36;2,4;;;2,39;1,673;52; +0,08;0,86;4,66;;;2,51;1,757;50; +0,74;0,67;2,1;;;2,51;1,757;50; +0,24;2,68;0,79;;;2,51;1,757;50; +0,23;4,19;3,45;;;2,51;1,757;51; +0,96;2,26;3,64;;;2,51;1,757;53; +0,9;3,13;3,48;;;2,51;1,757;55; +0,8;3,06;4,36;;;2,4;1,68;56; +0,06;0,19;4,13;;;2,4;1,68;55; +0,72;4,8;2,87;;;2,4;1,68;53; +0,21;1,26;2,17;;;2,4;1,68;48; +0,02;0,58;1,41;;;2,4;1,68;38; +0,99;3,15;3,91;;;2,4;1,68;31; +0,51;2,5;1,84;;;2,31;1,617;30; +0,86;1,35;3,5;;;2,31;1,617;31; +0,28;4,75;0,85;;;2,31;1,617;32; +0,85;4,01;0,63;;;2,31;1,617;35; +0,6;0,93;2,52;;;2,31;1,617;40; +0,45;3,97;3,81;;;2,31;1,617;54; +0,3;2,55;4,19;;;2,24;1,568;64; +0,51;3,07;1,82;;;2,24;1,568;63; +0,28;0,93;3,71;;;2,24;1,568;62; +0,99;2,02;1,51;;;2,24;1,568;59; +0,98;0,73;1,71;;;2,24;1,568;56; +0,25;0,91;0,73;;;2,24;1,568;53; +0,52;0,84;4,55;;;2,4;1,68;52; +0,49;3,54;1,35;;;2,4;1,68;51; +0,1;2,42;2,49;;;2,4;1,68;52; +0,79;2,68;3,44;;;2,4;1,68;52; +0,65;3,63;0,43;;;2,4;1,68;55; +0,02;3,44;3,1;;;2,4;1,68;56; +0,02;2,8;4,72;;;2,3;1,61;56; +0,78;4,33;2,73;;;2,3;1,61;56; +0,23;2,33;0,95;;;2,3;1,61;54; +0,45;4,58;0,87;;;2,3;1,61;49; +0,15;4,07;3,77;;;2,3;1,61;39; +0,79;4,52;2,46;;;2,3;1,61;32; +0,18;2,08;3,75;;;2,27;1,589;32; +0,04;2,33;4,32;;;2,27;1,589;33; +0,17;1,71;2,22;;;2,27;1,589;34; +0,39;0,5;2,72;;;2,27;1,589;37; +0,38;2,22;4,27;;;2,27;1,589;42; +0,5;0,48;2,07;;;2,27;1,589;56; +0,11;4,91;0,99;;;2,22;1,554;67; +0,66;0,28;3,3;;;2,22;1,554;65; +0,05;3,55;1,16;;;2,22;1,554;64; +0,68;4,4;2,86;;;2,22;1,554;61; +0,02;1,01;1,27;;;2,22;1,554;59; +0,64;2,05;3,97;;;2,22;1,554;56; +0,77;2,04;3,47;;;2,35;1,645;55; +0,77;0,31;1,36;;;2,35;1,645;54; +0,37;1,61;3,58;;;2,35;1,645;55; +0,82;3,06;2,22;;;2,35;1,645;55; +0,21;0,47;0,91;;;2,35;1,645;58; +0,94;1,37;2,91;;;2,35;1,645;59; +0,95;3,68;4,06;;;2,24;1,568;59; +0,01;2,7;4,22;;;2,24;1,568;58; +0,88;2,74;1,03;;;2,24;1,568;56; +0,44;2,94;1,7;;;2,24;1,568;51; +0,02;3,7;4,89;;;2,24;1,568;41; +0,58;0,21;2,03;;;2,24;1,568;34; +0,99;1,91;0,66;;;2,17;1,519;36; +0,87;3,67;4,69;;;2,17;1,519;37; +0,85;4,79;1,95;;;2,17;1,519;38; +0,32;3,95;1,42;;;2,17;1,519;41; +0,38;3,18;3,5;;;2,17;1,519;46; +0,86;1,77;4,87;;;2,17;1,519;62; +0,95;1,88;1,18;;;2,12;1,484;73; +0,63;1,61;4,58;;;2,12;1,484;71; +0,94;0,62;3,2;;;2,12;1,484;70; +0,65;0,39;4,73;;;2,12;1,484;67; +0,27;2,83;0,73;;;2,12;1,484;64; +0,3;3,14;1,06;;;2,12;1,484;62; +0,63;3,46;2,5;;;2,29;1,603;60; +0,44;0,64;3,64;;;2,29;1,603;59; +0,34;4,99;1,6;;;2,29;1,603;60; +0,58;2,43;0,55;;;2,29;1,603;61; +0,72;1,76;4,66;;;2,29;1,603;63; +0,64;2,07;2,95;;;2,29;1,603;64; +0,08;3,41;1,28;;;2,23;1,561;64; +0,79;2,19;3,06;;;2,23;1,561;63; +0,15;0,6;2,43;;;2,23;1,561;61; +0,45;3,88;0,82;;;2,23;1,561;56; +0,54;2,21;2,32;;;2,23;1,561;45; +0,95;3,65;2,82;;;2,23;1,561;37; +0,57;1,14;1,86;;;2,19;1,533;35; +0,02;2,32;3,7;;;2,19;1,533;36; +0,21;3,64;2,41;;;2,19;1,533;37; +0,18;4,15;2,11;;;2,19;1,533;40; +0,15;3,89;3,92;;;2,19;1,533;45; +0,9;4,18;0,33;;;2,19;1,533;60; +0,29;4,91;3,33;;;2,21;1,547;72; +0,88;1,4;1,47;;;2,21;1,547;70; +0,82;4,55;1,37;;;2,21;1,547;69; +0,98;1,37;3,63;;;2,21;1,547;67; +0,87;4,74;2,33;;;2,21;1,547;64; +0,09;0,56;1,48;;;2,21;1,547;61; +0,53;1,4;2,28;;;2,34;1,638;60; +0,96;3,29;3,34;;;2,34;1,638;59; +0,96;0,79;2,8;;;2,34;1,638;59; +0,06;0,67;3,03;;;2,34;1,638;60; +0,79;3,63;3,14;;;2,34;1,638;62; +0,72;4,72;4;;;2,34;1,638;63; +0,43;3,66;2,62;;;2,32;1,624;63; +0,32;4,57;4,53;;;2,32;1,624;63; +0,64;3,71;4,11;;;2,32;1,624;60; +0,91;3,05;0,52;;;2,32;1,624;55; +0,61;2,29;1,71;;;2,32;1,624;45; +0,12;4,35;2,16;;;2,32;1,624;37; +0,89;0,09;2,94;;;2,28;1,596;34; +0,9;3,75;1,38;;;2,28;1,596;34; +0,9;2,24;2,18;;;2,28;1,596;36; +0,11;4,73;2,05;;;2,28;1,596;38; +0,14;1,43;0,63;;;2,28;1,596;43; +0,86;4,22;0,55;;;2,28;1,596;59; +0,88;4,67;2,77;;;2,2;1,54;70; +0,9;2,38;1,55;;;2,2;1,54;67; +0,53;1,89;4,62;;;2,2;1,54;65; +0,1;0,88;4,18;;;2,2;1,54;63; +0,63;0,26;3,19;;;2,2;1,54;60; +0,12;2,77;3,02;;;2,2;1,54;58; +0,48;1,51;1,2;;;2,39;1,673;56; +0,59;3,14;3,53;;;2,39;1,673;55; +0,14;0,66;4,08;;;2,39;1,673;55; +0,2;2,74;4,15;;;2,39;1,673;56; +0,96;2,08;4,61;;;2,39;1,673;58; +0,93;1,99;4,37;;;2,39;1,673;61; +0,66;3,07;1,93;;;2,27;1,589;61; +0,02;2,19;2,04;;;2,27;1,589;60; +0,1;1,35;2,21;;;2,27;1,589;58; +0,7;1,11;2,74;;;2,27;1,589;53; +0,49;2,39;1,82;;;2,27;1,589;43; +0,28;1,33;0,3;;;2,27;1,589;36; +0,74;1,9;0,83;;;2,25;1,575;34; +0,38;1,19;4,84;;;2,25;1,575;35; +0,06;4,33;4,76;;;2,25;1,575;35; +0,57;1,79;4,16;;;2,25;1,575;38; +0,56;1,73;3,83;;;2,25;1,575;45; +0,05;0,01;0,06;;;2,25;1,575;61; +0,06;1,89;0,7;;;2,27;1,589;67; +0,74;1,1;1,5;;;2,27;1,589;64; +0,53;2,36;4,22;;;2,27;1,589;63; +0,47;4,28;2,88;;;2,27;1,589;60; +0,81;1,31;2,01;;;2,27;1,589;58; +0,53;1,13;1,32;;;2,27;1,589;56; +0,15;0,33;0,51;;;2,34;1,638;55; +0,23;0,32;3,87;;;2,34;1,638;54; +0,56;0,51;0,02;;;2,34;1,638;55; +0,94;1,21;0,43;;;2,34;1,638;56; +0,75;4,88;4,67;;;2,34;1,638;58; +0,51;4,12;0,51;;;2,34;1,638;60; +0,99;3,7;1,75;;;2,27;1,589;61; +0,12;4,7;4,46;;;2,27;1,589;60; +0,23;4,81;3,88;;;2,27;1,589;59; +0,89;4,25;4,08;;;2,27;1,589;54; +0,19;0,96;0,8;;;2,27;1,589;43; +0,71;1,87;0,62;;;2,27;1,589;36; +0,43;1,04;0,54;;;2,24;1,568;35; +0,46;4,23;2,52;;;2,24;1,568;36; +0,68;2,59;2,48;;;2,24;1,568;37; +0,01;0,54;2,44;;;2,24;1,568;40; +0,66;1,26;3,95;;;2,24;1,568;45; +0,88;0,07;0,33;;;2,24;1,568;60; +0,3;1,12;3,92;;;2,21;1,547;71; +0,62;0,43;1,42;;;2,21;1,547;69; +0,26;2,73;3,69;;;2,21;1,547;68; +0,32;4,14;3,68;;;2,21;1,547;66; +0,98;2,79;3,09;;;2,21;1,547;63; +0,94;3,11;3,22;;;2,21;1,547;60; +0,5;1,41;2,53;;;2,32;1,624;59; +0,56;0,31;1,5;;;2,32;1,624;58; +0,3;2,35;1,82;;;2,32;1,624;59; +0,97;4,37;4,63;;;2,32;1,624;59; +0,98;1,75;3,23;;;2,32;1,624;61; +0,05;0,63;1,58;;;2,32;1,624;63; +0,3;2,88;1,65;;;2,2;1,54;64; +0,42;3,88;2,72;;;2,2;1,54;63; +0,91;3,61;4,17;;;2,2;1,54;60; +0,9;2,36;4,74;;;2,2;1,54;55; +0,41;3,43;4,29;;;2,2;1,54;44; +0,85;0,29;4,82;;;2,2;1,54;37; +0,5;1,37;1,87;;;2,12;1,484;39; +0,46;0,32;0,65;;;2,12;1,484;41; +0,25;4,94;1,71;;;2,12;1,484;42; +0,55;4,36;1,29;;;2,12;1,484;44; +0,38;2,24;4,57;;;2,12;1,484;50; +0,24;0,21;4,66;;;2,12;1,484;65; +0,7;3,2;4,2;;;2,04;1,428;78; +0,63;3,27;4,53;;;2,04;1,428;76; +0,55;3,18;2,82;;;2,04;1,428;75; +0,35;3,32;1,3;;;2,04;1,428;72; +0,98;3,99;3,84;;;2,04;1,428;69; +0,87;1,17;2,25;;;2,04;1,428;66; +0,51;3,96;4,33;;;2,3;1,61;64; +0,78;0,29;3,5;;;2,3;1,61;63; +0,33;1,48;4,35;;;2,3;1,61;64; +0,58;3,5;2,57;;;2,3;1,61;65; +0,65;4,14;0,18;;;2,3;1,61;67; +0,1;4,39;4;;;2,3;1,61;69; +0,43;0,54;3,41;;;2,14;1,498;68; +0,03;4,16;4,53;;;2,14;1,498;67; +0,79;2,56;3,68;;;2,14;1,498;65; +0,48;2,72;2,58;;;2,14;1,498;59; +0,05;3,48;2,8;;;2,14;1,498;49; +0,79;2,76;4,08;;;2,14;1,498;41; +0,48;0,08;1,86;;;2,11;1,477;40; +0,57;4,38;2,87;;;2,11;1,477;41; +0,22;4,98;0,45;;;2,11;1,477;42; +0,01;3,31;3,5;;;2,11;1,477;45; +0,66;0,08;0,58;;;2,11;1,477;50; +0,03;3,45;4,69;;;2,11;1,477;66; +0,3;1,5;4,36;;;2,13;1,491;78; +0,23;2,56;1,85;;;2,13;1,491;76; +0,64;2,4;0,92;;;2,13;1,491;75; +0,44;1,61;3,73;;;2,13;1,491;72; +0,24;2,31;2,84;;;2,13;1,491;69; +0,94;0,83;3,51;;;2,13;1,491;66; +0,53;3,04;4,87;;;2,27;1,589;65; +0,05;3,64;3,51;;;2,27;1,589;64; +0,47;4,33;2,05;;;2,27;1,589;64; +0,99;0,49;3,41;;;2,27;1,589;65; +0,77;0,73;1,22;;;2,27;1,589;68; +0,57;1,49;3,86;;;2,27;1,589;69; +0,26;2,4;0,3;;;2,27;1,589;69; +0,04;2,36;2,37;;;2,27;1,589;68; +0,81;3,44;3,34;;;2,27;1,589;65; +0,16;1,61;3,89;;;2,27;1,589;59; +0,36;2,46;4,7;;;2,27;1,589;49; +0,86;0;2,39;;;2,27;1,589;41; +0,42;3,51;0,43;;;2,26;1,582;37; +0,77;1,75;4,74;;;2,26;1,582;38; +0,24;2,85;2,66;;;2,26;1,582;39; +0,57;0,32;3,27;;;2,26;1,582;42; +0,22;1,93;1,53;;;2,26;1,582;47; +0,63;0,35;3,28;;;2,26;1,582;63; +0,74;0,34;3,52;;;2,25;1,575;74; +0,17;4,91;4,19;;;2,25;1,575;72; +0,57;1,34;0;;;2,25;1,575;72; +0,94;2,09;0,15;;;2,25;1,575;69; +0,84;2,96;2,93;;;2,25;1,575;66; +0,99;1,61;0,38;;;2,25;1,575;63; +0,99;4,56;1,59;;;2,3;1,61;61; +0,78;3,18;1,36;;;2,3;1,61;61; +0,54;1,58;1,12;;;2,3;1,61;61; +0,89;4,04;4,95;;;2,3;1,61;62; +0,59;0,38;4,53;;;2,3;1,61;64; +0,37;3,91;3,13;;;2,3;1,61;66; +0,48;3,48;0,78;;;2,28;1,596;65; +0,61;3,11;4,28;;;2,28;1,596;64; +0,55;1,45;3,81;;;2,28;1,596;62; +0,04;4,14;3,52;;;2,28;1,596;56; +0,11;4,57;0,36;;;2,28;1,596;46; +0,64;4,59;3,49;;;2,28;1,596;39; +0,63;0,66;3,03;;;2,27;1,589;36; +0,81;1,59;4,62;;;2,27;1,589;37; +0,32;4,18;2,89;;;2,27;1,589;38; +0,74;1,81;0,3;;;2,27;1,589;41; +0,95;1,36;2,13;;;2,27;1,589;46; +0,43;2,51;3,2;;;2,27;1,589;61; +0,53;0,75;4,71;;;2,25;1,575;73; +0,94;0,94;4,63;;;2,25;1,575;71; +0,45;4,69;3,21;;;2,25;1,575;70; +0,92;3,4;4,95;;;2,25;1,575;68; +0,98;1,4;4;;;2,25;1,575;65; +0,63;0,01;2,03;;;2,25;1,575;62; +0,07;1,57;0,18;;;2,25;1,575;60; +0,73;1,72;0,62;;;2,25;1,575;59; +0,78;0,23;1,55;;;2,25;1,575;60; +0,71;4,14;1,19;;;2,25;1,575;61; +0,63;1,12;4,79;;;2,25;1,575;63; +0,98;0,12;2,41;;;2,25;1,575;64; +0,98;1,35;4,89;;;2,22;1,554;64; +0,78;1,33;2,68;;;2,22;1,554;63; +0,2;3,73;0,39;;;2,22;1,554;61; +0,01;3,07;3,78;;;2,22;1,554;55; +0,7;2,54;1,18;;;2,22;1,554;45; +0,2;0,61;2,85;;;2,22;1,554;38; +0,22;4,18;3,47;;;2,21;1,547;34; +0,58;3,11;1,17;;;2,21;1,547;35; +0,65;0,76;2,16;;;2,21;1,547;36; +0,69;3,77;0,45;;;2,21;1,547;38; +0,02;3,44;3,86;;;2,21;1,547;44; +0,44;2,83;2,15;;;2,21;1,547;60; +0,11;0,54;1,59;;;2,23;1,561;71; +0,63;1,17;2,29;;;2,23;1,561;68; +0,33;3,61;3,94;;;2,23;1,561;66; +0,73;1,8;0,31;;;2,23;1,561;63; +0,31;4,38;0,48;;;2,23;1,561;60; +0,91;4,82;0,62;;;2,23;1,561;59; +0,41;1,11;1,43;;;2,32;1,624;57; +0,53;2,23;0,98;;;2,32;1,624;56; +0;2,83;2,2;;;2,32;1,624;56; +0,15;1,7;3,17;;;2,32;1,624;56; +0,11;1,69;1,98;;;2,32;1,624;59; +0,53;2,04;1,73;;;2,32;1,624;61; +0,2;4,86;0,74;;;2,32;1,624;61; +0,38;4,39;1,1;;;2,32;1,624;61; +0,7;3,15;3,2;;;2,32;1,624;59; +0,75;3,05;2,07;;;2,32;1,624;54; +0,31;2,45;0,6;;;2,32;1,624;44; +0,6;0,95;0,61;;;2,32;1,624;36; +0,26;0,39;1,2;;;2,29;1,603;33; +0,65;1,14;0,44;;;2,29;1,603;33; +0,09;4,23;0,78;;;2,29;1,603;34; +0,3;3,85;1,75;;;2,29;1,603;36; +0,27;3,47;2,87;;;2,29;1,603;43; +0,76;1,37;2,77;;;2,29;1,603;59; +0,16;3,61;3,32;;;2,29;1,603;65; +0,78;1,52;2,41;;;2,29;1,603;61; +0,51;1,17;0,16;;;2,29;1,603;60; +0,87;0,29;0,73;;;2,29;1,603;58; +0,24;2,99;3,7;;;2,29;1,603;56; +0,58;1,84;1,83;;;2,29;1,603;54; +0,16;2,29;2,58;;;2,38;1,666;53; +0,33;2,19;0,65;;;2,38;1,666;52; +0,68;0,12;4,53;;;2,38;1,666;53; +0,49;4,9;0,88;;;2,38;1,666;54; +0,15;2,43;0,78;;;2,38;1,666;56; +0,41;0,96;3,02;;;2,38;1,666;58; +0,57;3,04;0,07;;;2,36;1,652;59; +0,48;1,14;2,46;;;2,36;1,652;58; +0,77;4,75;4,42;;;2,36;1,652;57; +0,61;3,69;3,84;;;2,36;1,652;52; +0,33;2,48;0,39;;;2,36;1,652;42; +0,44;2,59;1,63;;;2,36;1,652;35; +0,84;4,78;0,97;;;2,34;1,638;31; +0,85;2,96;2,78;;;2,34;1,638;32; +0,42;0,51;3,87;;;2,34;1,638;33; +0,62;1,3;1,71;;;2,34;1,638;35; +0,33;0,04;2,65;;;2,34;1,638;41; +0,24;1,58;0,53;;;2,34;1,638;55; +0,56;3,13;4,52;;;2,32;1,624;65; +0,79;2,32;2,15;;;2,32;1,624;63; +0,9;4,51;3,6;;;2,32;1,624;61; +0,8;3,07;4,13;;;2,32;1,624;59; +0,69;4,31;3,95;;;2,32;1,624;57; +0,22;1,04;3,46;;;2,32;1,624;54; +0,82;0,5;2,5;;;2,39;1,673;53; +0,24;4,96;1,74;;;2,39;1,673;52; +0,7;0,98;4,27;;;2,39;1,673;53; +0,13;0,19;0,52;;;2,39;1,673;53; +0,55;4,27;3;;;2,39;1,673;55; +0,33;0,32;4,49;;;2,39;1,673;57; +0,73;3,68;4,08;;;2,36;1,652;57; +0,86;3,51;3,46;;;2,36;1,652;57; +0,67;1,96;2,06;;;2,36;1,652;54; +0,92;4,45;3,94;;;2,36;1,652;50; +0,63;0,01;3,13;;;2,36;1,652;40; +0,62;1,35;0,19;;;2,36;1,652;33; +0,56;4,43;3,36;;;2,34;1,638;30; +0,41;3,18;2,78;;;2,34;1,638;31; +0,36;4,25;0,93;;;2,34;1,638;32; +0,35;3,71;4,82;;;2,34;1,638;34; +0,11;4,26;0,9;;;2,34;1,638;39; +0,11;2,04;1,19;;;2,34;1,638;52; +0,08;0,44;0,01;;;2,33;1,631;62; +0,96;1,15;0,82;;;2,33;1,631;61; +0,57;0,29;4,63;;;2,33;1,631;59; +0,43;0,34;0,08;;;2,33;1,631;57; +0,04;2,67;0,94;;;2,33;1,631;54; +0,15;3,38;4,8;;;2,33;1,631;52; +0,92;1,69;1,06;;;2,42;1,694;51; +0,22;1,1;2,56;;;2,42;1,694;50; +0,47;1,91;4,87;;;2,42;1,694;51; +0,52;3,07;2,69;;;2,42;1,694;52; +0,14;2,2;2,65;;;2,42;1,694;54; +0,87;1,77;0,79;;;2,42;1,694;55; +0,59;3,15;3,76;;;2,37;1,659;55; +0,02;3,78;3,65;;;2,37;1,659;54; +0,21;1,91;1,17;;;2,37;1,659;52; +0,74;4,46;4,48;;;2,37;1,659;48; +0,86;0,98;4,42;;;2,37;1,659;38; +0,38;0,78;3,03;;;2,37;1,659;31; +0,45;1,53;4,62;;;2,35;1,645;29; +0,09;0,93;3;;;2,35;1,645;30; +0,45;1,16;2,07;;;2,35;1,645;31; +0,17;0,58;0,4;;;2,35;1,645;34; +0,8;4,9;4,54;;;2,35;1,645;39; +0,6;3,95;3,74;;;2,35;1,645;53; +0,1;3,74;2,36;;;2,34;1,638;63; +0,81;1,92;2,13;;;2,34;1,638;61; +0,71;3,83;0,1;;;2,34;1,638;60; +0,47;1,57;2,86;;;2,34;1,638;57; +0,01;4,06;1,06;;;2,34;1,638;54; +0,5;2,92;4,45;;;2,34;1,638;52; +0,25;0,89;2,77;;;2,36;1,652;50; +0,45;1,3;3,91;;;2,36;1,652;50; +0,49;3,29;4,44;;;2,36;1,652;50; +0,5;4,26;2,78;;;2,36;1,652;51; +0,91;2,88;0,28;;;2,36;1,652;53; +0,23;4,06;0,25;;;2,36;1,652;55; +0,41;4,79;3,27;;;2,31;1,617;55; +0,34;0,52;0,15;;;2,31;1,617;54; +0,82;1,06;2,89;;;2,31;1,617;53; +0,95;0,35;1,18;;;2,31;1,617;48; +0,19;0,02;4,8;;;2,31;1,617;38; +0,03;1,07;2,14;;;2,31;1,617;31; +0,43;2,28;3,17;;;2,28;1,596;33; +0,72;4,47;0,61;;;2,28;1,596;34; +0,19;1,4;3;;;2,28;1,596;35; +0,08;4,49;1,03;;;2,28;1,596;37; +0,72;1,83;1,09;;;2,28;1,596;43; +0,28;1,74;2,98;;;2,28;1,596;57; +0,32;3,2;0,47;;;2,25;1,575;68; +0,8;3,87;4,06;;;2,25;1,575;66; +0,96;1,76;2,1;;;2,25;1,575;65; +0,87;4,71;2,15;;;2,25;1,575;62; +0,35;1,28;4,95;;;2,25;1,575;60; +0,86;0,92;2,4;;;2,25;1,575;57; +0,65;4,44;4,82;;;2,24;1,568;55; +0,28;4,56;1,44;;;2,24;1,568;55; +0,63;2,25;4,19;;;2,24;1,568;56; +0,37;1,93;4,79;;;2,24;1,568;56; +0,22;0,49;4,34;;;2,24;1,568;59; +0,26;1,27;3,86;;;2,24;1,568;60; +1;4,68;2,95;;;2,24;1,568;60; +0,94;0,95;0,2;;;2,24;1,568;59; +0,62;4,74;3,42;;;2,24;1,568;57; +0,84;1,32;4,25;;;2,24;1,568;52; +0,85;2,75;4,3;;;2,24;1,568;41; +0,47;0,64;1,39;;;2,24;1,568;34; +0,26;3;1,54;;;2,24;1,568;33; +0,87;1,32;3,56;;;2,24;1,568;34; +0,58;0,24;3,89;;;2,24;1,568;35; +0,75;0,99;1,79;;;2,24;1,568;37; +0,47;4,02;2,89;;;2,24;1,568;43; +0,33;0,91;1,67;;;2,24;1,568;58; +0,43;0,83;4,11;;;2,25;1,575;69; +0,84;3,01;0,58;;;2,25;1,575;68; +0,25;4,71;1,11;;;2,25;1,575;66; +0,86;0,83;4,82;;;2,25;1,575;63; +0,82;4,93;0,9;;;2,25;1,575;61; +0,31;1,34;0,32;;;2,25;1,575;58; +0,63;1,25;2,75;;;2,31;1,617;57; +0,06;4,32;3,09;;;2,31;1,617;56; +0,56;4,71;4,25;;;2,31;1,617;56; +0,65;1,37;4,64;;;2,31;1,617;57; +0,32;4,7;0,2;;;2,31;1,617;59; +0,7;2,66;1,54;;;2,31;1,617;61; +0;3,77;3,64;;;2,3;1,61;61; +0,93;0,93;0,57;;;2,3;1,61;60; +0,18;1,44;4,1;;;2,3;1,61;58; +0,2;2,07;1,87;;;2,3;1,61;53; +0,73;4,8;2,19;;;2,3;1,61;42; +0,68;4,32;0,41;;;2,3;1,61;35; +0,4;1,69;2,62;;;2,27;1,589;33; +0,8;0,41;3,24;;;2,27;1,589;34; +0,69;4,27;3,18;;;2,27;1,589;35; +0,56;3,03;4,88;;;2,27;1,589;37; +0,54;0,16;2,71;;;2,27;1,589;43; +0,11;0,91;4,64;;;2,27;1,589;58; +0,14;3,41;4,85;;;2,24;1,568;69; +0,03;1,22;3,86;;;2,24;1,568;65; +0,52;2,28;4,19;;;2,24;1,568;64; +0,91;3,01;4,16;;;2,24;1,568;61; +0,79;4,6;2,44;;;2,24;1,568;59; +0,64;0,75;3,53;;;2,24;1,568;57; +0,15;3,81;3,4;;;2,31;1,617;55; +0,21;3,98;3,53;;;2,31;1,617;54; +0,45;4,49;3,88;;;2,31;1,617;54; +0,19;4,91;3,82;;;2,31;1,617;55; +0,68;3,06;3,79;;;2,31;1,617;57; +0,31;4,32;4,93;;;2,31;1,617;59; +0,62;0,71;1,73;;;2,32;1,624;60; +0,96;3,83;4,94;;;2,32;1,624;59; +0,72;4,95;4,72;;;2,32;1,624;57; +0,95;0,26;3,59;;;2,32;1,624;52; +0,27;3,02;1,47;;;2,32;1,624;42; +0,22;4,44;0,97;;;2,32;1,624;35; +0,88;0,58;4,76;;;2,34;1,638;31; +0,31;2,73;0,26;;;2,34;1,638;32; +0,97;2,42;4,88;;;2,34;1,638;32; +0,94;4,53;2,55;;;2,34;1,638;35; +0,49;3,56;4,09;;;2,34;1,638;42; +0,93;2,33;0,29;;;2,34;1,638;57; +0,93;0,03;4,34;;;2,34;1,638;63; +0,38;4,35;0,36;;;2,34;1,638;60; +0,11;3,04;3,78;;;2,34;1,638;58; +0,53;4,95;2,06;;;2,34;1,638;56; +0,37;2,5;3,57;;;2,34;1,638;54; +0,63;1,66;1,68;;;2,34;1,638;53; +0,08;0,13;4,62;;;2,41;1,687;51; +0,57;4;4,11;;;2,41;1,687;50; +0,65;3,28;3,19;;;2,41;1,687;51; +0,88;1,98;1,96;;;2,41;1,687;52; +0,65;4,33;1,31;;;2,41;1,687;54; +0,12;1,15;3,58;;;2,41;1,687;57; +0,13;1,42;4,81;;;2,35;1,645;57; +0,14;0,99;4,57;;;2,35;1,645;56; +0,74;1,01;2,07;;;2,35;1,645;55; +0,64;1,71;3,57;;;2,35;1,645;50; +0,88;1,53;2,65;;;2,35;1,645;40; +0,92;1,34;4,41;;;2,35;1,645;34; +0,17;1,13;4,18;;;2,36;1,652;28; +0,44;1,03;1,32;;;2,36;1,652;29; +0,56;2,94;0,7;;;2,36;1,652;30; +0,57;3,48;4,66;;;2,36;1,652;33; +0,41;2,4;4,1;;;2,36;1,652;38; +0,42;3,68;0,72;;;2,36;1,652;52; +0,5;2,94;3,65;;;2,36;1,652;61; +0,2;0,43;2,34;;;2,36;1,652;60; +0,87;3,24;4,58;;;2,36;1,652;58; +0,51;4,39;0,83;;;2,36;1,652;55; +0,6;1,06;2,77;;;2,36;1,652;53; +0,39;3,49;4,72;;;2,36;1,652;50; +0,99;4,32;1,57;;;2,46;1,722;49; +0,2;2,9;1,74;;;2,46;1,722;48; +0,62;0,37;0,92;;;2,46;1,722;49; +0,14;0,25;0,58;;;2,46;1,722;50; +0,24;0,64;3,19;;;2,46;1,722;52; +0,81;4,67;2,57;;;2,46;1,722;53; +0,03;0,94;1,1;;;2,44;1,708;54; +0,92;3,94;3,75;;;2,44;1,708;54; +0,93;3,3;1,54;;;2,44;1,708;52; +0,67;3,28;1,94;;;2,44;1,708;47; +0,27;2,17;4,92;;;2,44;1,708;37; +0,64;1,48;4,12;;;2,44;1,708;30; +0,45;1,22;0,95;;;2,39;1,673;27; +0,07;4,85;1,13;;;2,39;1,673;29; +0,79;0,98;0,48;;;2,39;1,673;29; +0,67;4,85;2,75;;;2,39;1,673;32; +0,12;4,98;0,08;;;2,39;1,673;37; +0,53;0,1;3,58;;;2,39;1,673;50; +0,66;0,27;3;;;2,35;1,645;60; +0,08;3,62;3,73;;;2,35;1,645;59; +0,56;0,76;4,23;;;2,35;1,645;57; +0,91;4,93;0,93;;;2,35;1,645;54; +0,43;1,52;4,88;;;2,35;1,645;51; +0,72;2,45;3,52;;;2,35;1,645;49; +0,77;3,41;3,21;;;2,43;1,701;48; +0,59;1,65;3,32;;;2,43;1,701;47; +0,26;3,25;2,19;;;2,43;1,701;48; +0,09;2,49;0,71;;;2,43;1,701;49; +0,9;0,24;1,47;;;2,43;1,701;51; +0,34;3,96;2,68;;;2,43;1,701;52; +0,57;3,48;0,78;;;2,36;1,652;52; +0,26;0,36;0,24;;;2,36;1,652;52; +0,5;3,21;1,76;;;2,36;1,652;50; +0,1;2,62;4,6;;;2,36;1,652;46; +0,88;4,06;0,39;;;2,36;1,652;36; +0,15;0,97;2,59;;;2,36;1,652;29; +0,37;3,9;3,07;;;2,31;1,617;29; +0,2;3,11;2,88;;;2,31;1,617;30; +0,98;0,12;0,64;;;2,31;1,617;31; +0,48;2,63;3,39;;;2,31;1,617;33; +0,46;1,97;2,25;;;2,31;1,617;38; +0,07;4,38;4,4;;;2,31;1,617;52; +0,7;4,19;4,94;;;2,29;1,603;61; +0,57;4;4,13;;;2,29;1,603;60; +0,53;1,76;1,29;;;2,29;1,603;58; +0,46;3,75;1,83;;;2,29;1,603;56; +0,85;0,28;1,28;;;2,29;1,603;54; +0,36;3,98;2,86;;;2,29;1,603;51; +0,79;4,27;2,65;;;2,39;1,673;50; +0,18;3,92;1,25;;;2,39;1,673;50; +0,94;1,91;2,9;;;2,39;1,673;50; +0,54;4,94;3,87;;;2,39;1,673;51; +0,75;0,83;2,1;;;2,39;1,673;53; +0,95;3,16;2,22;;;2,39;1,673;54; +0,58;0,61;1,8;;;2,34;1,638;54; +0,37;3,89;0,36;;;2,34;1,638;53; +0,28;2,49;2,25;;;2,34;1,638;52; +0,38;2,41;2,74;;;2,34;1,638;47; +1;3,45;4,47;;;2,34;1,638;37; +0,52;4,49;3,98;;;2,34;1,638;31; +0,36;3,92;2,46;;;2,31;1,617;33; +0,4;2,74;2,1;;;2,31;1,617;34; +0,23;4,51;2,36;;;2,31;1,617;35; +0,47;2,5;4,31;;;2,31;1,617;38; +0,68;4,42;1,41;;;2,31;1,617;43; +0,39;4,05;2,6;;;2,31;1,617;58; +0,55;2;2,42;;;2,27;1,589;68; +0,45;4,3;1,82;;;2,27;1,589;67; +0,03;1,13;4,07;;;2,27;1,589;65; +0,81;0,44;4,8;;;2,27;1,589;63; +0,23;3,23;0,16;;;2,27;1,589;60; +0,46;1,03;1,8;;;2,27;1,589;58; +0,84;2,82;4,49;;;2,24;1,568;56; +0,6;2,63;2,88;;;2,24;1,568;56; +0,8;2,44;1,07;;;2,24;1,568;56; +0,85;3,75;3,12;;;2,24;1,568;57; +0,29;0,48;3,16;;;2,24;1,568;59; +0,94;4,35;2,31;;;2,24;1,568;60; +0,68;0,06;3,02;;;2,15;1,505;60; +0,85;0,5;3,26;;;2,15;1,505;59; +0,24;1,02;2,43;;;2,15;1,505;58; +0,82;0,76;4,2;;;2,15;1,505;52; +0,45;1,54;4,37;;;2,15;1,505;42; +0,98;0,05;4,26;;;2,15;1,505;35; +0;0,35;3,16;;;2,09;1,463;40; +0,18;0,78;0,98;;;2,09;1,463;41; +0,27;3,03;1,29;;;2,09;1,463;42; +0,22;0,42;2,51;;;2,09;1,463;45; +0,58;2,09;2,43;;;2,09;1,463;50; +0,84;0,16;3,27;;;2,09;1,463;66; +0,81;3,35;3,26;;;2,05;1,435;80; +0,96;1,86;1,51;;;2,05;1,435;77; +0,78;4,68;3,57;;;2,05;1,435;77; +0,43;0,08;2,64;;;2,05;1,435;74; +0,26;3,22;3,97;;;2,05;1,435;71; +0,41;1,91;2,11;;;2,05;1,435;68; +0,4;0,11;4,33;;;2,15;1,505;66; +0,12;4,26;4,98;;;2,15;1,505;65; +0,79;3,08;0,43;;;2,15;1,505;66; +0,49;3,99;0,01;;;2,15;1,505;66; +0,42;3,18;4,76;;;2,15;1,505;69; +0,58;3,22;1,82;;;2,15;1,505;70; +0,18;1,85;2,16;;;2,08;1,456;70; +0,87;1,23;3,69;;;2,08;1,456;69; +0,37;2,34;4,37;;;2,08;1,456;66; +0,39;4,35;3,88;;;2,08;1,456;60; +0,05;0,63;1,52;;;2,08;1,456;49; +0,19;3,77;4,87;;;2,08;1,456;42; +0,65;3,93;2,92;;;2,07;1,449;44; +0,58;2,13;3,14;;;2,07;1,449;44; +0,89;1,9;4,33;;;2,07;1,449;45; +0,39;0,57;4,57;;;2,07;1,449;48; +0,34;3,99;4,26;;;2,07;1,449;53; +0,5;2,46;2,47;;;2,07;1,449;70; +0,54;0,98;3,65;;;2,06;1,442;84; +0,29;3,61;0,65;;;2,06;1,442;79; +0,85;1,83;3,85;;;2,06;1,442;78; +0,04;4,58;2,72;;;2,06;1,442;75; +0,67;4,53;0,58;;;2,06;1,442;72; +0,6;3,19;0,63;;;2,06;1,442;70; +0,05;4,96;2,06;;;2,14;1,498;68; +0,79;3,99;0,73;;;2,14;1,498;67; +0,84;4,68;1,37;;;2,14;1,498;67; +0,23;3,82;3,24;;;2,14;1,498;67; +0,78;3,04;0,99;;;2,14;1,498;70; +0,82;1,38;3,24;;;2,14;1,498;72; +0,71;4,56;2,46;;;2,07;1,449;72; +0,39;3,66;3,12;;;2,07;1,449;71; +0,9;2,21;3,32;;;2,07;1,449;69; +0,98;3,38;3,1;;;2,07;1,449;63; +0,99;1,85;2,31;;;2,07;1,449;54; +0,33;4,35;2,88;;;2,07;1,449;46; +0,14;3,35;2,29;;;2,02;1,414;48; +0,12;1,14;4,98;;;2,02;1,414;49; +0,64;1,41;0,82;;;2,02;1,414;50; +0,61;4,82;4,79;;;2,02;1,414;52; +0,31;0,07;4,59;;;2,02;1,414;58; +0,87;3,11;3,61;;;2,02;1,414;77; +0,3;1,88;2,76;;;1,98;1,386;88; +0,54;0,64;3,38;;;1,98;1,386;82; +0,62;4,85;4,97;;;1,98;1,386;81; +0,53;4,36;2,8;;;1,98;1,386;78; +0,95;2,76;3,11;;;1,98;1,386;75; +0,19;3,26;1,85;;;1,98;1,386;74; +0,26;3,18;4,28;;;2,12;1,484;72; +0,53;2,75;3,79;;;2,12;1,484;71; +0,06;2,62;0,57;;;2,12;1,484;71; +0,93;1,43;3,26;;;2,12;1,484;73; +0,99;3,61;4,05;;;2,12;1,484;76; +0,85;1,82;3,39;;;2,12;1,484;78; +0,09;1,28;4,53;;;2,01;1,407;77; +0,52;4,82;1,71;;;2,01;1,407;77; +0,97;0,23;1,66;;;2,01;1,407;75; +0,57;3,09;3,23;;;2,01;1,407;69; +0,86;1,15;3,81;;;2,01;1,407;59; +0,65;4,34;3,51;;;2,01;1,407;50; +0,83;1,15;0,48;;;1,97;1,379;51; +0,37;2,81;2,31;;;1,97;1,379;52; +0,44;3,68;2,77;;;1,97;1,379;53; +0,36;3,43;3,53;;;1,97;1,379;56; +0,9;4,52;3,35;;;1,97;1,379;61; +0,85;4,79;3,56;;;1,97;1,379;78; +0,09;4,38;4,64;;;1,95;1,365;97; +0,61;2,36;1,68;;;1,95;1,365;92; +0,33;4,17;4,04;;;1,95;1,365;90; +0,66;2,71;3,22;;;1,95;1,365;87; +0,32;1,12;3,18;;;1,95;1,365;83; +0,68;2,03;2,36;;;1,95;1,365;80; +0,67;3,01;0,15;;;2,12;1,484;78; +0,41;0,34;1,66;;;2,12;1,484;77; +0,36;0,89;2,9;;;2,12;1,484;76; +0,36;3,51;2,61;;;2,12;1,484;78; +0,53;1,21;3,14;;;2,12;1,484;81; +0,74;3,55;0,54;;;2,12;1,484;83; +0,8;3,38;1,68;;;2,01;1,407;82; +0,61;0,25;3,78;;;2,01;1,407;81; +0,55;2,79;2,74;;;2,01;1,407;78; +0,7;2,85;3,44;;;2,01;1,407;73; +0,44;3,74;4,75;;;2,01;1,407;63; +0,36;3,64;2,12;;;2,01;1,407;53; +0,09;2,15;3,06;;;1,96;1,372;54; +0,67;4,6;3,49;;;1,96;1,372;54; +0,73;4,36;3,07;;;1,96;1,372;54; +0,11;3,81;3,48;;;1,96;1,372;57; +0,45;1,6;0,43;;;1,96;1,372;61; +0,74;3,73;0,23;;;1,96;1,372;77; +0,74;2,58;0,42;;;1,96;1,372;100; +0,47;2,24;0,68;;;1,96;1,372;93; +0,04;2,55;0,3;;;1,96;1,372;91; +0,83;0,85;4,57;;;1,96;1,372;87; +0,92;0,85;4,83;;;1,96;1,372;83; +0,09;2,02;0,85;;;1,96;1,372;80; +0,5;1,48;3,48;;;2,12;1,484;77; +0,33;1,69;0,45;;;2,12;1,484;76; +0,17;0,85;3,34;;;2,12;1,484;76; +0,15;3,88;1,65;;;2,12;1,484;79; +0,07;4,61;1,9;;;2,12;1,484;82; +0,95;2,1;2,84;;;2,12;1,484;84; +0,06;2,34;4,29;;;2,03;1,421;82; +0,87;2,95;2,05;;;2,03;1,421;82; +0,76;0,89;4,85;;;2,03;1,421;80; +0,57;4,1;2,11;;;2,03;1,421;74; +0,24;3,59;1,84;;;2,03;1,421;65; From 42eedb55ff8ba4e8037a2b62ead6a00dfccc001a Mon Sep 17 00:00:00 2001 From: sstroemer Date: Sat, 18 Jan 2025 17:23:40 +0100 Subject: [PATCH 2/6] feat: add experimental `_csv_config` to files section --- src/config/sections/files.jl | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/config/sections/files.jl b/src/config/sections/files.jl index 3dafc648..7f9f6962 100644 --- a/src/config/sections/files.jl +++ b/src/config/sections/files.jl @@ -1,7 +1,26 @@ function _prepare_config_files!(model::JuMP.Model) data = get(internal(model).input._tl_yaml["config"], "files", Dict{String, String}()) - @config(model, files) = Dict{String, String}(k => normpath(replace(v, '\\' => '/')) for (k, v) in data) + @config(model, files) = + Dict{String, String}(k => normpath(replace(v, '\\' => '/')) for (k, v) in data if k != "_csv_config") + + if any(startswith(k, "_") for k in keys(@config(model, files))) + @error "Please refrain from using file names (in the `files` section) starting with an underscore" + end + + _csv_config = ( + if haskey(data, "_csv_config") + @info "Modifying CSV loading configuration; this feature is experimental" + data["_csv_config"] + else + Dict{String, Any}() + end + ) + @config(model, files._csv_config) = Dict{String, Any}( + "comment" => get(_csv_config, "comment", nothing), + "delim" => only(get(_csv_config, "delim", ",")), + "decimal" => only(get(_csv_config, "decimal", ".")), + ) return nothing end From d38d9e2f21a4075c5d03d9c75eee4d3964e941bb Mon Sep 17 00:00:00 2001 From: sstroemer Date: Sat, 18 Jan 2025 17:24:43 +0100 Subject: [PATCH 3/6] feat: handle different configurations for CSV file formats; capture and report warnings/errors in CSV.jl --- src/utils/general.jl | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/utils/general.jl b/src/utils/general.jl index 0f1d179d..2b815cfc 100644 --- a/src/utils/general.jl +++ b/src/utils/general.jl @@ -291,14 +291,7 @@ Load a CSV file and optionally slice it based on the model's snapshot configurat - Snapshot aggregation and non-zero offsets are not supported together. - The function checks if the range of rows to be returned is within bounds and logs a critical message if it is not. """ -function _getcsv( - model::JuMP.Model, - filename::String; - sep::Char=',', - dec::Char='.', - sink=DataFrames.DataFrame, - slice::Bool, -) +function _getcsv(model::JuMP.Model, filename::String; sink=DataFrames.DataFrame, slice::Bool) @debug "Trying to load CSV" filename # NOTES: @@ -307,16 +300,33 @@ function _getcsv( # - The conversion to Float64 prevents Int64 columns being passed on. # - Using `identity` to "downcast" from `Union{Float64, Missing}` to `Float64`. + comment = @config(model, files._csv_config.comment, Union{String, Nothing}) + delim = @config(model, files._csv_config.delim, Char) + decimal = @config(model, files._csv_config.decimal, Char) + + local table + csv_stderr = @capture_err begin + table = CSV.read(filename, sink; comment, delim, decimal, stringtype=String)::DataFrames.DataFrame + end + + if !isempty(csv_stderr) + path_results = @config(model, paths.results) + curr_ts = Dates.format(Dates.now(), "yyyy_mm_dd_HHMMSSs") + csv_log = normpath(path_results, "csv_stderr_$(curr_ts).log") + first_log = split(csv_stderr, "\n")[1] + + @error "CSV file reading resulted in unexpected warnings/errors; full stderr will be written to `csv_log`" filename first_log csv_log + write(csv_log, csv_stderr) + end + if !slice # If we are not slicing we return the whole table. return DataFrames.mapcols( v -> v isa AbstractVector{Int64} ? convert(Vector{Float64}, v) : v, - CSV.read(filename, sink; delim=sep, stringtype=String, decimal=dec)::DataFrames.DataFrame, + table, )::DataFrames.DataFrame end - table = CSV.read(filename, sink; delim=sep, stringtype=String, decimal=dec)::DataFrames.DataFrame - # Get some snapshot config parameters offset = @config(model, optimization.snapshots.offset, Int64) aggregation = @config(model, optimization.snapshots.aggregate) From 693b40ffa0fa1ea404313fa3231669d6438ded5c Mon Sep 17 00:00:00 2001 From: sstroemer Date: Sat, 18 Jan 2025 17:25:42 +0100 Subject: [PATCH 4/6] fix: ignore "files" starting with an underscore (aligned with common "private" convention), since that is now in use for CSV format configs; minor fix to config usage in functions --- src/parser.jl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/parser.jl b/src/parser.jl index a40aef84..a93a4298 100644 --- a/src/parser.jl +++ b/src/parser.jl @@ -27,7 +27,7 @@ function _parse_model!(model::JuMP.Model, filename::String, @nospecialize(global end # Pre-load all registered files. - merge!(internal(model).input.files, _parse_inputfiles(model, @config(model, files))) + merge!(internal(model).input.files, _parse_inputfiles(model)) if !isempty(internal(model).input.files) @debug "Successfully read $(length(internal(model).input.files)) input file(s)" end @@ -178,10 +178,10 @@ function _parse_global_addons(model::JuMP.Model, @nospecialize(addons::Dict{Stri ) end -function _parse_inputfiles(model::JuMP.Model, files::Dict{String, Any}) - isempty(files) || @debug "Detected input files: Start preloading" +function _parse_inputfiles(model::JuMP.Model) + @debug "Start preloading input input files" return Dict{String, Union{DataFrames.DataFrame, Module}}( - name => _getfile(model, filename) for (name, filename) in files + name => _getfile(model, filename) for (name, filename) in @config(model, files) if !startswith(name, "_") ) end From 9fc2c3162912c7e7e956e9be542621b19381a2d7 Mon Sep 17 00:00:00 2001 From: sstroemer Date: Sat, 18 Jan 2025 17:26:16 +0100 Subject: [PATCH 5/6] test: new test for example 49, also covering a potentially misconfigured "locale" --- test/src/examples.jl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/test/src/examples.jl b/test/src/examples.jl index e35f9d9b..0807d812 100644 --- a/test/src/examples.jl +++ b/test/src/examples.jl @@ -214,3 +214,24 @@ end @test minimum(setpoint) ≈ -4.65 atol = 0.01 @test maximum(setpoint) ≈ 3.58 atol = 0.01 end + +@testitem "49_csv_format" tags = [:examples] setup = [Dependencies, TestExampleModule] begin + cfg = String(Assets.get_path("examples", "49_csv_formats.iesopt.yaml")) + + model = generate!(cfg) + @test size(internal(model).input.files["data"]) == (8760, 9) + + optimize!(model) + true_obj_val = + JuMP.objective_value(IESopt.run(String(Assets.get_path("examples", "07_csv_filestorage.iesopt.yaml")))) + @test JuMP.objective_value(model) ≈ true_obj_val + + @test size( + internal( + @test_logs (:error, "Error(s) during model generation") match_mode = :any generate!( + cfg; + config=Dict("files._csv_config" => Dict()), + ) + ).input.files["data"], + ) == (8760, 8) +end From 39b32853e34f9940d614a5a4ee440d786d79da20 Mon Sep 17 00:00:00 2001 From: sstroemer Date: Sat, 18 Jan 2025 17:27:52 +0100 Subject: [PATCH 6/6] chore: prep for v2.4.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3f272636..b81d8f56 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "IESopt" uuid = "ed3f0a38-8ad9-4cf8-877e-929e8d190fe9" -version = "2.3.0" +version = "2.4.0" [deps] ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"