diff --git a/apps/ccam/sample_data/20200325_1312/csv_to_excelCSV_and_Tags.py b/apps/ccam/sample_data/20200325_1312/csv_to_excelCSV_and_Tags.py index 088ddd7..0ff0aaa 100644 --- a/apps/ccam/sample_data/20200325_1312/csv_to_excelCSV_and_Tags.py +++ b/apps/ccam/sample_data/20200325_1312/csv_to_excelCSV_and_Tags.py @@ -1,22 +1,41 @@ #!/usr/bin/env python3 +import csv import os from os import listdir from os.path import isfile, join -inputPath = "./splitted_data/values_20200325_1312_1/" +inputPath = "./splitted_data/values_20200325_1312_10/" inputFile = "out.csv" inputTags = "tag.csv" outputFileName = "out_excel.csv" +headerName = "Tag" + +classificationOK = ["TRAIN_STABLE", "OPERATION"] +setOK = "1" +classificationDrift = ["TRAIN_DRIFT_UP", "TRAIN_DRIFT_DOWN"] +setDrift = "2" with open(inputPath + "/" + inputFile, 'r') as file: file_content = file.readlines() - - with open - + + with open(inputPath + "/" + inputTags, 'r') as t: + reader = csv.reader(t) + tags = list(reader) + + file_content[0] = file_content[0][:-1] + headerName + file_content[0][-1:] + + for i in range(1,len(file_content)): + if tags[i-1][0] in classificationOK: + file_content[i] = file_content[i][:-1] + setOK + file_content[i][-1:] + elif tags[i-1][0] in classificationDrift: + file_content[i] = file_content[i][:-1] + setDrift + file_content[i][-1:] + else: + print(tags[i-1][0], " is not included! i = ", i) + input() file_content = [f.replace(',', ';') for f in file_content] file_content = [f.replace('.', ',') for f in file_content] with open(inputPath + "/" + outputFileName, 'w') as file: file.writelines(file_content) diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_1/out_excel.csv b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_1/out_excel.csv deleted file mode 100644 index c196404..0000000 --- a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_1/out_excel.csv +++ /dev/null @@ -1,2000 +0,0 @@ -value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence; -46,0084;1;0,1;0,9;0;0;1;0;0;1;0;0; -46,0107;1;0,2;0,8;1;0;1;0;0;1;0;0; -46,0052;1;0,3;0,7;1;0;1;0;0;1;0;0; -46,0088;1;0,4;0,6;1;0;1;0;0;1;0;0; -46,0083;1;0,5;0,5;1;0;1;0;0;1;0;0; -46,0072;1;0,6;0,4;1;0;1;0;0;1;0;0; -46,0094;1;0,7;0,3;1;0;1;0;0;1;0;0; -46,0096;1;0,8;0,2;1;0;1;0;0;1;0;0; -46,0079;1;0,9;0,1;1;0;1;0;0;1;0;0; -46,0084;1;1;0;1;0;1;0;0;1;0;0; -46,0055;1;1;0;1;0;1;0;0;1;0;0; -46,007;1;1;0;1;0;1;0;0;1;0;0; -46,0069;1;1;0;1;0;1;0;0;1;0;0; -46,0097;1;1;0;1;0;1;0;0;1;0;0; -46,0076;1;1;0;1;0;1;0;0;1;0;0; -46,0079;1;1;0;1;0;1;0;0;1;0;0; -46,0095;1;1;0;1;0;1;0;0;1;0;0; -46,0077;1;1;0;1;0;1;0;0;1;0;0; -46,0086;1;1;0;1;0;1;0;0;1;0;0; -46,0077;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0092;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0099;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0109;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0089;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0084;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0061;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0074;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0089;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0036;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0094;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0119;1;1;0;1;0;1;0;1;1;0;1; -46,0074;1;1;0;1;0;1;0;1;1;0;1; -46,0062;1;1;0;1;0;1;0;1;1;0;1; -46,0084;1;1;0;1;0;1;0;1;1;0;1; -46,0081;1;1;0;1;0;1;0;1;1;0;1; -46,0037;1;1;0;1;0;1;0;1;1;0;1; -46,0132;1;1;0;1;0;1;0;1;1;0;1; -46,0087;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;1; -46,0113;1;1;0;1;0;1;0;1;1;0;1; -46,0011;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;1; -46,0066;1;1;0;1;0;1;0;1;1;0;1; -46,0065;1;1;0;1;0;1;0;1;1;0;1; -46,0069;1;1;0;1;0;1;0;1;1;0;1; -46,0087;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,0078;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0084;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0089;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0068;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0082;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0087;1;1;0;1;0;1;0;1;1;0;0,873422; -46,008;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0097;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0096;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0012;1;1;0;1;0;1;0;1;1;0;0,873422; -46,0091;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0056;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0086;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0082;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0079;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0085;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0079;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0091;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0075;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0071;1;1;0;1;0;1;0;1;1;0;0,982134; -46,0084;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0107;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0071;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0078;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0119;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0078;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0072;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0071;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0086;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0113;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0069;1;1;0;1;0;1;0;1;1;0;1; -46,0096;1;1;0;1;0;1;0;1;1;0;1; -46,0075;1;1;0;1;0;1;0;1;1;0;1; -46,0083;1;1;0;1;0;1;0;1;1;0;1; -46,0097;1;1;0;1;0;1;0;1;1;0;1; -46,0073;1;1;0;1;0;1;0;1;1;0;1; -46,0063;1;1;0;1;0;1;0;1;1;0;1; -46,004;1;1;0;1;0;1;0;1;1;0;1; -46,0075;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0062;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0117;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0058;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0078;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0133;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0086;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0088;1;1;0;1;0;1;0;1;1;0;0,870658; -46,011;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0076;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0102;1;1;0;1;0;1;0;1;1;0;0,870658; -46,0063;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0083;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0085;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0098;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0069;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0042;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0096;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0084;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0052;1;1;0;1;0;1;0;1;1;0;0,940681; -46,007;1;1;0;1;0;1;0;1;1;0;0,940681; -46,0068;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0025;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0072;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0083;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0132;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0077;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0094;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0086;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0065;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0058;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0097;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0078;1;1;0;1;0;1;0;1;1;0;0,983976; -46,004;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0089;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0087;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0076;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0094;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0084;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0073;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0081;1;1;0;1;0;1;0;1;1;0;0,983976; -46,0082;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0012;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0079;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0094;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0071;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0071;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0051;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0075;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0051;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0059;1;1;0;1;0;1;0;1;1;0;0,974764; -46,0098;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0063;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0083;1;1;0;1;0;1;0;1;1;0;0,677183; -46,009;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0098;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0063;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0103;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0045;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0058;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0084;1;1;0;1;0;1;0;1;1;0;0,677183; -46,0098;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0089;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0079;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0086;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0101;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0055;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0091;1;1;0;1;0;1;0;1;1;0;0,976606; -46,007;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0065;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0077;1;1;0;1;0;1;0;1;1;0;0,976606; -46,0102;1;1;0;1;0;1;0;1;1;0;1; -46,0097;1;1;0;1;0;1;0;1;1;0;1; -46,0115;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0056;1;1;0;1;0;1;0;1;1;0;1; -46,0089;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,0073;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0074;1;1;0;1;0;1;0;1;1;0;1; -46,0056;1;1;0;1;0;1;0;1;1;0;1; -46,0065;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,0092;1;1;0;1;0;1;0;1;1;0;1; -46,0066;1;1;0;1;0;1;0;1;1;0;1; -46,0043;1;1;0;1;0;1;0;1;1;0;1; -46,0105;1;1;0;1;0;1;0;1;1;0;1; -46,0074;1;1;0;1;0;1;0;1;1;0;1; -46,0056;1;1;0;1;0;1;0;1;1;0;1; -46,0104;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0082;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0062;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0066;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0105;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0062;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0078;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0078;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0076;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0054;1;1;0;1;0;1;0;1;1;0;0,937912; -46,0081;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0092;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0083;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0089;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0096;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0086;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0095;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0074;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0102;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0073;1;1;0;1;0;1;0;1;1;0;0,876186; -46,0094;1;1;0;1;0;1;0;1;1;0;1; -46,0103;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,0065;1;1;0;1;0;1;0;1;1;0;1; -46,0093;1;1;0;1;0;1;0;1;1;0;1; -46,0097;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0094;1;1;0;1;0;1;0;1;1;0;1; -46,0097;1;1;0;1;0;1;0;1;1;0;1; -46,0025;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,0066;1;1;0;1;0;1;0;1;1;0;1; -46,0076;1;1;0;1;0;1;0;1;1;0;1; -46,0084;1;1;0;1;0;1;0;1;1;0;1; -46,0081;1;1;0;1;0;1;0;1;1;0;1; -46,007;1;1;0;1;0;1;0;1;1;0;1; -46,0097;1;1;0;1;0;1;0;1;1;0;1; -46,0028;1;1;0;1;0;1;0;1;1;0;1; -46,0058;1;1;0;1;0;1;0;1;1;0;1; -46,0053;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0114;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0046;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0089;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0052;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0081;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0083;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0064;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0093;1;1;0;1;0;1;0;1;1;0;0,769315; -46,007;1;1;0;1;0;1;0;1;1;0;0,769315; -46,0128;1;1;0;1;0;1;0;1;1;0;1; -46,0071;1;1;0;1;0;1;0;1;1;0;1; -46,007;1;1;0;1;0;1;0;1;1;0;1; -46,0099;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;1; -46,0084;1;1;0;1;0;1;0;1;1;0;1; -46,0072;1;1;0;1;0;1;0;1;1;0;1; -46,0079;1;1;0;1;0;1;0;1;1;0;1; -46,0058;1;1;0;1;0;1;0;1;1;0;1; -46,0081;1;1;0;1;0;1;0;1;1;0;1; -46,0096;1;1;0;1;0;1;0;1;1;0;1; -46,0064;1;1;0;1;0;1;0;1;1;0;1; -46,0067;1;1;0;1;0;1;0;1;1;0;1; -46,005;1;1;0;1;0;1;0;1;1;0;1; -46,0059;1;1;0;1;0;1;0;1;1;0;1; -46,0066;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,0087;1;1;0;1;0;1;0;1;1;0;1; -46,0081;1;1;0;1;0;1;0;1;1;0;1; -46,0083;1;1;0;1;0;1;0;1;1;0;1; -46,0075;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0098;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0075;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0074;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0095;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0094;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0112;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0086;1;1;0;1;0;1;0;1;1;0;0,808931; -46,006;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0081;1;1;0;1;0;1;0;1;1;0;0,808931; -46,0064;1;1;0;1;0;1;0;1;1;0;1; -46,0097;1;1;0;1;0;1;0;1;1;0;1; -46,0093;1;1;0;1;0;1;0;1;1;0;1; -46,0067;1;1;0;1;0;1;0;1;1;0;1; -46,0076;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0087;1;1;0;1;0;1;0;1;1;0;1; -46,0064;1;1;0;1;0;1;0;1;1;0;1; -46,0092;1;1;0;1;0;1;0;1;1;0;1; -46,0061;1;1;0;1;0;1;0;1;1;0;1; -46,0065;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0111;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0098;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0109;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0081;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0077;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0077;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0068;1;1;0;1;0;1;0;1;1;0;0,967393; -46,01;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0078;1;1;0;1;0;1;0;1;1;0;0,967393; -46,0046;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0132;1;1;0;1;0;1;0;1;1;0;1; -46,0064;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0087;1;1;0;1;0;1;0;1;1;0;1; -46,0072;1;1;0;1;0;1;0;1;1;0;1; -46,0075;1;1;0;1;0;1;0;1;1;0;1; -46,0063;1;1;0;1;0;1;0;1;1;0;1; -46,0093;1;1;0;1;0;1;0;1;1;0;1; -46,0073;1;1;0;1;0;1;0;1;1;0;1; -46,0094;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0108;1;1;0;1;0;1;0;1;1;0;1; -46,0138;1;1;0;1;0;1;0;1;1;0;1; -46,012;1;1;0;1;0;1;0;1;1;0;1; -46,0102;1;1;0;1;0;1;0;1;1;0;1; -46,0103;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0106;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0104;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0084;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0034;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0119;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0075;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0085;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0124;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0137;1;1;0;1;0;1;0;1;1;0;0,719591; -46,0041;1;1;0;1;0;1;0;1;1;0;0,946209; -46,007;1;1;0;1;0;1;0;1;1;0;0,946209; -46,0096;1;1;0;1;0;1;0;1;1;0;0,946209; -46,011;1;1;0;1;0;1;0;1;1;0;0,946209; -46,0061;1;1;0;1;0;1;0;1;1;0;0,946209; -46,0076;1;1;0;1;0;1;0;1;1;0;0,946209; -46,0103;1;1;0;1;0;1;0;1;1;0;0,946209; -46,0083;1;1;0;1;0;1;0;1;1;0;0,946209; -46,0101;1;1;0;1;0;1;0;1;1;0;0,946209; -46,0088;1;1;0;1;0;1;0;1;1;0;0,946209; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0144;1;1;0;1;0;1;0;1;1;0;1; -46,0117;1;1;0;1;0;1;0;1;1;0;1; -46,01;1;1;0;1;0;1;0;1;1;0;1; -46,0095;1;1;0;1;0;1;0;1;1;0;1; -46,01;1;1;0;1;0;1;0;1;1;0;1; -46,0088;1;1;0;1;0;1;0;1;1;0;1; -46,0105;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;1; -46,0094;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0109;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0102;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0087;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0061;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0077;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0116;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0077;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0086;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0125;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0088;1;1;0;1;0;1;0;1;1;0;0,896463; -46,008;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0116;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0091;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0079;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0109;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0101;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0072;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0062;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0051;1;1;0;1;0;1;0;1;1;0;0,896463; -46,0062;1;1;0;1;0;1;0;1;1;0;1; -46,0075;1;1;0;1;0;1;0;1;1;0;1; -46,0068;1;1;0;1;0;1;0;1;1;0;1; -46,013;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;1; -46,0122;1;1;0;1;0;1;0;1;1;0;1; -46,0102;1;1;0;1;0;1;0;1;1;0;1; -46,0115;1;1;0;1;0;1;0;1;1;0;1; -46,0116;1;1;0;1;0;1;0;1;1;0;1; -46,0108;1;1;0;1;0;1;0;1;1;0;1; -46,0099;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0108;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0125;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0135;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0106;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0094;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0096;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0105;1;1;0;1;0;1;0;1;1;0;0,661556; -46,004;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0084;1;1;0;1;0;1;0;1;1;0;0,661556; -46,0107;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0115;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0102;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0078;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0101;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0105;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0108;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0084;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0102;1;1;0;1;0;1;0;1;1;0;0,727882; -46,0119;1;1;0;1;0;1;0;1;1;0;0,727882; -46,012;1;1;0;1;0;1;0;1;1;0;0,64866; -46,0094;1;1;0;1;0;1;0;1;1;0;0,64866; -46,0097;1;1;0;1;0;1;0;1;1;0;0,64866; -46,0115;1;1;0;1;0;1;0;1;1;0;0,64866; -46,008;1;1;0;1;0;1;0;1;1;0;0,64866; -46,01;1;1;0;1;0;1;0;1;1;0;0,64866; -46,0096;1;1;0;1;0;1;0;1;1;0;0,64866; -46,0129;1;1;0;1;0;1;0;1;1;0;0,64866; -46,0091;1;1;0;1;0;1;0;1;1;0;0,64866; -46,0083;1;1;0;1;0;1;0;1;1;0;0,64866; -46,0088;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0104;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0104;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0086;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0112;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0115;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0067;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0067;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0109;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0132;1;1;0;1;0;1;0;1;1;0;0,79605; -46,0105;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0117;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0118;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0104;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0107;1;1;0;1;0;1;0;1;1;0;0,722355; -46,01;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0112;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0123;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0108;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0102;1;1;0;1;0;1;0;1;1;0;0,722355; -46,0131;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0114;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0111;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0122;1;1;0;1;0;1;0;2;1;0;0,565971; -46,01;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0123;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0113;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0147;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0122;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0096;1;1;0;1;0;1;0;2;1;0;0,565971; -46,0137;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0129;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0135;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0116;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0135;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0126;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0099;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0121;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0094;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0118;1;1;0;1;0;1;0;2;1;0;0,720721; -46,0135;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0074;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0087;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0102;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0113;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0088;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0139;1;1;0;1;0;1;0;2;1;0;0,778751; -46,012;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0119;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0106;1;1;0;1;0;1;0;2;1;0;0,778751; -46,0109;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0135;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0089;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0156;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0126;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0141;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0124;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0119;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0158;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0126;1;1;0;1;0;1;0;1;1;0;0,584178; -46,0155;1;1;0;1;0;1;0;2;1;0;1; -46,0112;1;1;0;1;0;1;0;2;1;0;1; -46,0114;1;1;0;1;0;1;0;2;1;0;1; -46,0119;1;1;0;1;0;1;0;2;1;0;1; -46,0117;1;1;0;1;0;1;0;2;1;0;1; -46,015;1;1;0;1;0;1;0;2;1;0;1; -46,0115;1;1;0;1;0;1;0;2;1;0;1; -46,013;1;1;0;1;0;1;0;2;1;0;1; -46,0118;1;1;0;1;0;1;0;2;1;0;1; -46,0139;1;1;0;1;0;1;0;2;1;0;1; -46,0106;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0129;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0143;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0101;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0117;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0116;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0131;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0086;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0133;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0128;1;1;0;1;0;1;0;2;1;0;0,805463; -46,0126;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0144;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0124;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0162;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0138;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0119;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0108;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0124;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0111;1;1;0;1;0;1;0;2;1;0;0,779672; -46,014;1;1;0;1;0;1;0;2;1;0;0,779672; -46,0115;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0113;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0123;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0129;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0136;1;1;0;1;0;1;0;2;1;0;0,961128; -46,015;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0114;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0133;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0112;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0176;1;1;0;1;0;1;0;2;1;0;0,961128; -46,0142;1;1;0;1;0;1;0;2;1;0;1; -46,0109;1;1;0;1;0;1;0;2;1;0;1; -46,0131;1;1;0;1;0;1;0;2;1;0;1; -46,0134;1;1;0;1;0;1;0;2;1;0;1; -46,013;1;1;0;1;0;1;0;2;1;0;1; -46,0103;1;1;0;1;0;1;0;2;1;0;1; -46,0123;1;1;0;1;0;1;0;2;1;0;1; -46,0118;1;1;0;1;0;1;0;2;1;0;1; -46,0155;1;1;0;1;0;1;0;2;1;0;1; -46,0142;1;1;0;1;0;1;0;2;1;0;1; -46,0171;1;1;0;1;0;1;0;2;1;0;1; -46,0117;1;1;0;1;0;1;0;2;1;0;1; -46,0114;1;1;0;1;0;1;0;2;1;0;1; -46,0122;1;1;0;1;0;1;0;2;1;0;1; -46,0132;1;1;0;1;0;1;0;2;1;0;1; -46,0127;1;1;0;1;0;1;0;2;1;0;1; -46,0127;1;1;0;1;0;1;0;2;1;0;1; -46,0118;1;1;0;1;0;1;0;2;1;0;1; -46,0137;1;1;0;1;0;1;0;2;1;0;1; -46,0129;1;1;0;1;0;1;0;2;1;0;1; -46,0108;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0127;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0125;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0135;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0129;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0149;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0152;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0124;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0118;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0134;1;1;0;1;0;1;0;2;1;0;0,839544; -46,0139;1;1;0;1;0;1;0;2;1;0;1; -46,0089;1;1;0;1;0;1;0;2;1;0;1; -46,0055;1;1;0;1;0;1;0;2;1;0;1; -46,009;1;1;0;1;0;1;0;2;1;0;1; -46,0091;1;1;0;1;0;1;0;2;1;0;1; -46,008;1;1;0;1;0;1;0;2;1;0;1; -46,0083;1;1;0;1;0;1;0;2;1;0;1; -46,0106;1;1;0;1;0;1;0;2;1;0;1; -46,0076;1;1;0;1;0;1;0;2;1;0;1; -46,0053;1;1;0;1;0;1;0;2;1;0;1; -46,0044;1;1;0;1;0;1;0;1;1;0;0,934227; -46,0099;1;1;0;1;0;1;0;1;1;0;0,934227; -46,0094;1;1;0;1;0;1;0;1;1;0;0,934227; -46,0078;1;1;0;1;0;1;0;1;1;0;0,934227; -46,0067;1;1;0;1;0;1;0;1;1;0;0,934227; -46,005;1;1;0;1;0;1;0;1;1;0;0,934227; -46,0084;1;1;0;1;0;1;0;1;1;0;0,934227; -46,0079;1;1;0;1;0;1;0;1;1;0;0,934227; -46,0087;1;1;0;1;0;1;0;1;1;0;0,934227; -46,0059;1;1;0;1;0;1;0;1;1;0;0,934227; -46,003;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0068;1;1;0;1;0;1;0;1;1;0;0,837491; -46,008;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0087;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0097;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0088;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0057;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0082;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0091;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0104;1;1;0;1;0;1;0;1;1;0;0,837491; -46,0112;1;1;0;1;0;1;0;1;1;0;1; -46,0061;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0098;1;1;0;1;0;1;0;1;1;0;1; -46,0044;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,009;1;1;0;1;0;1;0;1;1;0;1; -46,0064;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0063;1;1;0;1;0;1;0;1;1;0;1; -46,0087;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0085;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0053;1;1;0;1;0;1;0;1;1;0;0,913959; -46,01;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0103;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0087;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0071;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0092;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0089;1;1;0;1;0;1;0;1;1;0;0,913959; -46,007;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,0075;1;1;0;1;0;1;0;1;1;0;1; -46,006;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0098;1;1;0;1;0;1;0;1;1;0;1; -46,0063;1;1;0;1;0;1;0;1;1;0;1; -46,0112;1;1;0;1;0;1;0;1;1;0;1; -46,0102;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,0084;1;1;0;1;0;1;0;1;1;0;1; -46,0072;1;1;0;1;0;1;0;1;1;0;1; -46,0089;1;1;0;1;0;1;0;1;1;0;1; -46,0074;1;1;0;1;0;1;0;1;1;0;1; -46,0108;1;1;0;1;0;1;0;1;1;0;1; -46,0055;1;1;0;1;0;1;0;1;1;0;1; -46,0076;1;1;0;1;0;1;0;1;1;0;1; -46,0064;1;1;0;1;0;1;0;1;1;0;1; -46,0052;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0074;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0056;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0076;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0093;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0058;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0059;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0084;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0111;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0097;1;1;0;1;0;1;0;1;1;0;0,913959; -46,0024;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0074;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0098;1;1;0;1;0;1;0;1;1;0;0,848547; -46,011;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0095;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0094;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0093;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0082;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0073;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0084;1;1;0;1;0;1;0;1;1;0;0,848547; -46,0069;1;1;0;1;0;1;0;1;1;0;1; -46,0056;1;1;0;1;0;1;0;1;1;0;1; -46,0059;1;1;0;1;0;1;0;1;1;0;1; -46,0066;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0064;1;1;0;1;0;1;0;1;1;0;1; -46,0047;1;1;0;1;0;1;0;1;1;0;1; -46,0081;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0097;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0068;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0089;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0062;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0094;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0065;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0087;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0055;1;1;0;1;0;1;0;1;1;0;0,789583; -46,0058;1;1;0;1;0;1;0;1;1;0;0,789583; -46,006;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0076;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0081;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0091;1;1;0;1;0;1;0;1;1;0;0,858681; -46,006;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0057;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0079;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0089;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0106;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0076;1;1;0;1;0;1;0;1;1;0;0,858681; -46,0094;1;1;0;1;0;1;0;1;1;0;1; -46,0079;1;1;0;1;0;1;0;1;1;0;1; -46,01;1;1;0;1;0;1;0;1;1;0;1; -46,0088;1;1;0;1;0;1;0;1;1;0;1; -46,0065;1;1;0;1;0;1;0;1;1;0;1; -46,0126;1;1;0;1;0;1;0;1;1;0;1; -46,0076;1;1;0;1;0;1;0;1;1;0;1; -46,0089;1;1;0;1;0;1;0;1;1;0;1; -46,0108;1;1;0;1;0;1;0;1;1;0;1; -46,0102;1;1;0;1;0;1;0;1;1;0;1; -46,0062;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0059;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0105;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0012;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0076;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0089;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0086;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0095;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0072;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0083;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0071;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0078;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0107;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0117;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0104;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0115;1;1;0;1;0;1;0;1;1;0;0,888163; -46,01;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0103;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0071;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0069;1;1;0;1;0;1;0;1;1;0;0,888163; -46,0118;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0104;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0092;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0088;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0099;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0103;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0078;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0104;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0098;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0145;1;1;0;1;0;1;0;1;1;0;0,767493; -46,0083;1;1;0;1;0;1;0;1;1;0;0,737094; -46,009;1;1;0;1;0;1;0;1;1;0;0,737094; -46,0088;1;1;0;1;0;1;0;1;1;0;0,737094; -46,0125;1;1;0;1;0;1;0;1;1;0;0,737094; -46,0066;1;1;0;1;0;1;0;1;1;0;0,737094; -46,0079;1;1;0;1;0;1;0;1;1;0;0,737094; -46,0109;1;1;0;1;0;1;0;1;1;0;0,737094; -46,0086;1;1;0;1;0;1;0;1;1;0;0,737094; -46,0089;1;1;0;1;0;1;0;1;1;0;0,737094; -46,008;1;1;0;1;0;1;0;1;1;0;0,737094; -46,0096;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0109;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0047;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0111;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0095;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0079;1;1;0;1;0;1;0;1;1;0;0,94713; -46,013;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0085;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0088;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0095;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0112;1;1;0;1;0;1;0;1;1;0;0,845796; -46,0109;1;1;0;1;0;1;0;1;1;0;0,845796; -46,0107;1;1;0;1;0;1;0;1;1;0;0,845796; -46,012;1;1;0;1;0;1;0;1;1;0;0,845796; -46,007;1;1;0;1;0;1;0;1;1;0;0,845796; -46,01;1;1;0;1;0;1;0;1;1;0;0,845796; -46,0128;1;1;0;1;0;1;0;1;1;0;0,845796; -46,006;1;1;0;1;0;1;0;1;1;0;0,845796; -46,0081;1;1;0;1;0;1;0;1;1;0;0,845796; -46,009;1;1;0;1;0;1;0;1;1;0;0,845796; -46,0073;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0132;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0087;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0072;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0113;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0116;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0106;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0077;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0127;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0069;1;1;0;1;0;1;0;1;1;0;0,872511; -46,0124;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0107;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0094;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0117;1;1;0;1;0;1;0;1;1;0;0,668926; -46,012;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0089;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0106;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0107;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0084;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0108;1;1;0;1;0;1;0;1;1;0;0,668926; -46,0088;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0069;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0104;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0127;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0084;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0133;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0095;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0103;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0103;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0085;1;1;0;1;0;1;0;1;1;0;0,676295; -46,0102;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0123;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0111;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0122;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0108;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0115;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0113;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0084;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0102;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0101;1;1;0;1;0;1;0;1;1;0;0,714985; -46,0071;1;1;0;1;0;1;0;1;1;0;0,607207; -46,011;1;1;0;1;0;1;0;1;1;0;0,607207; -46,01;1;1;0;1;0;1;0;1;1;0;0,607207; -46,0111;1;1;0;1;0;1;0;1;1;0;0,607207; -46,0106;1;1;0;1;0;1;0;1;1;0;0,607207; -46,0115;1;1;0;1;0;1;0;1;1;0;0,607207; -46,0108;1;1;0;1;0;1;0;1;1;0;0,607207; -46,0094;1;1;0;1;0;1;0;1;1;0;0,607207; -46,0095;1;1;0;1;0;1;0;1;1;0;0,607207; -46,011;1;1;0;1;0;1;0;1;1;0;0,607207; -46,0095;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0147;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0086;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0107;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0115;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0117;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0133;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0098;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0094;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0105;1;1;0;1;0;1;0;1;1;0;0,61734; -46,0106;1;1;0;1;0;1;0;2;1;0;0,533731; -46,0114;1;1;0;1;0;1;0;2;1;0;0,533731; -46,0128;1;1;0;1;0;1;0;2;1;0;0,533731; -46,0092;1;1;0;1;0;1;0;2;1;0;0,533731; -46,0108;1;1;0;1;0;1;0;2;1;0;0,533731; -46,0123;1;1;0;1;0;1;0;2;1;0;0,533731; -46,012;1;1;0;1;0;1;0;2;1;0;0,533731; -46,0125;1;1;0;1;0;1;0;2;1;0;0,533731; -46,0118;1;1;0;1;0;1;0;2;1;0;0,533731; -46,0142;1;1;0;1;0;1;0;2;1;0;0,533731; -46,012;1;1;0;1;0;1;0;2;1;0;0,732696; -46,0107;1;1;0;1;0;1;0;2;1;0;0,732696; -46,0101;1;1;0;1;0;1;0;2;1;0;0,732696; -46,0113;1;1;0;1;0;1;0;2;1;0;0,732696; -46,0106;1;1;0;1;0;1;0;2;1;0;0,732696; -46,013;1;1;0;1;0;1;0;2;1;0;0,732696; -46,0101;1;1;0;1;0;1;0;2;1;0;0,732696; -46,0087;1;1;0;1;0;1;0;2;1;0;0,732696; -46,0117;1;1;0;1;0;1;0;2;1;0;0,732696; -46,011;1;1;0;1;0;1;0;2;1;0;0,732696; -46,0112;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0116;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0114;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0087;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0093;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0126;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0102;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0084;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0125;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0111;1;1;0;1;0;1;0;1;1;0;0,520617; -46,0097;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0103;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0117;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0129;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0095;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0104;1;1;0;1;0;1;0;1;1;0;0,591547; -46,011;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0097;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0118;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0127;1;1;0;1;0;1;0;1;1;0;0,591547; -46,0124;1;1;0;1;0;1;0;2;1;0;0,575182; -46,0138;1;1;0;1;0;1;0;2;1;0;0,575182; -46,0111;1;1;0;1;0;1;0;2;1;0;0,575182; -46,0125;1;1;0;1;0;1;0;2;1;0;0,575182; -46,0111;1;1;0;1;0;1;0;2;1;0;0,575182; -46,0134;1;1;0;1;0;1;0;2;1;0;0,575182; -46,011;1;1;0;1;0;1;0;2;1;0;0,575182; -46,011;1;1;0;1;0;1;0;2;1;0;0,575182; -46,0132;1;1;0;1;0;1;0;2;1;0;0,575182; -46,0123;1;1;0;1;0;1;0;2;1;0;0,575182; -46,0147;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0131;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0144;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0113;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0107;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0106;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0123;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0143;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0142;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0119;1;1;0;1;0;1;0;2;1;0;0,859808; -46,0118;1;1;0;1;0;1;0;2;1;0;0,865335; -46,009;1;1;0;1;0;1;0;2;1;0;0,865335; -46,0129;1;1;0;1;0;1;0;2;1;0;0,865335; -46,0147;1;1;0;1;0;1;0;2;1;0;0,865335; -46,0103;1;1;0;1;0;1;0;2;1;0;0,865335; -46,0122;1;1;0;1;0;1;0;2;1;0;0,865335; -46,0126;1;1;0;1;0;1;0;2;1;0;0,865335; -46,012;1;1;0;1;0;1;0;2;1;0;0,865335; -46,0095;1;1;0;1;0;1;0;2;1;0;0,865335; -46,0134;1;1;0;1;0;1;0;2;1;0;0,865335; -46,0125;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0117;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0109;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0101;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0095;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0148;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0092;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0131;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0124;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0107;1;1;0;1;0;1;0;2;1;0;0,737301; -46,0101;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0122;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0137;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0069;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0147;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0121;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0105;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0135;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0092;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0112;1;1;0;1;0;1;0;2;1;0;0,578867; -46,0121;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0112;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0124;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0117;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0112;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0163;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0132;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0131;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0112;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0109;1;1;0;1;0;1;0;2;1;0;0,663611; -46,0121;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0123;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0145;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0172;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0109;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0147;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0135;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0119;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0114;1;1;0;1;0;1;0;2;1;0;0,83586; -46,014;1;1;0;1;0;1;0;2;1;0;0,83586; -46,0143;1;1;0;1;0;1;0;2;1;0;1; -46,0146;1;1;0;1;0;1;0;2;1;0;1; -46,013;1;1;0;1;0;1;0;2;1;0;1; -46,0131;1;1;0;1;0;1;0;2;1;0;1; -46,0113;1;1;0;1;0;1;0;2;1;0;1; -46,0123;1;1;0;1;0;1;0;2;1;0;1; -46,0133;1;1;0;1;0;1;0;2;1;0;1; -46,0141;1;1;0;1;0;1;0;2;1;0;1; -46,0123;1;1;0;1;0;1;0;2;1;0;1; -46,0107;1;1;0;1;0;1;0;2;1;0;1; -46,0157;1;1;0;1;0;1;0;2;1;0;1; -46,0112;1;1;0;1;0;1;0;2;1;0;1; -46,0123;1;1;0;1;0;1;0;2;1;0;1; -46,0136;1;1;0;1;0;1;0;2;1;0;1; -46,0142;1;1;0;1;0;1;0;2;1;0;1; -46,0141;1;1;0;1;0;1;0;2;1;0;1; -46,0133;1;1;0;1;0;1;0;2;1;0;1; -46,0124;1;1;0;1;0;1;0;2;1;0;1; -46,0143;1;1;0;1;0;1;0;2;1;0;1; -46,0153;1;1;0;1;0;1;0;2;1;0;1; -46,0127;1;1;0;1;0;1;0;2;1;0;1; -46,0149;1;1;0;1;0;1;0;2;1;0;1; -46,0123;1;1;0;1;0;1;0;2;1;0;1; -46,0104;1;1;0;1;0;1;0;2;1;0;1; -46,0158;1;1;0;1;0;1;0;2;1;0;1; -46,0114;1;1;0;1;0;1;0;2;1;0;1; -46,0099;1;1;0;1;0;1;0;2;1;0;1; -46,0142;1;1;0;1;0;1;0;2;1;0;1; -46,0153;1;1;0;1;0;1;0;2;1;0;1; -46,0154;1;1;0;1;0;1;0;2;1;0;1; -46,0125;1;1;0;1;0;1;0;2;1;0;1; -46,0158;1;1;0;1;0;1;0;2;1;0;1; -46,0106;1;1;0;1;0;1;0;2;1;0;1; -46,0162;1;1;0;1;0;1;0;2;1;0;1; -46,0137;1;1;0;1;0;1;0;2;1;0;1; -46,0114;1;1;0;1;0;1;0;2;1;0;1; -46,0131;1;1;0;1;0;1;0;2;1;0;1; -46,0143;1;1;0;1;0;1;0;2;1;0;1; -46,0116;1;1;0;1;0;1;0;2;1;0;1; -46,0143;1;1;0;1;0;1;0;2;1;0;1; -46,0141;1;1;0;1;0;1;0;2;1;0;1; -46,0131;1;1;0;1;0;1;0;2;1;0;1; -46,0137;1;1;0;1;0;1;0;2;1;0;1; -46,0142;1;1;0;1;0;1;0;2;1;0;1; -46,014;1;1;0;1;0;1;0;2;1;0;1; -46,015;1;1;0;1;0;1;0;2;1;0;1; -46,016;1;1;0;1;0;1;0;2;1;0;1; -46,0133;1;1;0;1;0;1;0;2;1;0;1; -46,0157;1;1;0;1;0;1;0;2;1;0;1; -46,0154;1;1;0;1;0;1;0;2;1;0;1; -46,015;1;1;0;1;0;1;0;2;1;0;1; -46,0138;1;1;0;1;0;1;0;2;1;0;1; -46,0153;1;1;0;1;0;1;0;2;1;0;1; -46,0164;1;1;0;1;0;1;0;2;1;0;1; -46,014;1;1;0;1;0;1;0;2;1;0;1; -46,015;1;1;0;1;0;1;0;2;1;0;1; -46,0158;1;1;0;1;0;1;0;2;1;0;1; -46,0142;1;1;0;1;0;1;0;2;1;0;1; -46,0127;1;1;0;1;0;1;0;2;1;0;1; -46,0136;1;1;0;1;0;1;0;2;1;0;1; -46,016;1;1;0;1;0;1;0;2;1;0;1; -46,0154;1;1;0;1;0;1;0;2;1;0;1; -46,0103;1;1;0;1;0;1;0;2;1;0;1; -46,013;1;1;0;1;0;1;0;2;1;0;1; -46,0144;1;1;0;1;0;1;0;2;1;0;1; -46,0146;1;1;0;1;0;1;0;2;1;0;1; -46,0164;1;1;0;1;0;1;0;2;1;0;1; -46,0171;1;1;0;1;0;1;0;2;1;0;1; -46,0187;1;1;0;1;0;1;0;2;1;0;1; -46,0112;1;1;0;1;0;1;0;2;1;0;1; -46,0159;1;1;0;1;0;1;0;2;1;0;1; -46,0121;1;1;0;1;0;1;0;2;1;0;1; -46,013;1;1;0;1;0;1;0;2;1;0;1; -46,0159;1;1;0;1;0;1;0;2;1;0;1; -46,0143;1;1;0;1;0;1;0;2;1;0;1; -46,0156;1;1;0;1;0;1;0;2;1;0;1; -46,0162;1;1;0;1;0;1;0;2;1;0;1; -46,0145;1;1;0;1;0;1;0;2;1;0;1; -46,0177;1;1;0;1;0;1;0;2;1;0;1; -46,0168;1;1;0;1;0;1;0;2;1;0;1; -46,0207;1;1;0;1;0;1;0;2;1;0;1; -46,0123;1;1;0;1;0;1;0;2;1;0;1; -46,0156;1;1;0;1;0;1;0;2;1;0;1; -46,0181;1;1;0;1;0;1;0;2;1;0;1; -46,0157;1;1;0;1;0;1;0;2;1;0;1; -46,0135;1;1;0;1;0;1;0;2;1;0;1; -46,0147;1;1;0;1;0;1;0;2;1;0;1; -46,016;1;1;0;1;0;1;0;2;1;0;1; -46,0127;1;1;0;1;0;1;0;2;1;0;1; -46,0148;1;1;0;1;0;1;0;2;1;0;1; -46,0158;1;1;0;1;0;1;0;2;1;0;1; -46,0107;1;1;0;1;0;1;0;2;1;0;1; -46,0186;1;1;0;1;0;1;0;2;1;0;1; -46,0157;1;1;0;1;0;1;0;2;1;0;1; -46,0136;1;1;0;1;0;1;0;2;1;0;1; -46,0152;1;1;0;1;0;1;0;2;1;0;1; -46,0202;1;1;0;1;0;1;0;2;1;0;1; -46,0148;1;1;0;1;0;1;0;2;1;0;1; -46,0141;1;1;0;1;0;1;0;2;1;0;1; -46,0181;1;1;0;1;0;1;0;2;1;0;1; -46,0158;1;1;0;1;0;1;0;2;1;0;1; -46,0157;1;1;0;1;0;1;0;2;1;0;1; -46,0165;1;1;0;1;0;1;0;2;1;0;1; -46,0154;1;1;0;1;0;1;0;2;1;0;1; -46,0147;1;1;0;1;0;1;0;2;1;0;1; -46,0144;1;1;0;1;0;1;0;2;1;0;1; -46,0165;1;1;0;1;0;1;0;2;1;0;1; -46,018;1;1;0;1;0;1;0;2;1;0;1; -46,0164;1;1;0;1;0;1;0;2;1;0;1; -46,015;1;1;0;1;0;1;0;2;1;0;1; -46,0168;1;1;0;1;0;1;0;2;1;0;1; -46,0115;1;1;0;1;0;1;0;2;1;0;1; -46,0162;1;1;0;1;0;1;0;2;1;0;1; -46,0194;1;1;0;1;0;1;0;2;1;0;1; -46,0164;1;1;0;1;0;1;0;2;1;0;1; -46,0201;1;1;0;1;0;1;0;2;1;0;1; -46,0175;1;1;0;1;0;1;0;2;1;0;1; -46,0191;1;1;0;1;0;1;0;2;1;0;1; -46,0178;1;1;0;1;0;1;0;2;1;0;1; -46,0173;1;1;0;1;0;1;0;2;1;0;1; -46,018;1;1;0;1;0;1;0;2;1;0;1; -46,0198;1;1;0;1;0;1;0;2;1;0;1; -46,0144;1;1;0;1;0;1;0;2;1;0;1; -46,0175;1;1;0;1;0;1;0;2;1;0;1; -46,0169;1;1;0;1;0;1;0;2;1;0;1; -46,017;1;1;0;1;0;1;0;2;1;0;1; -46,0183;1;1;0;1;0;1;0;2;1;0;1; -46,0201;1;1;0;1;0;1;0;2;1;0;1; -46,0165;1;1;0;1;0;1;0;2;1;0;1; -46,0202;1;1;0;1;0;1;0;2;1;0;1; -46,0181;1;1;0;1;0;1;0;2;1;0;1; -46,0196;1;1;0;1;0;1;0;2;1;0;1; -46,0158;1;1;0;1;0;1;0;2;1;0;1; -46,0163;1;1;0;1;0;1;0;2;1;0;1; -46,016;1;1;0;1;0;1;0;2;1;0;1; -46,0163;1;1;0;1;0;1;0;2;1;0;1; -46,018;1;1;0;1;0;1;0;2;1;0;1; -46,0181;1;1;0;1;0;1;0;2;1;0;1; -46,0138;1;1;0;1;0;1;0;2;1;0;1; -46,0163;1;1;0;1;0;1;0;2;1;0;1; -46,0196;1;1;0;1;0;1;0;2;1;0;1; -46,0221;1;1;0;1;0;1;0;2;1;0;1; -46,0191;1;1;0;1;0;1;0;2;1;0;1; -46,0163;1;1;0;1;0;1;0;2;1;0;1; -46,0179;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0164;1;1;0;1;0;1;0;2;1;0;1; -46,0211;1;1;0;1;0;1;0;2;1;0;1; -46,0189;1;1;0;1;0;1;0;2;1;0;1; -46,0203;1;1;0;1;0;1;0;2;1;0;1; -46,0177;1;1;0;1;0;1;0;2;1;0;1; -46,0159;1;1;0;1;0;1;0;2;1;0;1; -46,0176;1;1;0;1;0;1;0;2;1;0;1; -46,0182;1;1;0;1;0;1;0;2;1;0;1; -46,0213;1;1;0;1;0;1;0;2;1;0;1; -46,0197;1;1;0;1;0;1;0;2;1;0;1; -46,0204;1;1;0;1;0;1;0;2;1;0;1; -46,0208;1;1;0;1;0;1;0;2;1;0;1; -46,0178;1;1;0;1;0;1;0;2;1;0;1; -46,0213;1;1;0;1;0;1;0;2;1;0;1; -46,0185;1;1;0;1;0;1;0;2;1;0;1; -46,0193;1;1;0;1;0;1;0;2;1;0;1; -46,018;1;1;0;1;0;1;0;2;1;0;1; -46,0159;1;1;0;1;0;1;0;2;1;0;1; -46,0199;1;1;0;1;0;1;0;2;1;0;1; -46,0174;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0245;1;1;0;1;0;1;0;2;1;0;1; -46,0179;1;1;0;1;0;1;0;2;1;0;1; -46,0171;1;1;0;1;0;1;0;2;1;0;1; -46,0199;1;1;0;1;0;1;0;2;1;0;1; -46,0246;1;1;0;1;0;1;0;2;1;0;1; -46,0188;1;1;0;1;0;1;0;2;1;0;1; -46,0209;1;1;0;1;0;1;0;2;1;0;1; -46,018;1;1;0;1;0;1;0;2;1;0;1; -46,0196;1;1;0;1;0;1;0;2;1;0;1; -46,0218;1;1;0;1;0;1;0;2;1;0;1; -46,023;1;1;0;1;0;1;0;2;1;0;1; -46,0243;1;1;0;1;0;1;0;2;1;0;1; -46,0204;1;1;0;1;0;1;0;2;1;0;1; -46,0206;1;1;0;1;0;1;0;2;1;0;1; -46,0197;1;1;0;1;0;1;0;2;1;0;1; -46,0175;1;1;0;1;0;1;0;2;1;0;1; -46,0195;1;1;0;1;0;1;0;2;1;0;1; -46,0202;1;1;0;1;0;1;0;2;1;0;1; -46,0104;1;1;0;1;0;1;0;2;1;0;1; -46,0167;1;1;0;1;0;1;0;2;1;0;1; -46,0205;1;1;0;1;0;1;0;2;1;0;1; -46,0228;1;1;0;1;0;1;0;2;1;0;1; -46,0236;1;1;0;1;0;1;0;2;1;0;1; -46,0183;1;1;0;1;0;1;0;2;1;0;1; -46,0214;1;1;0;1;0;1;0;2;1;0;1; -46,0227;1;1;0;1;0;1;0;2;1;0;1; -46,021;1;1;0;1;0;1;0;2;1;0;1; -46,0193;1;1;0;1;0;1;0;2;1;0;1; -46,0196;1;1;0;1;0;1;0;2;1;0;1; -46,0205;1;1;0;1;0;1;0;2;1;0;1; -46,0199;1;1;0;1;0;1;0;2;1;0;1; -46,0202;1;1;0;1;0;1;0;2;1;0;1; -46,0222;1;1;0;1;0;1;0;2;1;0;1; -46,0204;1;1;0;1;0;1;0;2;1;0;1; -46,0214;1;1;0;1;0;1;0;2;1;0;1; -46,0215;1;1;0;1;0;1;0;2;1;0;1; -46,0176;1;1;0;1;0;1;0;2;1;0;1; -46,0209;1;1;0;1;0;1;0;2;1;0;1; -46,0208;1;1;0;1;0;1;0;2;1;0;1; -46,0205;1;1;0;1;0;1;0;2;1;0;1; -46,0219;1;1;0;1;0;1;0;2;1;0;1; -46,0203;1;1;0;1;0;1;0;2;1;0;1; -46,0195;1;1;0;1;0;1;0;2;1;0;1; -46,0188;1;1;0;1;0;1;0;2;1;0;1; -46,022;1;1;0;1;0;1;0;2;1;0;1; -46,0205;1;1;0;1;0;1;0;2;1;0;1; -46,0213;1;1;0;1;0;1;0;2;1;0;1; -46,0196;1;1;0;1;0;1;0;2;1;0;1; -46,0185;1;1;0;1;0;1;0;2;1;0;1; -46,0186;1;1;0;1;0;1;0;2;1;0;1; -46,0155;1;1;0;1;0;1;0;2;1;0;1; -46,0188;1;1;0;1;0;1;0;2;1;0;1; -46,0232;1;1;0;1;0;1;0;2;1;0;1; -46,0189;1;1;0;1;0;1;0;2;1;0;1; -46,0208;1;1;0;1;0;1;0;2;1;0;1; -46,0178;1;1;0;1;0;1;0;2;1;0;1; -46,0193;1;1;0;1;0;1;0;2;1;0;1; -46,0203;1;1;0;1;0;1;0;2;1;0;1; -46,019;1;1;0;1;0;1;0;2;1;0;1; -46,0201;1;1;0;1;0;1;0;2;1;0;1; -46,0194;1;1;0;1;0;1;0;2;1;0;1; -46,023;1;1;0;1;0;1;0;2;1;0;1; -46,0211;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0186;1;1;0;1;0;1;0;2;1;0;1; -46,0127;1;1;0;1;0;1;0;2;1;0;1; -46,0198;1;1;0;1;0;1;0;2;1;0;1; -46,0184;1;1;0;1;0;1;0;2;1;0;1; -46,0169;1;1;0;1;0;1;0;2;1;0;1; -46,0222;1;1;0;1;0;1;0;2;1;0;1; -46,0188;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0229;1;1;0;1;0;1;0;2;1;0;1; -46,0172;1;1;0;1;0;1;0;2;1;0;1; -46,0199;1;1;0;1;0;1;0;2;1;0;1; -46,022;1;1;0;1;0;1;0;2;1;0;1; -46,0187;1;1;0;1;0;1;0;2;1;0;1; -46,0182;1;1;0;1;0;1;0;2;1;0;1; -46,019;1;1;0;1;0;1;0;2;1;0;1; -46,0188;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0145;1;1;0;1;0;1;0;2;1;0;1; -46,0222;1;1;0;1;0;1;0;2;1;0;1; -46,0203;1;1;0;1;0;1;0;2;1;0;1; -46,0204;1;1;0;1;0;1;0;2;1;0;1; -46,0176;1;1;0;1;0;1;0;2;1;0;1; -46,0191;1;1;0;1;0;1;0;2;1;0;1; -46,0191;1;1;0;1;0;1;0;2;1;0;1; -46,0185;1;1;0;1;0;1;0;2;1;0;1; -46,0176;1;1;0;1;0;1;0;2;1;0;1; -46,0182;1;1;0;1;0;1;0;2;1;0;1; -46,0205;1;1;0;1;0;1;0;2;1;0;1; -46,0187;1;1;0;1;0;1;0;2;1;0;1; -46,0143;1;1;0;1;0;1;0;2;1;0;1; -46,014;1;1;0;1;0;1;0;2;1;0;1; -46,0202;1;1;0;1;0;1;0;2;1;0;1; -46,0207;1;1;0;1;0;1;0;2;1;0;1; -46,0215;1;1;0;1;0;1;0;2;1;0;1; -46,016;1;1;0;1;0;1;0;2;1;0;1; -46,0223;1;1;0;1;0;1;0;2;1;0;1; -46,0172;1;1;0;1;0;1;0;2;1;0;1; -46,0168;1;1;0;1;0;1;0;2;1;0;1; -46,017;1;1;0;1;0;1;0;2;1;0;1; -46,0168;1;1;0;1;0;1;0;2;1;0;1; -46,0177;1;1;0;1;0;1;0;2;1;0;1; -46,0133;1;1;0;1;0;1;0;2;1;0;1; -46,0194;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0165;1;1;0;1;0;1;0;2;1;0;1; -46,0137;1;1;0;1;0;1;0;2;1;0;1; -46,0185;1;1;0;1;0;1;0;2;1;0;1; -46,0165;1;1;0;1;0;1;0;2;1;0;1; -46,0171;1;1;0;1;0;1;0;2;1;0;1; -46,0196;1;1;0;1;0;1;0;2;1;0;1; -46,0155;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0169;1;1;0;1;0;1;0;2;1;0;1; -46,0171;1;1;0;1;0;1;0;2;1;0;1; -46,0158;1;1;0;1;0;1;0;2;1;0;1; -46,0155;1;1;0;1;0;1;0;2;1;0;1; -46,0172;1;1;0;1;0;1;0;2;1;0;1; -46,0191;1;1;0;1;0;1;0;2;1;0;1; -46,0167;1;1;0;1;0;1;0;2;1;0;1; -46,0123;1;1;0;1;0;1;0;2;1;0;1; -46,0156;1;1;0;1;0;1;0;2;1;0;1; -46,0148;1;1;0;1;0;1;0;2;1;0;1; -46,0207;1;1;0;1;0;1;0;2;1;0;1; -46,016;1;1;0;1;0;1;0;2;1;0;1; -46,0198;1;1;0;1;0;1;0;2;1;0;1; -46,0194;1;1;0;1;0;1;0;2;1;0;1; -46,0158;1;1;0;1;0;1;0;2;1;0;1; -46,0137;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0143;1;1;0;1;0;1;0;2;1;0;1; -46,0154;1;1;0;1;0;1;0;2;1;0;1; -46,0165;1;1;0;1;0;1;0;2;1;0;1; -46,0154;1;1;0;1;0;1;0;2;1;0;1; -46,0113;1;1;0;1;0;1;0;2;1;0;1; -46,0123;1;1;0;1;0;1;0;2;1;0;1; -46,0143;1;1;0;1;0;1;0;2;1;0;1; -46,0139;1;1;0;1;0;1;0;2;1;0;1; -46,0139;1;1;0;1;0;1;0;2;1;0;1; -46,0162;1;1;0;1;0;1;0;2;1;0;1; -46,0135;1;1;0;1;0;1;0;2;1;0;1; -46,0194;1;1;0;1;0;1;0;2;1;0;1; -46,0134;1;1;0;1;0;1;0;2;1;0;1; -46,0134;1;1;0;1;0;1;0;2;1;0;1; -46,0192;1;1;0;1;0;1;0;2;1;0;1; -46,0137;1;1;0;1;0;1;0;2;1;0;1; -46,0128;1;1;0;1;0;1;0;2;1;0;1; -46,0149;1;1;0;1;0;1;0;2;1;0;1; -46,0149;1;1;0;1;0;1;0;2;1;0;1; -46,012;1;1;0;1;0;1;0;2;1;0;1; -46,0144;1;1;0;1;0;1;0;2;1;0;1; -46,0118;1;1;0;1;0;1;0;2;1;0;1; -46,0141;1;1;0;1;0;1;0;2;1;0;1; -46,0157;1;1;0;1;0;1;0;2;1;0;1; -46,0113;1;1;0;1;0;1;0;2;1;0;1; -46,0129;1;1;0;1;0;1;0;2;1;0;1; -46,0141;1;1;0;1;0;1;0;2;1;0;1; -46,0133;1;1;0;1;0;1;0;2;1;0;1; -46,0142;1;1;0;1;0;1;0;2;1;0;1; -46,0119;1;1;0;1;0;1;0;2;1;0;1; -46,0145;1;1;0;1;0;1;0;2;1;0;1; -46,0137;1;1;0;1;0;1;0;2;1;0;1; -46,0076;1;1;0;1;0;1;0;2;1;0;1; -46,0162;1;1;0;1;0;1;0;2;1;0;1; -46,0129;1;1;0;1;0;1;0;2;1;0;1; -46,0151;1;1;0;1;0;1;0;2;1;0;1; -46,0138;1;1;0;1;0;1;0;2;1;0;1; -46,0106;1;1;0;1;0;1;0;2;1;0;1; -46,0151;1;1;0;1;0;1;0;2;1;0;1; -46,0124;1;1;0;1;0;1;0;2;1;0;1; -46,0081;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0106;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0113;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0127;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0133;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0138;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0096;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0114;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0114;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0105;1;1;0;1;0;1;0;2;1;0;0,89481; -46,0111;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0113;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0122;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0115;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0079;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0098;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0124;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0107;1;1;0;1;0;1;0;2;1;0;0,6544; -46,012;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0116;1;1;0;1;0;1;0;2;1;0;0,6544; -46,0086;1;1;0;1;0;1;0;1;1;0;0,532592; -46,0094;1;1;0;1;0;1;0;1;1;0;0,532592; -46,0106;1;1;0;1;0;1;0;1;1;0;0,532592; -46,0051;1;1;0;1;0;1;0;1;1;0;0,532592; -46,006;1;1;0;1;0;1;0;1;1;0;0,532592; -46,011;1;1;0;1;0;1;0;1;1;0;0,532592; -46,0104;1;1;0;1;0;1;0;1;1;0;0,532592; -46,0103;1;1;0;1;0;1;0;1;1;0;0,532592; -46,0118;1;1;0;1;0;1;0;1;1;0;0,532592; -46,0093;1;1;0;1;0;1;0;1;1;0;0,532592; -46,009;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0094;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0106;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0089;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0059;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0109;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0077;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0079;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0119;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0093;1;1;0;1;0;1;0;1;1;0;0,893699; -46,0071;1;1;0;1;0;1;0;1;1;0;0,973846; -46,007;1;1;0;1;0;1;0;1;1;0;0,973846; -46,0078;1;1;0;1;0;1;0;1;1;0;0,973846; -46,0078;1;1;0;1;0;1;0;1;1;0;0,973846; -46,0085;1;1;0;1;0;1;0;1;1;0;0,973846; -46,0097;1;1;0;1;0;1;0;1;1;0;0,973846; -46,0096;1;1;0;1;0;1;0;1;1;0;0,973846; -46,0072;1;1;0;1;0;1;0;1;1;0;0,973846; -46,007;1;1;0;1;0;1;0;1;1;0;0,973846; -46,0101;1;1;0;1;0;1;0;1;1;0;0,973846; -46,0096;1;1;0;1;0;1;0;1;1;0;1; -46,0105;1;1;0;1;0;1;0;1;1;0;1; -46,0088;1;1;0;1;0;1;0;1;1;0;1; -46,0055;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0083;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,0059;1;1;0;1;0;1;0;1;1;0;1; -46,0035;1;1;0;1;0;1;0;1;1;0;1; -46,011;1;1;0;1;0;1;0;1;1;0;1; -46,0053;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0086;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0055;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0076;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0063;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0073;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0065;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0059;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0047;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0066;1;1;0;1;0;1;0;1;1;0;0,903825; -46,0099;1;1;0;1;0;1;0;1;1;0;0,748124; -46,007;1;1;0;1;0;1;0;1;1;0;0,748124; -46,0037;1;1;0;1;0;1;0;1;1;0;0,748124; -46,005;1;1;0;1;0;1;0;1;1;0;0,748124; -46,0074;1;1;0;1;0;1;0;1;1;0;0,748124; -46,0054;1;1;0;1;0;1;0;1;1;0;0,748124; -46,0037;1;1;0;1;0;1;0;1;1;0;0,748124; -46,006;1;1;0;1;0;1;0;1;1;0;0,748124; -46,0046;1;1;0;1;0;1;0;1;1;0;0,748124; -46,0034;1;1;0;1;0;1;0;1;1;0;0,748124; -46,0054;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0068;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0074;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0047;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0048;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0057;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0115;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0036;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0041;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0057;1;1;0;1;0;1;0;2;1;0;0,670169; -46,0051;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0079;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0016;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0056;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0026;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0043;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0049;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0049;1;1;0;1;0;1;0;1;1;0;0,516869; -46,003;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0033;1;1;0;1;0;1;0;1;1;0;0,516869; -46,0067;1;1;0;1;0;1;0;2;1;0;0,836021; -46,0046;1;1;0;1;0;1;0;2;1;0;0,836021; -46,0038;1;1;0;1;0;1;0;2;1;0;0,836021; -46,004;1;1;0;1;0;1;0;2;1;0;0,836021; -46,0032;1;1;0;1;0;1;0;2;1;0;0,836021; -46,0024;1;1;0;1;0;1;0;2;1;0;0,836021; -46,006;1;1;0;1;0;1;0;2;1;0;0,836021; -46,0063;1;1;0;1;0;1;0;2;1;0;0,836021; -46,0026;1;1;0;1;0;1;0;2;1;0;0,836021; -46,0035;1;1;0;1;0;1;0;2;1;0;0,836021; -46,0033;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0024;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0057;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0031;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0032;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0072;1;1;0;1;0;1;0;2;1;0;0,961335; -46,003;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0032;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0012;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0052;1;1;0;1;0;1;0;2;1;0;0,961335; -46,0056;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0035;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0057;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0092;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0055;1;1;0;1;0;1;0;2;1;0;0,954885; -45,9989;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0044;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0034;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0043;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0035;1;1;0;1;0;1;0;2;1;0;0,954885; -46,0041;1;1;0;1;0;1;0;2;1;0;0,885778; -46,0047;1;1;0;1;0;1;0;2;1;0;0,885778; -46,0031;1;1;0;1;0;1;0;2;1;0;0,885778; -46,0057;1;1;0;1;0;1;0;2;1;0;0,885778; -46,0046;1;1;0;1;0;1;0;2;1;0;0,885778; -46,0018;1;1;0;1;0;1;0;2;1;0;0,885778; -45,9999;1;1;0;1;0;1;0;2;1;0;0,885778; -46,005;1;1;0;1;0;1;0;2;1;0;0,885778; -46,0061;1;1;0;1;0;1;0;2;1;0;0,885778; -46,0048;1;1;0;1;0;1;0;2;1;0;0,885778; -46,0046;1;1;0;1;0;1;0;2;1;0;0,943827; -46,0021;1;1;0;1;0;1;0;2;1;0;0,943827; -46,0017;1;1;0;1;0;1;0;2;1;0;0,943827; -46,0076;1;1;0;1;0;1;0;2;1;0;0,943827; -46,004;1;1;0;1;0;1;0;2;1;0;0,943827; -46,0087;1;1;0;1;0;1;0;2;1;0;0,943827; -46,004;1;1;0;1;0;1;0;2;1;0;0,943827; -46,0057;1;1;0;1;0;1;0;2;1;0;0,943827; -46,0057;1;1;0;1;0;1;0;2;1;0;0,943827; -46,0027;1;1;0;1;0;1;0;2;1;0;0,943827; -46,0048;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0039;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0015;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0052;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0057;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0041;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0002;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0099;1;1;0;1;0;1;0;2;1;0;0,782579; -45,9974;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0039;1;1;0;1;0;1;0;2;1;0;0,782579; -46,0016;1;1;0;1;0;1;0;2;1;0;1; -46,0037;1;1;0;1;0;1;0;2;1;0;1; -46,0044;1;1;0;1;0;1;0;2;1;0;1; -46,0051;1;1;0;1;0;1;0;2;1;0;1; -46,0048;1;1;0;1;0;1;0;2;1;0;1; -46,0082;1;1;0;1;0;1;0;2;1;0;1; -46,0039;1;1;0;1;0;1;0;2;1;0;1; -46,0043;1;1;0;1;0;1;0;2;1;0;1; -46,0044;1;1;0;1;0;1;0;2;1;0;1; -46,0052;1;1;0;1;0;1;0;2;1;0;1; -46,004;1;1;0;1;0;1;0;2;1;0;0,754937; -46,0061;1;1;0;1;0;1;0;2;1;0;0,754937; -46,0095;1;1;0;1;0;1;0;2;1;0;0,754937; -46,0034;1;1;0;1;0;1;0;2;1;0;0,754937; -46,003;1;1;0;1;0;1;0;2;1;0;0,754937; -46,0042;1;1;0;1;0;1;0;2;1;0;0,754937; -46,004;1;1;0;1;0;1;0;2;1;0;0,754937; -46,0071;1;1;0;1;0;1;0;2;1;0;0,754937; -46,0058;1;1;0;1;0;1;0;2;1;0;0,754937; -46,0052;1;1;0;1;0;1;0;2;1;0;0,754937; -46,0069;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0037;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0055;1;1;0;1;0;1;0;2;1;0;0,58356; -46,003;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0079;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0019;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0051;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0035;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0045;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0029;1;1;0;1;0;1;0;2;1;0;0,58356; -46,0113;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0059;1;1;0;1;0;1;0;2;1;0;0,72361; -46,002;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0034;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0056;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0042;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0046;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0031;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0054;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0047;1;1;0;1;0;1;0;2;1;0;0,72361; -46,0047;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0055;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0021;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0077;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0066;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0057;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0069;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0063;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0066;1;1;0;1;0;1;0;2;1;0;0,863663; -46,0062;1;1;0;1;0;1;0;2;1;0;0,863663; -46,007;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0041;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0096;1;1;0;1;0;1;0;1;1;0;0,545431; -46,008;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0056;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0061;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0082;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0035;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0098;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0046;1;1;0;1;0;1;0;1;1;0;0,545431; -46,0054;1;1;0;1;0;1;0;1;1;0;0,649543; -46,004;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0065;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0081;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0091;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0054;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0068;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0057;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0074;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0083;1;1;0;1;0;1;0;1;1;0;0,649543; -46,0059;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0032;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0025;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0032;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0066;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0047;1;1;0;1;0;1;0;1;1;0;0,705744; -46,007;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0074;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0096;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0063;1;1;0;1;0;1;0;1;1;0;0,705744; -46,0069;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0075;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0087;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0092;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0073;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0097;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0062;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0053;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0078;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0068;1;1;0;1;0;1;0;2;1;0;0,533806; -46,0096;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0086;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0064;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0084;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0065;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0111;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0062;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0081;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0104;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0072;1;1;0;1;0;1;0;1;1;0;0,965551; -46,0167;1;1;0;1;0;1;0;1;1;0;0,975688; -46,0076;1;1;0;1;0;1;0;1;1;0;0,975688; -46,011;1;1;0;1;0;1;0;1;1;0;0,975688; -46,0064;1;1;0;1;0;1;0;1;1;0;0,975688; -46,0114;1;1;0;1;0;1;0;1;1;0;0,975688; -46,0091;1;1;0;1;0;1;0;1;1;0;0,975688; -46,0063;1;1;0;1;0;1;0;1;1;0;0,975688; -46,0088;1;1;0;1;0;1;0;1;1;0;0,975688; -46,0089;1;1;0;1;0;1;0;1;1;0;0,975688; -46,01;1;1;0;1;0;1;0;1;1;0;0,975688; -46,0091;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0129;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0106;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0088;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0133;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0091;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0044;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0088;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0112;1;1;0;1;0;1;0;1;1;0;0,995955; -46,008;1;1;0;1;0;1;0;1;1;0;0,995955; -46,0073;1;1;0;1;0;1;0;1;1;0;0,859614; -46,0063;1;1;0;1;0;1;0;1;1;0;0,859614; -46,0082;1;1;0;1;0;1;0;1;1;0;0,859614; -46,0086;1;1;0;1;0;1;0;1;1;0;0,859614; -46,0091;1;1;0;1;0;1;0;1;1;0;0,859614; -46,0096;1;1;0;1;0;1;0;1;1;0;0,859614; -46,0106;1;1;0;1;0;1;0;1;1;0;0,859614; -46,0111;1;1;0;1;0;1;0;1;1;0;0,859614; -46,008;1;1;0;1;0;1;0;1;1;0;0,859614; -46,01;1;1;0;1;0;1;0;1;1;0;0,859614; -46,0079;1;1;0;1;0;1;0;1;1;0;0,983058; -46,009;1;1;0;1;0;1;0;1;1;0;0,983058; -46,0092;1;1;0;1;0;1;0;1;1;0;0,983058; -46,0104;1;1;0;1;0;1;0;1;1;0;0,983058; -46,009;1;1;0;1;0;1;0;1;1;0;0,983058; -46,0093;1;1;0;1;0;1;0;1;1;0;0,983058; -46,0121;1;1;0;1;0;1;0;1;1;0;0,983058; -46,013;1;1;0;1;0;1;0;1;1;0;0,983058; -46,0102;1;1;0;1;0;1;0;1;1;0;0,983058; -46,0074;1;1;0;1;0;1;0;1;1;0;0,983058; -46,0082;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0089;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0093;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0093;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0087;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0106;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0104;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0154;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0104;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0106;1;1;0;1;0;1;0;1;1;0;0,779469; -46,0104;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0097;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0085;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0106;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0106;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0123;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0129;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0087;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0091;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0134;1;1;0;1;0;1;0;1;1;0;0,632079; -46,0112;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0107;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0095;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0094;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0116;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0107;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0105;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0141;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0113;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0126;1;1;0;1;0;1;0;1;1;0;0,558385; -46,0102;1;1;0;1;0;1;0;2;1;0;0,530046; -46,0094;1;1;0;1;0;1;0;2;1;0;0,530046; -46,0118;1;1;0;1;0;1;0;2;1;0;0,530046; -46,0105;1;1;0;1;0;1;0;2;1;0;0,530046; -46,011;1;1;0;1;0;1;0;2;1;0;0,530046; -46,0109;1;1;0;1;0;1;0;2;1;0;0,530046; -46,0111;1;1;0;1;0;1;0;2;1;0;0,530046; -46,0132;1;1;0;1;0;1;0;2;1;0;0,530046; -46,0132;1;1;0;1;0;1;0;2;1;0;0,530046; -46,0107;1;1;0;1;0;1;0;2;1;0;0,530046; -46,012;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0089;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0148;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0157;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0082;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0106;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0123;1;1;0;1;0;1;0;2;1;0;0,607422; -46,013;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0134;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0106;1;1;0;1;0;1;0;2;1;0;0,607422; -46,0123;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0128;1;1;0;1;0;1;0;2;1;0;0,754802; -46,012;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0121;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0095;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0116;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0102;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0128;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0122;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0135;1;1;0;1;0;1;0;2;1;0;0,754802; -46,0119;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0134;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0125;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0122;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0124;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0129;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0129;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0119;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0112;1;1;0;1;0;1;0;2;1;0;0,726248; -46,009;1;1;0;1;0;1;0;2;1;0;0,726248; -46,0149;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0132;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0136;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0126;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0137;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0118;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0141;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0118;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0108;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0142;1;1;0;1;0;1;0;2;1;0;0,843228; -46,0136;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0125;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0136;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0102;1;1;0;1;0;1;0;2;1;0;0,983234; -46,012;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0125;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0118;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0138;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0096;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0094;1;1;0;1;0;1;0;2;1;0;0,983234; -46,0113;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0099;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0131;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0122;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0145;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0102;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0155;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0142;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0134;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0112;1;1;0;1;0;1;0;2;1;0;0,674665; -46,0121;1;1;0;1;0;1;0;2;1;0;0,914153; -46,01;1;1;0;1;0;1;0;2;1;0;0,914153; -46,0115;1;1;0;1;0;1;0;2;1;0;0,914153; -46,0103;1;1;0;1;0;1;0;2;1;0;0,914153; -46,0132;1;1;0;1;0;1;0;2;1;0;0,914153; -46,0139;1;1;0;1;0;1;0;2;1;0;0,914153; -46,0068;1;1;0;1;0;1;0;2;1;0;0,914153; -46,011;1;1;0;1;0;1;0;2;1;0;0,914153; -46,004;1;1;0;1;0;1;0;2;1;0;0,914153; -46,0121;1;1;0;1;0;1;0;2;1;0;0,914153; -46,011;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0109;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0122;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0135;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0079;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0105;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0145;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0126;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0133;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0149;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0105;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0122;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0101;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0156;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0086;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0098;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0116;1;1;0;1;0;1;0;2;1;0;0,775067; -46,012;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0102;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0099;1;1;0;1;0;1;0;2;1;0;0,775067; -46,0115;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0114;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0122;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0105;1;1;0;1;0;1;0;2;1;0;0,555838; -46,005;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0103;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0094;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0104;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0111;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0124;1;1;0;1;0;1;0;2;1;0;0,555838; -46,0093;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0101;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0112;1;1;0;1;0;1;0;1;1;0;0,677216; -46,012;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0131;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0119;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0113;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0109;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0108;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0075;1;1;0;1;0;1;0;1;1;0;0,677216; -46,0109;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0082;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0103;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0091;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0103;1;1;0;1;0;1;0;2;1;0;0,510702; -46,008;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0125;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0115;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0111;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0112;1;1;0;1;0;1;0;2;1;0;0,510702; -46,0116;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0081;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0112;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0116;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0146;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0104;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0117;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0107;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0108;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0138;1;1;0;1;0;1;0;1;1;0;0,633921; -46,0091;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0096;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0089;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0098;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0082;1;1;0;1;0;1;0;2;1;0;0,567813; -46,01;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0104;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0116;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0105;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0106;1;1;0;1;0;1;0;2;1;0;0,567813; -46,0097;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0081;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0131;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0066;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0126;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0133;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0091;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0145;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0118;1;1;0;1;0;1;0;1;1;0;0,7417; -46,01;1;1;0;1;0;1;0;1;1;0;0,7417; -46,0101;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0119;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0102;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0119;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0114;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0108;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0098;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0099;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0102;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0122;1;1;0;1;0;1;0;2;1;0;0,500569; -46,0119;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0087;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0096;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0085;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0103;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0076;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0062;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0084;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0109;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0084;1;1;0;1;0;1;0;2;1;0;0,522677; -46,0084;1;1;0;1;0;1;0;1;1;0;1; -46,0089;1;1;0;1;0;1;0;1;1;0;1; -46,0094;1;1;0;1;0;1;0;1;1;0;1; -46,0071;1;1;0;1;0;1;0;1;1;0;1; -46,0081;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0106;1;1;0;1;0;1;0;1;1;0;1; -46,0103;1;1;0;1;0;1;0;1;1;0;1; -46,0089;1;1;0;1;0;1;0;1;1;0;1; -46,0099;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0078;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0087;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0091;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0104;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0111;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0105;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0096;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0111;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0086;1;1;0;1;0;1;0;1;1;0;0,974767; -46,0107;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0072;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0042;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0112;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0097;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0094;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0086;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0108;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0087;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0088;1;1;0;1;0;1;0;1;1;0;0,784075; -46,0109;1;1;0;1;0;1;0;1;1;0;0,979373; -46,0103;1;1;0;1;0;1;0;1;1;0;0,979373; -46,0102;1;1;0;1;0;1;0;1;1;0;0,979373; -46,0081;1;1;0;1;0;1;0;1;1;0;0,979373; -46,0102;1;1;0;1;0;1;0;1;1;0;0,979373; -46,0104;1;1;0;1;0;1;0;1;1;0;0,979373; -46,01;1;1;0;1;0;1;0;1;1;0;0,979373; -46,0093;1;1;0;1;0;1;0;1;1;0;0,979373; -46,0033;1;1;0;1;0;1;0;1;1;0;0,979373; -46,0105;1;1;0;1;0;1;0;1;1;0;0,979373; -46,009;1;1;0;1;0;1;0;1;1;0;0,937918; -46,0094;1;1;0;1;0;1;0;1;1;0;0,937918; -46,0055;1;1;0;1;0;1;0;1;1;0;0,937918; -46,0086;1;1;0;1;0;1;0;1;1;0;0,937918; -46,0085;1;1;0;1;0;1;0;1;1;0;0,937918; -46,007;1;1;0;1;0;1;0;1;1;0;0,937918; -46,0098;1;1;0;1;0;1;0;1;1;0;0,937918; -46,0092;1;1;0;1;0;1;0;1;1;0;0,937918; -46,0104;1;1;0;1;0;1;0;1;1;0;0,937918; -46,006;1;1;0;1;0;1;0;1;1;0;0,937918; -46,0096;1;1;0;1;0;1;0;1;1;0;1; -46,0069;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0108;1;1;0;1;0;1;0;1;1;0;1; -46,0078;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0074;1;1;0;1;0;1;0;1;1;0;1; -46,0112;1;1;0;1;0;1;0;1;1;0;1; -46,0089;1;1;0;1;0;1;0;1;1;0;1; -46,0105;1;1;0;1;0;1;0;1;1;0;1; -46,0098;1;1;0;1;0;1;0;1;1;0;1; -46,0065;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,0057;1;1;0;1;0;1;0;1;1;0;1; -46,0088;1;1;0;1;0;1;0;1;1;0;1; -46,0063;1;1;0;1;0;1;0;1;1;0;1; -46,0101;1;1;0;1;0;1;0;1;1;0;1; -46,0134;1;1;0;1;0;1;0;1;1;0;1; -46,009;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0079;1;1;0;1;0;1;0;1;1;0;1; -46,0074;1;1;0;1;0;1;0;1;1;0;1; -46,0099;1;1;0;1;0;1;0;1;1;0;1; -46,0059;1;1;0;1;0;1;0;1;1;0;1; -46,0053;1;1;0;1;0;1;0;1;1;0;1; -46,0065;1;1;0;1;0;1;0;1;1;0;1; -46,005;1;1;0;1;0;1;0;1;1;0;1; -46,0078;1;1;0;1;0;1;0;1;1;0;1; -46,0054;1;1;0;1;0;1;0;1;1;0;0,742596; -46,0062;1;1;0;1;0;1;0;1;1;0;0,742596; -46,0107;1;1;0;1;0;1;0;1;1;0;0,742596; -46,0126;1;1;0;1;0;1;0;1;1;0;0,742596; -46,0098;1;1;0;1;0;1;0;1;1;0;0,742596; -46,0094;1;1;0;1;0;1;0;1;1;0;0,742596; -46,007;1;1;0;1;0;1;0;1;1;0;0,742596; -46,008;1;1;0;1;0;1;0;1;1;0;0,742596; -46,0067;1;1;0;1;0;1;0;1;1;0;0,742596; -46,0072;1;1;0;1;0;1;0;1;1;0;0,742596; -46,0108;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,0089;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,0062;1;1;0;1;0;1;0;1;1;0;1; -46,0083;1;1;0;1;0;1;0;1;1;0;1; -46,0079;1;1;0;1;0;1;0;1;1;0;1; -46,0067;1;1;0;1;0;1;0;1;1;0;1; -46,0064;1;1;0;1;0;1;0;1;1;0;1; -46,0077;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0103;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0073;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0107;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0084;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0064;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0061;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0082;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0092;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0068;1;1;0;1;0;1;0;1;1;0;0,926857; -46,0055;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0079;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0046;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0082;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0063;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0084;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0064;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0083;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0077;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0098;1;1;0;1;0;1;0;1;1;0;0,992268; -46,0076;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0072;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0095;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0089;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0059;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0072;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0126;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0073;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0077;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0079;1;1;0;1;0;1;0;1;1;0;0,897376; -46,0084;1;1;0;1;0;1;0;1;1;0;1; -46,006;1;1;0;1;0;1;0;1;1;0;1; -46,0034;1;1;0;1;0;1;0;1;1;0;1; -46,0072;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,007;1;1;0;1;0;1;0;1;1;0;1; -46,0079;1;1;0;1;0;1;0;1;1;0;1; -46,0076;1;1;0;1;0;1;0;1;1;0;1; -46,0103;1;1;0;1;0;1;0;1;1;0;1; -46,0107;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0075;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0056;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0075;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0061;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0065;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0078;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0112;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0047;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0068;1;1;0;1;0;1;0;1;1;0;0,948968; -46,0044;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0072;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0089;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0087;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0076;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0118;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0104;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0102;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0082;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0076;1;1;0;1;0;1;0;1;1;0;0,726934; -46,0102;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0092;1;1;0;1;0;1;0;1;1;0;0,94713; -46,009;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0095;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0075;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0097;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0149;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0077;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0082;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0076;1;1;0;1;0;1;0;1;1;0;0,94713; -46,0074;1;1;0;1;0;1;0;1;1;0;0,948051; -46,0086;1;1;0;1;0;1;0;1;1;0;0,948051; -46,01;1;1;0;1;0;1;0;1;1;0;0,948051; -46,0091;1;1;0;1;0;1;0;1;1;0;0,948051; -46,0039;1;1;0;1;0;1;0;1;1;0;0,948051; -46,008;1;1;0;1;0;1;0;1;1;0;0,948051; -46,0065;1;1;0;1;0;1;0;1;1;0;0,948051; -46,006;1;1;0;1;0;1;0;1;1;0;0,948051; -46,0045;1;1;0;1;0;1;0;1;1;0;0,948051; -46,0078;1;1;0;1;0;1;0;1;1;0;0,948051; -46,007;1;1;0;1;0;1;0;1;1;0;0,806167; -46,009;1;1;0;1;0;1;0;1;1;0;0,806167; -46,0078;1;1;0;1;0;1;0;1;1;0;0,806167; -46,0092;1;1;0;1;0;1;0;1;1;0;0,806167; -46,0097;1;1;0;1;0;1;0;1;1;0;0,806167; -46,008;1;1;0;1;0;1;0;1;1;0;0,806167; -46,0069;1;1;0;1;0;1;0;1;1;0;0,806167; -46,009;1;1;0;1;0;1;0;1;1;0;0,806167; -46,0109;1;1;0;1;0;1;0;1;1;0;0,806167; -46,0069;1;1;0;1;0;1;0;1;1;0;0,806167; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0098;1;1;0;1;0;1;0;1;1;0;1; -46,0112;1;1;0;1;0;1;0;1;1;0;1; -46,0081;1;1;0;1;0;1;0;1;1;0;1; -46,0099;1;1;0;1;0;1;0;1;1;0;1; -46,0089;1;1;0;1;0;1;0;1;1;0;1; -46,0067;1;1;0;1;0;1;0;1;1;0;1; -46,0074;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;1; -46,0054;1;1;0;1;0;1;0;1;1;0;1; -46,0081;1;1;0;1;0;1;0;1;1;0;1; -46,0093;1;1;0;1;0;1;0;1;1;0;1; -46,0095;1;1;0;1;0;1;0;1;1;0;1; -46,0074;1;1;0;1;0;1;0;1;1;0;1; -46,0082;1;1;0;1;0;1;0;1;1;0;1; -46,0057;1;1;0;1;0;1;0;1;1;0;1; -46,0063;1;1;0;1;0;1;0;1;1;0;1; -46,0076;1;1;0;1;0;1;0;1;1;0;1; -46,0069;1;1;0;1;0;1;0;1;1;0;1; -46,0094;1;1;0;1;0;1;0;1;1;0;1; -46,0085;1;1;0;1;0;1;0;1;1;0;0,984898; -46,012;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0046;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0091;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0087;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0076;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0085;1;1;0;1;0;1;0;1;1;0;0,984898; -46,007;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0071;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0077;1;1;0;1;0;1;0;1;1;0;0,984898; -46,0094;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;1; -46,0069;1;1;0;1;0;1;0;1;1;0;1; -46,01;1;1;0;1;0;1;0;1;1;0;1; -46,0062;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,0086;1;1;0;1;0;1;0;1;1;0;1; -46,009;1;1;0;1;0;1;0;1;1;0;1; -46,0073;1;1;0;1;0;1;0;1;1;0;1; -46,0093;1;1;0;1;0;1;0;1;1;0;1; -46,0076;1;1;0;1;0;1;0;1;1;0;1; -46,0078;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,008;1;1;0;1;0;1;0;1;1;0;1; -46,009;1;1;0;1;0;1;0;1;1;0;1; -46,0069;1;1;0;1;0;1;0;1;1;0;1; -46,0065;1;1;0;1;0;1;0;1;1;0;1; -46,0049;1;1;0;1;0;1;0;1;1;0;1; -46,0121;1;1;0;1;0;1;0;1;1;0;1; -46,0056;1;1;0;1;0;1;0;1;1;0;1; -46,0091;1;1;0;1;0;1;0;1;1;0;0,963708; -46,006;1;1;0;1;0;1;0;1;1;0;0,963708; -46,0072;1;1;0;1;0;1;0;1;1;0;0,963708; -46,0067;1;1;0;1;0;1;0;1;1;0;0,963708; -46,0072;1;1;0;1;0;1;0;1;1;0;0,963708; -46,0092;1;1;0;1;0;1;0;1;1;0;0,963708; -46,0066;1;1;0;1;0;1;0;1;1;0;0,963708; -46,009;1;1;0;1;0;1;0;1;1;0;0,963708; -46,008;1;1;0;1;0;1;0;1;1;0;0,963708; -46,0078;1;1;0;1;0;1;0;1;1;0;0,963708; -46,0086;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0074;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0043;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0084;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0064;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0052;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0084;1;1;0;1;0;1;0;1;1;0;0,925014; -46,011;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0072;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0082;1;1;0;1;0;1;0;1;1;0;0,925014; -46,0067;1;1;0;1;0;1;0;1;1;0;0,852232; -46,0055;1;1;0;1;0;1;0;1;1;0;0,852232; -46,0075;1;1;0;1;0;1;0;1;1;0;0,852232; -46,0085;1;1;0;1;0;1;0;1;1;0;0,852232; -46,0093;1;1;0;1;0;1;0;1;1;0;0,852232; -46,008;1;1;0;1;0;1;0;1;1;0;0,852232; -46,0068;1;1;0;1;0;1;0;1;1;0;0,852232; -46,0076;1;1;0;1;0;1;0;1;1;0;0,852232; -46,0067;1;1;0;1;0;1;0;1;1;0;0,852232; -46,0109;1;1;0;1;0;1;0;1;1;0;0,852232; diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_1/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_1/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..0a658ef Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_1/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel.csv b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel.csv new file mode 100644 index 0000000..f6b8f64 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0081;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0081;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0067;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,007;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,0065;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,0098;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,0088;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0098;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0088;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,0084;1;1;0;1;0;1;0;0;1;0;0;1 +46,0062;1;1;0;1;0;1;0;0;1;0;0;1 +46,0066;1;1;0;1;0;1;0;0;1;0;0;1 +46,0115;1;1;0;1;0;1;0;0;1;0;0;1 +46,0075;1;1;0;1;0;1;0;0;1;0;0;1 +46,0075;1;1;0;1;0;1;0;0;1;0;0;1 +46,0082;1;1;0;1;0;1;0;0;1;0;0;1 +46,0079;1;1;0;1;0;1;0;0;1;0;0;1 +46,0047;1;1;0;1;0;1;0;0;1;0;0;1 +46,008;1;1;0;1;0;1;0;0;1;0;0;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,977766;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,981321;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,993334;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0043;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0129;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0016;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,966428;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,983519;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0149;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0025;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,988259;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0039;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0047;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,996211;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0117;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,979967;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,998749;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0036;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0144;1;1;0;1;0;1;0;1;1;0;1;2 +46,0135;1;1;0;1;0;1;0;1;1;0;1;2 +46,014;1;1;0;1;0;1;0;1;1;0;1;2 +46,0129;1;1;0;1;0;1;0;1;1;0;1;2 +46,0151;1;1;0;1;0;1;0;1;1;0;1;2 +46,0226;1;1;0;1;0;1;0;1;1;0;1;2 +46,0197;1;1;0;1;0;1;0;1;1;0;1;2 +46,0259;1;1;0;1;0;1;0;1;1;0;1;2 +46,0247;1;1;0;1;0;1;0;1;1;0;1;2 +46,0281;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,0298;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,0333;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,035;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,0355;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,037;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,0401;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,0395;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,0445;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,0447;1;1;0;1;0;1;0;1;1;0;0,537425;2 +46,0427;1;1;0;1;0;1;0;2;1;0;1;2 +46,0505;1;1;0;1;0;1;0;2;1;0;1;2 +46,0529;1;1;0;1;0;1;0;2;1;0;1;2 +46,0531;1;1;0;1;0;1;0;2;1;0;1;2 +46,0552;1;1;0;1;0;1;0;2;1;0;1;2 +46,0581;1;1;0;1;0;1;0;2;1;0;1;2 +46,0589;1;1;0;1;0;1;0;2;1;0;1;2 +46,0633;1;1;0;1;0;1;0;2;1;0;1;2 +46,0635;1;1;0;1;0;1;0;2;1;0;1;2 +46,0655;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0724;1;1;0;1;0;1;0;2;1;0;1;2 +46,0756;1;1;0;1;0;1;0;2;1;0;1;2 +46,0769;1;1;0;1;0;1;0;2;1;0;1;2 +46,0765;1;1;0;1;0;1;0;2;1;0;1;2 +46,08;1;1;0;1;0;1;0;2;1;0;1;2 +46,082;1;1;0;1;0;1;0;2;1;0;1;2 +46,0859;1;1;0;1;0;1;0;2;1;0;1;2 +46,0853;1;1;0;1;0;1;0;2;1;0;1;2 +46,088;1;1;0;1;0;1;0;2;1;0;1;2 +46,0915;1;1;0;1;0;1;0;2;1;0;1;2 +46,0919;1;1;0;1;0;1;0;2;1;0;1;2 +46,0943;1;1;0;1;0;1;0;2;1;0;1;2 +46,0972;1;1;0;1;0;1;0;2;1;0;1;2 +46,0968;1;1;0;1;0;1;0;2;1;0;1;2 +46,0996;1;1;0;1;0;1;0;2;1;0;1;2 +46,1035;1;1;0;1;0;1;0;2;1;0;1;2 +46,1038;1;1;0;1;0;1;0;2;1;0;1;2 +46,107;1;1;0;1;0;1;0;2;1;0;1;2 +46,1095;1;1;0;1;0;1;0;2;1;0;1;2 +46,1107;1;1;0;1;0;1;0;2;1;0;1;2 +46,1106;1;1;0;1;0;1;0;2;1;0;1;2 +46,1162;1;1;0;1;0;1;0;2;1;0;1;2 +46,1161;1;1;0;1;0;1;0;2;1;0;1;2 +46,1195;1;1;0;1;0;1;0;2;1;0;1;2 +46,1183;1;1;0;1;0;1;0;2;1;0;1;2 +46,1216;1;1;0;1;0;1;0;2;1;0;1;2 +46,1229;1;1;0;1;0;1;0;2;1;0;1;2 +46,1258;1;1;0;1;0;1;0;2;1;0;1;2 +46,1279;1;1;0;1;0;1;0;2;1;0;1;2 +46,1316;1;1;0;1;0;1;0;2;1;0;1;2 +46,1312;1;1;0;1;0;1;0;2;1;0;1;2 +46,1327;1;1;0;1;0;1;0;2;1;0;1;2 +46,1373;1;1;0;1;0;1;0;2;1;0;1;2 +46,1373;1;1;0;1;0;1;0;2;1;0;1;2 +46,1404;1;1;0;1;0;1;0;2;1;0;1;2 +46,1411;1;1;0;1;0;1;0;2;1;0;1;2 +46,1415;1;1;0;1;0;1;0;2;1;0;1;2 +46,1469;1;1;0;1;0;1;0;2;1;0;1;2 +46,1483;1;1;0;1;0;1;0;2;1;0;1;2 +46,1522;1;1;0;1;0;1;0;2;1;0;1;2 +46,1514;1;1;0;1;0;1;0;2;1;0;1;2 +46,1547;1;1;0;1;0;1;0;2;1;0;1;2 +46,1564;1;1;0;1;0;1;0;2;1;0;1;2 +46,1627;1;1;0;1;0;1;0;2;1;0;1;2 +46,1603;1;1;0;1;0;1;0;2;1;0;1;2 +46,1613;1;1;0;1;0;1;0;2;1;0;1;2 +46,1634;1;1;0;1;0;1;0;2;1;0;1;2 +46,1643;1;1;0;1;0;1;0;2;1;0;1;2 +46,1685;1;1;0;1;0;1;0;2;1;0;1;2 +46,1693;1;1;0;1;0;1;0;2;1;0;1;2 +46,1713;1;1;0;1;0;1;0;2;1;0;1;2 +46,1745;1;1;0;1;0;1;0;2;1;0;1;2 +46,1757;1;1;0;1;0;1;0;2;1;0;1;2 +46,1762;1;1;0;1;0;1;0;2;1;0;1;2 +46,1774;1;1;0;1;0;1;0;2;1;0;1;2 +46,1803;1;1;0;1;0;1;0;2;1;0;1;2 +46,1808;1;1;0;1;0;1;0;2;1;0;1;2 +46,1849;1;1;0;1;0;1;0;2;1;0;1;2 +46,1866;1;1;0;1;0;1;0;2;1;0;1;2 +46,189;1;1;0;1;0;1;0;2;1;0;1;2 +46,1915;1;1;0;1;0;1;0;2;1;0;1;2 +46,1982;1;1;0;1;0;1;0;2;1;0;1;2 +46,1943;1;1;0;1;0;1;0;2;1;0;1;2 +46,1986;1;1;0;1;0;1;0;2;1;0;1;2 +46,2022;1;1;0;1;0;1;0;2;1;0;1;2 +46,2033;1;1;0;1;0;1;0;2;1;0;1;2 +46,2058;1;1;0;1;0;1;0;2;1;0;1;2 +46,2048;1;1;0;1;0;1;0;2;1;0;1;2 +46,2099;1;1;0;1;0;1;0;2;1;0;1;2 +46,2073;1;1;0;1;0;1;0;2;1;0;1;2 +46,2138;1;1;0;1;0;1;0;2;1;0;1;2 +46,2142;1;1;0;1;0;1;0;2;1;0;1;2 +46,2151;1;1;0;1;0;1;0;2;1;0;1;2 +46,2197;1;1;0;1;0;1;0;2;1;0;1;2 +46,2203;1;1;0;1;0;1;0;2;1;0;1;2 +46,2196;1;1;0;1;0;1;0;2;1;0;1;2 +46,2241;1;1;0;1;0;1;0;2;1;0;1;2 +46,2256;1;1;0;1;0;1;0;2;1;0;1;2 +46,2285;1;1;0;1;0;1;0;2;1;0;1;2 +46,2337;1;1;0;1;0;1;0;2;1;0;1;2 +46,2289;1;1;0;1;0;1;0;2;1;0;1;2 +46,2307;1;1;0;1;0;1;0;2;1;0;1;2 +46,2359;1;1;0;1;0;1;0;2;1;0;1;2 +46,237;1;1;0;1;0;1;0;2;1;0;1;2 +46,2404;1;1;0;1;0;1;0;2;1;0;1;2 +46,2416;1;1;0;1;0;1;0;2;1;0;1;2 +46,2441;1;1;0;1;0;1;0;2;1;0;1;2 +46,2469;1;1;0;1;0;1;0;2;1;0;1;2 +46,2527;1;1;0;1;0;1;0;2;1;0;1;2 +46,251;1;1;0;1;0;1;0;2;1;0;1;2 +46,2507;1;1;0;1;0;1;0;2;1;0;1;2 +46,2529;1;1;0;1;0;1;0;2;1;0;1;2 +46,2569;1;1;0;1;0;1;0;2;1;0;1;2 +46,2616;1;1;0;1;0;1;0;2;1;0;1;2 +46,2618;1;1;0;1;0;1;0;2;1;0;1;2 +46,2618;1;1;0;1;0;1;0;2;1;0;1;2 +46,2649;1;1;0;1;0;1;0;2;1;0;1;2 +46,2655;1;1;0;1;0;1;0;2;1;0;1;2 +46,2664;1;1;0;1;0;1;0;2;1;0;1;2 +46,2743;1;1;0;1;0;1;0;2;1;0;1;2 +46,2732;1;1;0;1;0;1;0;2;1;0;1;2 +46,276;1;1;0;1;0;1;0;2;1;0;1;2 +46,2759;1;1;0;1;0;1;0;2;1;0;1;2 +46,2774;1;1;0;1;0;1;0;2;1;0;1;2 +46,2811;1;1;0;1;0;1;0;2;1;0;1;2 +46,2806;1;1;0;1;0;1;0;2;1;0;1;2 +46,286;1;1;0;1;0;1;0;2;1;0;1;2 +46,2856;1;1;0;1;0;1;0;2;1;0;1;2 +46,2881;1;1;0;1;0;1;0;2;1;0;1;2 +46,2895;1;1;0;1;0;1;0;2;1;0;1;2 +46,2918;1;1;0;1;0;1;0;2;1;0;1;2 +46,2942;1;1;0;1;0;1;0;2;1;0;1;2 +46,2973;1;1;0;1;0;1;0;2;1;0;1;2 +46,2964;1;1;0;1;0;1;0;2;1;0;1;2 +46,2999;1;1;0;1;0;1;0;2;1;0;1;2 +46,3019;1;1;0;1;0;1;0;2;1;0;1;2 +46,3034;1;1;0;1;0;1;0;2;1;0;1;2 +46,3049;1;1;0;1;0;1;0;2;1;0;1;2 +46,3067;1;1;0;1;0;1;0;2;1;0;1;2 +46,3087;1;1;0;1;0;1;0;2;1;0;1;2 +46,3155;1;1;0;1;0;1;0;2;1;0;1;2 +46,3191;1;1;0;1;0;1;0;2;1;0;1;2 +46,315;1;1;0;1;0;1;0;2;1;0;1;2 +46,3235;1;1;0;1;0;1;0;2;1;0;1;2 +46,3221;1;1;0;1;0;1;0;2;1;0;1;2 +46,3255;1;1;0;1;0;1;0;2;1;0;1;2 +46,3237;1;1;0;1;0;1;0;2;1;0;1;2 +46,3271;1;1;0;1;0;1;0;2;1;0;1;2 +46,3288;1;1;0;1;0;1;0;2;1;0;1;2 +46,3292;1;1;0;1;0;1;0;2;1;0;1;2 +46,3337;1;1;0;1;0;1;0;2;1;0;1;2 +46,3373;1;1;0;1;0;1;0;2;1;0;1;2 +46,3358;1;1;0;1;0;1;0;2;1;0;1;2 +46,3402;1;1;0;1;0;1;0;2;1;0;1;2 +46,3387;1;1;0;1;0;1;0;2;1;0;1;2 +46,3417;1;1;0;1;0;1;0;2;1;0;1;2 +46,3394;1;1;0;1;0;1;0;2;1;0;1;2 +46,3459;1;1;0;1;0;1;0;2;1;0;1;2 +46,352;1;1;0;1;0;1;0;2;1;0;1;2 +46,3498;1;1;0;1;0;1;0;2;1;0;1;2 +46,3528;1;1;0;1;0;1;0;2;1;0;1;2 +46,358;1;1;0;1;0;1;0;2;1;0;1;2 +46,3564;1;1;0;1;0;1;0;2;1;0;1;2 +46,3576;1;1;0;1;0;1;0;2;1;0;1;2 +46,3591;1;1;0;1;0;1;0;2;1;0;1;2 +46,3612;1;1;0;1;0;1;0;2;1;0;1;2 +46,3665;1;1;0;1;0;1;0;2;1;0;1;2 +46,3658;1;1;0;1;0;1;0;2;1;0;1;2 +46,368;1;1;0;1;0;1;0;2;1;0;1;2 +46,3695;1;1;0;1;0;1;0;2;1;0;1;2 +46,3705;1;1;0;1;0;1;0;2;1;0;1;2 +46,3728;1;1;0;1;0;1;0;2;1;0;1;2 +46,3725;1;1;0;1;0;1;0;2;1;0;1;2 +46,3768;1;1;0;1;0;1;0;2;1;0;1;2 +46,3789;1;1;0;1;0;1;0;2;1;0;1;2 +46,3866;1;1;0;1;0;1;0;2;1;0;1;2 +46,3853;1;1;0;1;0;1;0;2;1;0;1;2 +46,3865;1;1;0;1;0;1;0;2;1;0;1;2 +46,3876;1;1;0;1;0;1;0;2;1;0;1;2 +46,3902;1;1;0;1;0;1;0;2;1;0;1;2 +46,3911;1;1;0;1;0;1;0;2;1;0;1;2 +46,3991;1;1;0;1;0;1;0;2;1;0;1;2 +46,396;1;1;0;1;0;1;0;2;1;0;1;2 +46,3963;1;1;0;1;0;1;0;2;1;0;1;2 +46,4016;1;1;0;1;0;1;0;2;1;0;1;2 +46,4026;1;1;0;1;0;1;0;2;1;0;1;2 +46,4017;1;1;0;1;0;1;0;2;1;0;1;2 +46,4061;1;1;0;1;0;1;0;2;1;0;1;2 +46,4073;1;1;0;1;0;1;0;2;1;0;1;2 +46,4091;1;1;0;1;0;1;0;2;1;0;1;2 +46,4111;1;1;0;1;0;1;0;2;1;0;1;2 +46,4165;1;1;0;1;0;1;0;2;1;0;1;2 +46,4174;1;1;0;1;0;1;0;2;1;0;1;2 +46,4174;1;1;0;1;0;1;0;2;1;0;1;2 +46,4223;1;1;0;1;0;1;0;2;1;0;1;2 +46,4216;1;1;0;1;0;1;0;2;1;0;1;2 +46,425;1;1;0;1;0;1;0;2;1;0;1;2 +46,4243;1;1;0;1;0;1;0;2;1;0;1;2 +46,4289;1;1;0;1;0;1;0;2;1;0;1;2 +46,4289;1;1;0;1;0;1;0;2;1;0;1;2 +46,4347;1;1;0;1;0;1;0;2;1;0;1;2 +46,4365;1;1;0;1;0;1;0;2;1;0;1;2 +46,4357;1;1;0;1;0;1;0;2;1;0;1;2 +46,4384;1;1;0;1;0;1;0;2;1;0;1;2 +46,4392;1;1;0;1;0;1;0;2;1;0;1;2 +46,4428;1;1;0;1;0;1;0;2;1;0;1;2 +46,4386;1;1;0;1;0;1;0;2;1;0;1;2 +46,4445;1;1;0;1;0;1;0;2;1;0;1;2 +46,4476;1;1;0;1;0;1;0;2;1;0;1;2 +46,4494;1;1;0;1;0;1;0;2;1;0;1;2 +46,4522;1;1;0;1;0;1;0;2;1;0;1;2 +46,4555;1;1;0;1;0;1;0;2;1;0;1;2 +46,4559;1;1;0;1;0;1;0;2;1;0;1;2 +46,4575;1;1;0;1;0;1;0;2;1;0;1;2 +46,4613;1;1;0;1;0;1;0;2;1;0;1;2 +46,4627;1;1;0;1;0;1;0;2;1;0;1;2 +46,4641;1;1;0;1;0;1;0;2;1;0;1;2 +46,4676;1;1;0;1;0;1;0;2;1;0;1;2 +46,472;1;1;0;1;0;1;0;2;1;0;1;2 +46,4698;1;1;0;1;0;1;0;2;1;0;1;2 +46,4728;1;1;0;1;0;1;0;2;1;0;1;2 +46,4707;1;1;0;1;0;1;0;2;1;0;1;2 +46,4794;1;1;0;1;0;1;0;2;1;0;1;2 +46,4779;1;1;0;1;0;1;0;2;1;0;1;2 +46,479;1;1;0;1;0;1;0;2;1;0;1;2 +46,4824;1;1;0;1;0;1;0;2;1;0;1;2 +46,4864;1;1;0;1;0;1;0;2;1;0;1;2 +46,4861;1;1;0;1;0;1;0;2;1;0;1;2 +46,4902;1;1;0;1;0;1;0;2;1;0;1;2 +46,4884;1;1;0;1;0;1;0;2;1;0;1;2 +46,4931;1;1;0;1;0;1;0;2;1;0;1;2 +46,4922;1;1;0;1;0;1;0;2;1;0;1;2 +46,4976;1;1;0;1;0;1;0;2;1;0;1;2 +46,4963;1;1;0;1;0;1;0;2;1;0;1;2 +46,5027;1;1;0;1;0;1;0;2;1;0;1;2 +46,4998;1;1;0;1;0;1;0;2;1;0;1;2 +46,5018;1;1;0;1;0;1;0;2;1;0;1;2 +46,5018;1;1;0;1;0;1;0;2;1;0;1;2 +46,5094;1;1;0;1;0;1;0;2;1;0;1;2 +46,5114;1;1;0;1;0;1;0;2;1;0;1;2 +46,5133;1;1;0;1;0;1;0;2;1;0;1;2 +46,5164;1;1;0;1;0;1;0;2;1;0;1;2 +46,515;1;1;0;1;0;1;0;2;1;0;1;2 +46,5185;1;1;0;1;0;1;0;2;1;0;1;2 +46,5222;1;1;0;1;0;1;0;2;1;0;1;2 +46,5214;1;1;0;1;0;1;0;2;1;0;1;2 +46,5239;1;1;0;1;0;1;0;2;1;0;1;2 +46,5358;1;1;0;1;0;1;0;2;1;0;1;2 +46,5272;1;1;0;1;0;1;0;2;1;0;1;2 +46,0089;1;0,988828;0,0111723;0,988828;0,0111723;1;0;2;1;0;0,988828;1 +46,0113;1;0,988828;0,0111723;0,989229;0,0107711;1;0;2;1;0;0,988828;1 +46,0075;1;0,988592;0,0114084;0,988592;0,0114084;1;0;2;1;0;0,988592;1 +46,0084;1;0,988592;0,0114084;0,988734;0,0112659;1;0;2;1;0;0,988592;1 +46,0096;1;0,988592;0,0114084;0,988941;0,0110595;1;0;2;1;0;0,988592;1 +46,0067;1;0,988446;0,0115542;0,988446;0,0115542;1;0;2;1;0;0,988446;1 +46,0086;1;0,988446;0,0115542;0,988775;0,0112246;1;0;2;1;0;0,988446;1 +46,0102;1;0,988446;0,0115542;0,989052;0,0109485;1;0;2;1;0;0,988446;1 +46,011;1;0,988446;0,0115542;0,989179;0,0108208;1;0;2;1;0;0,988446;1 +46,0075;1;0,988446;0,0115542;0,990047;0,00995292;1;0;1;1;0;0,98589;1 +46,0085;1;0,988446;0,0115542;1;0;1;0;1;1;0;0,98589;1 +46,0087;1;0,988446;0,0115542;1;0;1;0;1;1;0;0,98589;1 +46,0073;1;0,988446;0,0115542;1;0;1;0;1;1;0;0,98589;1 +46,0061;1;0,988446;0,0115542;1;0;1;0;1;1;0;0,98589;1 +46,0099;1;0,988446;0,0115542;1;0;1;0;1;1;0;0,98589;1 +46,0129;1;0,988775;0,0112246;1;0;1;0;1;1;0;0,98589;1 +46,0102;1;0,989052;0,0109485;1;0;1;0;1;1;0;0,98589;1 +46,0085;1;0,989179;0,0108208;1;0;1;0;1;1;0;0,98589;1 +46,0081;1;0,990047;0,00995292;1;0;1;0;1;1;0;0,98589;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,0038;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,985719;1 +45,9994;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,985719;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0029;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,982504;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0135;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0155;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0167;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0204;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0215;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0285;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0252;1;1;0;1;0;1;0;1;1;0;0,982504;2 +46,0278;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0295;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0344;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0343;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0298;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0376;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0423;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0419;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0419;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0458;1;1;0;1;0;1;0;1;1;0;0,533366;2 +46,0487;1;1;0;1;0;1;0;2;1;0;1;2 +46,0509;1;1;0;1;0;1;0;2;1;0;1;2 +46,0532;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0573;1;1;0;1;0;1;0;2;1;0;1;2 +46,0588;1;1;0;1;0;1;0;2;1;0;1;2 +46,06;1;1;0;1;0;1;0;2;1;0;1;2 +46,0617;1;1;0;1;0;1;0;2;1;0;1;2 +46,0617;1;1;0;1;0;1;0;2;1;0;1;2 +46,0704;1;1;0;1;0;1;0;2;1;0;1;2 +46,0629;1;1;0;1;0;1;0;2;1;0;1;2 +46,0674;1;1;0;1;0;1;0;2;1;0;1;2 +46,0708;1;1;0;1;0;1;0;2;1;0;1;2 +46,0743;1;1;0;1;0;1;0;2;1;0;1;2 +46,0736;1;1;0;1;0;1;0;2;1;0;1;2 +46,0771;1;1;0;1;0;1;0;2;1;0;1;2 +46,0803;1;1;0;1;0;1;0;2;1;0;1;2 +46,0798;1;1;0;1;0;1;0;2;1;0;1;2 +46,0836;1;1;0;1;0;1;0;2;1;0;1;2 +46,0862;1;1;0;1;0;1;0;2;1;0;1;2 +46,0885;1;1;0;1;0;1;0;2;1;0;1;2 +46,0886;1;1;0;1;0;1;0;2;1;0;1;2 +46,0922;1;1;0;1;0;1;0;2;1;0;1;2 +46,0935;1;1;0;1;0;1;0;2;1;0;1;2 +46,098;1;1;0;1;0;1;0;2;1;0;1;2 +46,0974;1;1;0;1;0;1;0;2;1;0;1;2 +46,0997;1;1;0;1;0;1;0;2;1;0;1;2 +46,0997;1;1;0;1;0;1;0;2;1;0;1;2 +46,1044;1;1;0;1;0;1;0;2;1;0;1;2 +46,1081;1;1;0;1;0;1;0;2;1;0;1;2 +46,1078;1;1;0;1;0;1;0;2;1;0;1;2 +46,1119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1082;1;1;0;1;0;1;0;2;1;0;1;2 +46,119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1134;1;1;0;1;0;1;0;2;1;0;1;2 +46,1181;1;1;0;1;0;1;0;2;1;0;1;2 +46,1213;1;1;0;1;0;1;0;2;1;0;1;2 +46,1218;1;1;0;1;0;1;0;2;1;0;1;2 +46,1252;1;1;0;1;0;1;0;2;1;0;1;2 +46,1259;1;1;0;1;0;1;0;2;1;0;1;2 +46,129;1;1;0;1;0;1;0;2;1;0;1;2 +46,1315;1;1;0;1;0;1;0;2;1;0;1;2 +46,1322;1;1;0;1;0;1;0;2;1;0;1;2 +46,1343;1;1;0;1;0;1;0;2;1;0;1;2 +46,1364;1;1;0;1;0;1;0;2;1;0;1;2 +46,1341;1;1;0;1;0;1;0;2;1;0;1;2 +46,1409;1;1;0;1;0;1;0;2;1;0;1;2 +46,1391;1;1;0;1;0;1;0;2;1;0;1;2 +46,145;1;1;0;1;0;1;0;2;1;0;1;2 +46,1472;1;1;0;1;0;1;0;2;1;0;1;2 +46,1475;1;1;0;1;0;1;0;2;1;0;1;2 +46,1503;1;1;0;1;0;1;0;2;1;0;1;2 +46,1524;1;1;0;1;0;1;0;2;1;0;1;2 +46,1558;1;1;0;1;0;1;0;2;1;0;1;2 +46,1518;1;1;0;1;0;1;0;2;1;0;1;2 +46,1571;1;1;0;1;0;1;0;2;1;0;1;2 +46,1556;1;1;0;1;0;1;0;2;1;0;1;2 +46,1613;1;1;0;1;0;1;0;2;1;0;1;2 +46,1645;1;1;0;1;0;1;0;2;1;0;1;2 +46,1725;1;1;0;1;0;1;0;2;1;0;1;2 +46,1666;1;1;0;1;0;1;0;2;1;0;1;2 +46,1701;1;1;0;1;0;1;0;2;1;0;1;2 +46,1714;1;1;0;1;0;1;0;2;1;0;1;2 +46,1723;1;1;0;1;0;1;0;2;1;0;1;2 +46,1754;1;1;0;1;0;1;0;2;1;0;1;2 +46,1793;1;1;0;1;0;1;0;2;1;0;1;2 +46,1816;1;1;0;1;0;1;0;2;1;0;1;2 +46,1844;1;1;0;1;0;1;0;2;1;0;1;2 +46,1836;1;1;0;1;0;1;0;2;1;0;1;2 +46,1891;1;1;0;1;0;1;0;2;1;0;1;2 +46,1876;1;1;0;1;0;1;0;2;1;0;1;2 +46,1904;1;1;0;1;0;1;0;2;1;0;1;2 +46,1897;1;1;0;1;0;1;0;2;1;0;1;2 +46,1921;1;1;0;1;0;1;0;2;1;0;1;2 +46,1966;1;1;0;1;0;1;0;2;1;0;1;2 +46,1982;1;1;0;1;0;1;0;2;1;0;1;2 +46,1967;1;1;0;1;0;1;0;2;1;0;1;2 +46,202;1;1;0;1;0;1;0;2;1;0;1;2 +46,2021;1;1;0;1;0;1;0;2;1;0;1;2 +46,2059;1;1;0;1;0;1;0;2;1;0;1;2 +46,2096;1;1;0;1;0;1;0;2;1;0;1;2 +46,2095;1;1;0;1;0;1;0;2;1;0;1;2 +46,21;1;1;0;1;0;1;0;2;1;0;1;2 +46,2116;1;1;0;1;0;1;0;2;1;0;1;2 +46,2155;1;1;0;1;0;1;0;2;1;0;1;2 +46,2176;1;1;0;1;0;1;0;2;1;0;1;2 +46,2206;1;1;0;1;0;1;0;2;1;0;1;2 +46,2217;1;1;0;1;0;1;0;2;1;0;1;2 +46,2255;1;1;0;1;0;1;0;2;1;0;1;2 +46,2282;1;1;0;1;0;1;0;2;1;0;1;2 +46,2275;1;1;0;1;0;1;0;2;1;0;1;2 +46,2302;1;1;0;1;0;1;0;2;1;0;1;2 +46,2311;1;1;0;1;0;1;0;2;1;0;1;2 +46,2347;1;1;0;1;0;1;0;2;1;0;1;2 +46,2338;1;1;0;1;0;1;0;2;1;0;1;2 +46,2377;1;1;0;1;0;1;0;2;1;0;1;2 +46,2378;1;1;0;1;0;1;0;2;1;0;1;2 +46,2427;1;1;0;1;0;1;0;2;1;0;1;2 +46,244;1;1;0;1;0;1;0;2;1;0;1;2 +46,2512;1;1;0;1;0;1;0;2;1;0;1;2 +46,2472;1;1;0;1;0;1;0;2;1;0;1;2 +46,2507;1;1;0;1;0;1;0;2;1;0;1;2 +46,2505;1;1;0;1;0;1;0;2;1;0;1;2 +46,254;1;1;0;1;0;1;0;2;1;0;1;2 +46,2554;1;1;0;1;0;1;0;2;1;0;1;2 +46,2589;1;1;0;1;0;1;0;2;1;0;1;2 +46,2596;1;1;0;1;0;1;0;2;1;0;1;2 +46,2644;1;1;0;1;0;1;0;2;1;0;1;2 +46,2655;1;1;0;1;0;1;0;2;1;0;1;2 +46,2658;1;1;0;1;0;1;0;2;1;0;1;2 +46,2653;1;1;0;1;0;1;0;2;1;0;1;2 +46,2725;1;1;0;1;0;1;0;2;1;0;1;2 +46,2746;1;1;0;1;0;1;0;2;1;0;1;2 +46,2763;1;1;0;1;0;1;0;2;1;0;1;2 +46,276;1;1;0;1;0;1;0;2;1;0;1;2 +46,2773;1;1;0;1;0;1;0;2;1;0;1;2 +46,2803;1;1;0;1;0;1;0;2;1;0;1;2 +46,2834;1;1;0;1;0;1;0;2;1;0;1;2 +46,2822;1;1;0;1;0;1;0;2;1;0;1;2 +46,2867;1;1;0;1;0;1;0;2;1;0;1;2 +46,286;1;1;0;1;0;1;0;2;1;0;1;2 +46,2856;1;1;0;1;0;1;0;2;1;0;1;2 +46,293;1;1;0;1;0;1;0;2;1;0;1;2 +46,295;1;1;0;1;0;1;0;2;1;0;1;2 +46,2951;1;1;0;1;0;1;0;2;1;0;1;2 +46,2966;1;1;0;1;0;1;0;2;1;0;1;2 +46,3063;1;1;0;1;0;1;0;2;1;0;1;2 +46,3005;1;1;0;1;0;1;0;2;1;0;1;2 +46,3033;1;1;0;1;0;1;0;2;1;0;1;2 +46,3048;1;1;0;1;0;1;0;2;1;0;1;2 +46,3093;1;1;0;1;0;1;0;2;1;0;1;2 +46,3101;1;1;0;1;0;1;0;2;1;0;1;2 +46,3117;1;1;0;1;0;1;0;2;1;0;1;2 +46,3163;1;1;0;1;0;1;0;2;1;0;1;2 +46,3168;1;1;0;1;0;1;0;2;1;0;1;2 +46,3191;1;1;0;1;0;1;0;2;1;0;1;2 +46,3197;1;1;0;1;0;1;0;2;1;0;1;2 +46,3212;1;1;0;1;0;1;0;2;1;0;1;2 +46,3217;1;1;0;1;0;1;0;2;1;0;1;2 +46,3223;1;1;0;1;0;1;0;2;1;0;1;2 +46,3265;1;1;0;1;0;1;0;2;1;0;1;2 +46,3273;1;1;0;1;0;1;0;2;1;0;1;2 +46,3321;1;1;0;1;0;1;0;2;1;0;1;2 +46,3327;1;1;0;1;0;1;0;2;1;0;1;2 +46,3371;1;1;0;1;0;1;0;2;1;0;1;2 +46,3375;1;1;0;1;0;1;0;2;1;0;1;2 +46,3404;1;1;0;1;0;1;0;2;1;0;1;2 +46,3404;1;1;0;1;0;1;0;2;1;0;1;2 +46,342;1;1;0;1;0;1;0;2;1;0;1;2 +46,3444;1;1;0;1;0;1;0;2;1;0;1;2 +46,3481;1;1;0;1;0;1;0;2;1;0;1;2 +46,3483;1;1;0;1;0;1;0;2;1;0;1;2 +46,352;1;1;0;1;0;1;0;2;1;0;1;2 +46,3545;1;1;0;1;0;1;0;2;1;0;1;2 +46,3596;1;1;0;1;0;1;0;2;1;0;1;2 +46,3575;1;1;0;1;0;1;0;2;1;0;1;2 +46,3608;1;1;0;1;0;1;0;2;1;0;1;2 +46,3622;1;1;0;1;0;1;0;2;1;0;1;2 +46,3637;1;1;0;1;0;1;0;2;1;0;1;2 +46,3675;1;1;0;1;0;1;0;2;1;0;1;2 +46,3687;1;1;0;1;0;1;0;2;1;0;1;2 +46,3706;1;1;0;1;0;1;0;2;1;0;1;2 +46,3708;1;1;0;1;0;1;0;2;1;0;1;2 +46,3737;1;1;0;1;0;1;0;2;1;0;1;2 +46,3756;1;1;0;1;0;1;0;2;1;0;1;2 +46,3781;1;1;0;1;0;1;0;2;1;0;1;2 +46,3841;1;1;0;1;0;1;0;2;1;0;1;2 +46,3821;1;1;0;1;0;1;0;2;1;0;1;2 +46,3849;1;1;0;1;0;1;0;2;1;0;1;2 +46,3844;1;1;0;1;0;1;0;2;1;0;1;2 +46,3907;1;1;0;1;0;1;0;2;1;0;1;2 +46,3896;1;1;0;1;0;1;0;2;1;0;1;2 +46,3891;1;1;0;1;0;1;0;2;1;0;1;2 +46,3952;1;1;0;1;0;1;0;2;1;0;1;2 +46,3951;1;1;0;1;0;1;0;2;1;0;1;2 +46,3987;1;1;0;1;0;1;0;2;1;0;1;2 +46,3988;1;1;0;1;0;1;0;2;1;0;1;2 +46,4033;1;1;0;1;0;1;0;2;1;0;1;2 +46,4066;1;1;0;1;0;1;0;2;1;0;1;2 +46,4069;1;1;0;1;0;1;0;2;1;0;1;2 +46,4122;1;1;0;1;0;1;0;2;1;0;1;2 +46,4067;1;1;0;1;0;1;0;2;1;0;1;1 +46,407;1;1;0;1;0;1;0;2;1;0;1;1 +46,4086;1;1;0;1;0;1;0;2;1;0;1;1 +46,4078;1;1;0;1;0;1;0;2;1;0;1;1 +46,4066;1;1;0;1;0;1;0;2;1;0;1;1 +46,4079;1;1;0;1;0;1;0;2;1;0;1;1 +46,4075;1;1;0;1;0;1;0;2;1;0;1;1 +46,4099;1;1;0;1;0;1;0;2;1;0;1;1 +46,4075;1;1;0;1;0;1;0;2;1;0;1;1 +46,4084;1;1;0;1;0;1;0;2;1;0;1;1 +46,4099;1;1;0;1;0;1;0;2;1;0;1;1 +46,4072;1;1;0;1;0;1;0;2;1;0;1;1 +46,407;1;1;0;1;0;1;0;2;1;0;1;1 +46,4062;1;1;0;1;0;1;0;2;1;0;1;1 +46,4116;1;1;0;1;0;1;0;2;1;0;1;1 +46,4038;1;1;0;1;0;1;0;2;1;0;1;1 +46,4084;1;1;0;1;0;1;0;2;1;0;1;1 +46,4085;1;1;0;1;0;1;0;2;1;0;1;1 +46,4081;1;1;0;1;0;1;0;2;1;0;1;1 +46,4089;1;1;0;1;0;1;0;2;1;0;1;1 +46,4085;1;1;0;1;0;1;0;2;1;0;1;1 +46,4112;1;1;0;1;0;1;0;2;1;0;1;1 +46,4088;1;1;0;1;0;1;0;2;1;0;1;1 +46,4109;1;1;0;1;0;1;0;2;1;0;1;1 +46,409;1;1;0;1;0;1;0;2;1;0;1;1 +46,4089;1;1;0;1;0;1;0;2;1;0;1;1 +46,4063;1;1;0;1;0;1;0;2;1;0;1;1 +46,4092;1;1;0;1;0;1;0;2;1;0;1;1 +46,4077;1;1;0;1;0;1;0;2;1;0;1;1 +46,4032;1;1;0;1;0;1;0;2;1;0;1;1 +46,407;1;1;0;1;0;1;0;2;1;0;1;1 +46,4053;1;1;0;1;0;1;0;2;1;0;1;1 +46,4036;1;1;0;1;0;1;0;2;1;0;1;1 +46,4077;1;1;0;1;0;1;0;2;1;0;1;1 +46,4086;1;1;0;1;0;1;0;2;1;0;1;1 +46,4132;1;1;0;1;0;1;0;2;1;0;1;1 +46,41;1;1;0;1;0;1;0;2;1;0;1;1 +46,4078;1;1;0;1;0;1;0;2;1;0;1;1 +46,4074;1;1;0;1;0;1;0;2;1;0;1;1 +46,4055;1;1;0;1;0;1;0;2;1;0;1;1 +46,4067;1;1;0;1;0;1;0;2;1;0;1;1 +46,4067;1;1;0;1;0;1;0;2;1;0;1;1 +46,4053;1;1;0;1;0;1;0;2;1;0;1;1 +46,4079;1;1;0;1;0;1;0;2;1;0;1;1 +46,4055;1;1;0;1;0;1;0;2;1;0;1;1 +46,4076;1;1;0;1;0;1;0;2;1;0;1;1 +46,4058;1;1;0;1;0;1;0;2;1;0;1;1 +46,4069;1;1;0;1;0;1;0;2;1;0;1;1 +46,41;1;1;0;1;0;1;0;2;1;0;1;1 +46,4103;1;1;0;1;0;1;0;2;1;0;1;1 +46,4147;1;1;0;1;0;1;0;2;1;0;1;2 +46,4142;1;1;0;1;0;1;0;2;1;0;1;2 +46,4193;1;1;0;1;0;1;0;2;1;0;1;2 +46,426;1;1;0;1;0;1;0;2;1;0;1;2 +46,4275;1;1;0;1;0;1;0;2;1;0;1;2 +46,4272;1;1;0;1;0;1;0;2;1;0;1;2 +46,433;1;1;0;1;0;1;0;2;1;0;1;2 +46,439;1;1;0;1;0;1;0;2;1;0;1;2 +46,4394;1;1;0;1;0;1;0;2;1;0;1;2 +46,4472;1;1;0;1;0;1;0;2;1;0;1;2 +46,4502;1;1;0;1;0;1;0;2;1;0;1;2 +46,4558;1;1;0;1;0;1;0;2;1;0;1;2 +46,4605;1;1;0;1;0;1;0;2;1;0;1;2 +46,4638;1;1;0;1;0;1;0;2;1;0;1;2 +46,4687;1;1;0;1;0;1;0;2;1;0;1;2 +46,473;1;1;0;1;0;1;0;2;1;0;1;2 +46,4764;1;1;0;1;0;1;0;2;1;0;1;2 +46,4792;1;1;0;1;0;1;0;2;1;0;1;2 +46,4844;1;1;0;1;0;1;0;2;1;0;1;2 +46,4881;1;1;0;1;0;1;0;2;1;0;1;2 +46,4909;1;1;0;1;0;1;0;2;1;0;1;2 +46,4953;1;1;0;1;0;1;0;2;1;0;1;2 +46,5023;1;1;0;1;0;1;0;2;1;0;1;2 +46,5042;1;1;0;1;0;1;0;2;1;0;1;2 +46,5094;1;1;0;1;0;1;0;2;1;0;1;2 +46,5106;1;1;0;1;0;1;0;2;1;0;1;2 +46,5155;1;1;0;1;0;1;0;2;1;0;1;2 +46,5202;1;1;0;1;0;1;0;2;1;0;1;2 +46,5249;1;1;0;1;0;1;0;2;1;0;1;2 +46,5301;1;1;0;1;0;1;0;2;1;0;1;2 +46,5331;1;1;0;1;0;1;0;2;1;0;1;2 +46,5407;1;1;0;1;0;1;0;2;1;0;1;2 +46,5406;1;1;0;1;0;1;0;2;1;0;1;2 +46,5444;1;1;0;1;0;1;0;2;1;0;1;2 +46,5462;1;1;0;1;0;1;0;2;1;0;1;2 +46,5498;1;1;0;1;0;1;0;2;1;0;1;2 +46,5524;1;1;0;1;0;1;0;2;1;0;1;2 +46,5604;1;1;0;1;0;1;0;2;1;0;1;2 +46,5657;1;1;0;1;0;1;0;2;1;0;1;2 +46,568;1;1;0;1;0;1;0;2;1;0;1;2 +46,5724;1;1;0;1;0;1;0;2;1;0;1;2 +46,5763;1;1;0;1;0;1;0;2;1;0;1;2 +46,582;1;1;0;1;0;1;0;2;1;0;1;2 +46,5835;1;1;0;1;0;1;0;2;1;0;1;2 +46,5875;1;1;0;1;0;1;0;2;1;0;1;2 +46,5942;1;1;0;1;0;1;0;2;1;0;1;2 +46,5944;1;1;0;1;0;1;0;2;1;0;1;2 +46,6;1;1;0;1;0;1;0;2;1;0;1;2 +46,6032;1;1;0;1;0;1;0;2;1;0;1;2 +46,6089;1;1;0;1;0;1;0;2;1;0;1;2 +46,6074;1;1;0;1;0;1;0;2;1;0;1;2 +46,6166;1;1;0;1;0;1;0;2;1;0;1;2 +46,62;1;1;0;1;0;1;0;2;1;0;1;2 +46,6272;1;1;0;1;0;1;0;2;1;0;1;2 +46,6283;1;1;0;1;0;1;0;2;1;0;1;2 +46,6305;1;1;0;1;0;1;0;2;1;0;1;2 +46,6333;1;1;0;1;0;1;0;2;1;0;1;2 +46,6408;1;1;0;1;0;1;0;2;1;0;1;2 +46,6414;1;1;0;1;0;1;0;2;1;0;1;2 +46,6467;1;1;0;1;0;1;0;2;1;0;1;2 +46,6518;1;1;0;1;0;1;0;2;1;0;1;2 +46,6567;1;1;0;1;0;1;0;2;1;0;1;2 +46,6633;1;1;0;1;0;1;0;2;1;0;1;2 +46,6655;1;1;0;1;0;1;0;2;1;0;1;2 +46,6666;1;1;0;1;0;1;0;2;1;0;1;2 +46,6732;1;1;0;1;0;1;0;2;1;0;1;2 +46,6781;1;1;0;1;0;1;0;2;1;0;1;2 +46,6791;1;1;0;1;0;1;0;2;1;0;1;2 +46,6826;1;1;0;1;0;1;0;2;1;0;1;2 +46,6885;1;1;0;1;0;1;0;2;1;0;1;2 +46,6929;1;1;0;1;0;1;0;2;1;0;1;2 +46,6964;1;1;0;1;0;1;0;2;1;0;1;2 +46,6982;1;1;0;1;0;1;0;2;1;0;1;2 +46,7047;1;1;0;1;0;1;0;2;1;0;1;2 +46,7059;1;1;0;1;0;1;0;2;1;0;1;2 +46,7122;1;1;0;1;0;1;0;2;1;0;1;2 +46,7194;1;1;0;1;0;1;0;2;1;0;1;2 +46,7191;1;1;0;1;0;1;0;2;1;0;1;2 +46,7216;1;1;0;1;0;1;0;2;1;0;1;2 +46,7274;1;1;0;1;0;1;0;2;1;0;1;2 +46,7319;1;1;0;1;0;1;0;2;1;0;1;2 +46,7364;1;1;0;1;0;1;0;2;1;0;1;2 +46,739;1;1;0;1;0;1;0;2;1;0;1;2 +46,7456;1;1;0;1;0;1;0;2;1;0;1;2 +46,744;1;1;0;1;0;1;0;2;1;0;1;2 +46,7499;1;1;0;1;0;1;0;2;1;0;1;2 +46,758;1;1;0;1;0;1;0;2;1;0;1;2 +46,7595;1;1;0;1;0;1;0;2;1;0;1;2 +46,7627;1;1;0;1;0;1;0;2;1;0;1;2 +46,7687;1;1;0;1;0;1;0;2;1;0;1;2 +46,7725;1;1;0;1;0;1;0;2;1;0;1;2 +46,7758;1;1;0;1;0;1;0;2;1;0;1;2 +46,7828;1;1;0;1;0;1;0;2;1;0;1;2 +46,7824;1;1;0;1;0;1;0;2;1;0;1;2 +46,7899;1;1;0;1;0;1;0;2;1;0;1;2 +46,7938;1;1;0;1;0;1;0;2;1;0;1;2 +46,7954;1;1;0;1;0;1;0;2;1;0;1;2 +46,8029;1;1;0;1;0;1;0;2;1;0;1;2 +46,8054;1;1;0;1;0;1;0;2;1;0;1;2 +46,8092;1;1;0;1;0;1;0;2;1;0;1;2 +46,8139;1;1;0;1;0;1;0;2;1;0;1;2 +46,8156;1;1;0;1;0;1;0;2;1;0;1;2 +46,8156;1;1;0;1;0;1;0;2;1;0;1;2 +46,8214;1;1;0;1;0;1;0;2;1;0;1;2 +46,829;1;1;0;1;0;1;0;2;1;0;1;2 +46,8331;1;1;0;1;0;1;0;2;1;0;1;2 +46,8351;1;1;0;1;0;1;0;2;1;0;1;2 +46,8383;1;1;0;1;0;1;0;2;1;0;1;2 +46,8426;1;1;0;1;0;1;0;2;1;0;1;2 +46,8509;1;1;0;1;0;1;0;2;1;0;1;2 +46,8531;1;1;0;1;0;1;0;2;1;0;1;2 +46,8547;1;1;0;1;0;1;0;2;1;0;1;2 +46,8595;1;1;0;1;0;1;0;2;1;0;1;2 +46,8649;1;1;0;1;0;1;0;2;1;0;1;2 +46,8708;1;1;0;1;0;1;0;2;1;0;1;2 +46,8721;1;1;0;1;0;1;0;2;1;0;1;2 +46,8735;1;1;0;1;0;1;0;2;1;0;1;2 +46,8802;1;1;0;1;0;1;0;2;1;0;1;2 +46,8842;1;1;0;1;0;1;0;2;1;0;1;2 +46,8883;1;1;0;1;0;1;0;2;1;0;1;2 +46,8911;1;1;0;1;0;1;0;2;1;0;1;2 +46,8948;1;1;0;1;0;1;0;2;1;0;1;2 +46,9001;1;1;0;1;0;1;0;2;1;0;1;2 +46,9066;1;1;0;1;0;1;0;2;1;0;1;2 +46,9082;1;1;0;1;0;1;0;2;1;0;1;2 +46,9126;1;1;0;1;0;1;0;2;1;0;1;2 +46,9146;1;1;0;1;0;1;0;2;1;0;1;2 +46,9215;1;1;0;1;0;1;0;2;1;0;1;2 +46,9209;1;1;0;1;0;1;0;2;1;0;1;2 +46,928;1;1;0;1;0;1;0;2;1;0;1;2 +46,934;1;1;0;1;0;1;0;2;1;0;1;2 +46,934;1;1;0;1;0;1;0;2;1;0;1;2 +46,9412;1;1;0;1;0;1;0;2;1;0;1;2 +46,9421;1;1;0;1;0;1;0;2;1;0;1;2 +46,9489;1;1;0;1;0;1;0;2;1;0;1;2 +46,951;1;1;0;1;0;1;0;2;1;0;1;2 +46,9576;1;1;0;1;0;1;0;2;1;0;1;2 +46,9601;1;1;0;1;0;1;0;2;1;0;1;2 +46,9644;1;1;0;1;0;1;0;2;1;0;1;2 +46,9692;1;1;0;1;0;1;0;2;1;0;1;2 +46,9702;1;1;0;1;0;1;0;2;1;0;1;2 +46,9778;1;1;0;1;0;1;0;2;1;0;1;2 +46,9807;1;1;0;1;0;1;0;2;1;0;1;2 +46,9815;1;1;0;1;0;1;0;2;1;0;1;2 +46,9877;1;1;0;1;0;1;0;2;1;0;1;2 +46,9906;1;1;0;1;0;1;0;2;1;0;1;2 +46,9941;1;1;0;1;0;1;0;2;1;0;1;2 +46,9983;1;1;0;1;0;1;0;2;1;0;1;2 +47,0037;1;1;0;1;0;1;0;2;1;0;1;2 +47,0067;1;1;0;1;0;1;0;2;1;0;1;2 +47,0106;1;1;0;1;0;1;0;2;1;0;1;2 +47,0159;1;1;0;1;0;1;0;2;1;0;1;2 +47,0208;1;1;0;1;0;1;0;2;1;0;1;2 +47,0201;1;1;0;1;0;1;0;2;1;0;1;2 +47,0285;1;1;0;1;0;1;0;2;1;0;1;2 +47,0338;1;1;0;1;0;1;0;2;1;0;1;2 +47,0384;1;1;0;1;0;1;0;2;1;0;1;2 +47,0404;1;1;0;1;0;1;0;2;1;0;1;2 +47,043;1;1;0;1;0;1;0;2;1;0;1;2 +47,0517;1;1;0;1;0;1;0;2;1;0;1;2 +47,0526;1;1;0;1;0;1;0;2;1;0;1;2 +47,057;1;1;0;1;0;1;0;2;1;0;1;2 +47,0635;1;1;0;1;0;1;0;2;1;0;1;2 +47,0634;1;1;0;1;0;1;0;2;1;0;1;2 +47,0655;1;1;0;1;0;1;0;2;1;0;1;2 +47,0721;1;1;0;1;0;1;0;2;1;0;1;2 +47,0749;1;1;0;1;0;1;0;2;1;0;1;2 +47,082;1;1;0;1;0;1;0;2;1;0;1;2 +47,0851;1;1;0;1;0;1;0;2;1;0;1;2 +47,0893;1;1;0;1;0;1;0;2;1;0;1;2 +47,0931;1;1;0;1;0;1;0;2;1;0;1;2 +47,0968;1;1;0;1;0;1;0;2;1;0;1;2 +47,1003;1;1;0;1;0;1;0;2;1;0;1;2 +47,1048;1;1;0;1;0;1;0;2;1;0;1;2 +47,1056;1;1;0;1;0;1;0;2;1;0;1;2 +47,1134;1;1;0;1;0;1;0;2;1;0;1;2 +47,1163;1;1;0;1;0;1;0;2;1;0;1;2 +47,1189;1;1;0;1;0;1;0;2;1;0;1;2 +47,1229;1;1;0;1;0;1;0;2;1;0;1;2 +47,1234;1;1;0;1;0;1;0;2;1;0;1;2 +47,1322;1;1;0;1;0;1;0;2;1;0;1;2 +47,1369;1;1;0;1;0;1;0;2;1;0;1;2 +47,1397;1;1;0;1;0;1;0;2;1;0;1;2 +47,1431;1;1;0;1;0;1;0;2;1;0;1;2 +47,1477;1;1;0;1;0;1;0;2;1;0;1;2 +47,15;1;1;0;1;0;1;0;2;1;0;1;2 +47,1539;1;1;0;1;0;1;0;2;1;0;1;2 +47,1598;1;1;0;1;0;1;0;2;1;0;1;2 +47,1638;1;1;0;1;0;1;0;2;1;0;1;2 +47,1647;1;1;0;1;0;1;0;2;1;0;1;2 +47,1715;1;1;0;1;0;1;0;2;1;0;1;2 +47,1795;1;1;0;1;0;1;0;2;1;0;1;2 +47,171;1;1;0;1;0;1;0;2;1;0;1;2 +47,1844;1;1;0;1;0;1;0;2;1;0;1;2 +47,1868;1;1;0;1;0;1;0;2;1;0;1;2 +47,1901;1;1;0;1;0;1;0;2;1;0;1;2 +47,1971;1;1;0;1;0;1;0;2;1;0;1;2 +47,199;1;1;0;1;0;1;0;2;1;0;1;2 +47,2042;1;1;0;1;0;1;0;2;1;0;1;2 +47,209;1;1;0;1;0;1;0;2;1;0;1;2 +47,2084;1;1;0;1;0;1;0;2;1;0;1;1 +47,2046;1;1;0;1;0;1;0;2;1;0;1;1 +47,206;1;1;0;1;0;1;0;2;1;0;1;1 +47,2037;1;1;0;1;0;1;0;2;1;0;1;1 +47,2085;1;1;0;1;0;1;0;2;1;0;1;1 +47,2066;1;1;0;1;0;1;0;2;1;0;1;1 +47,2085;1;1;0;1;0;1;0;2;1;0;1;1 +47,2093;1;1;0;1;0;1;0;2;1;0;1;1 +47,2066;1;1;0;1;0;1;0;2;1;0;1;1 +47,2099;1;1;0;1;0;1;0;2;1;0;1;1 +47,2033;1;1;0;1;0;1;0;2;1;0;1;1 +47,2082;1;1;0;1;0;1;0;2;1;0;1;1 +47,2082;1;1;0;1;0;1;0;2;1;0;1;1 +47,2109;1;1;0;1;0;1;0;2;1;0;1;1 +47,2076;1;1;0;1;0;1;0;2;1;0;1;1 +47,2075;1;1;0;1;0;1;0;2;1;0;1;1 +47,208;1;1;0;1;0;1;0;2;1;0;1;1 +47,2085;1;1;0;1;0;1;0;2;1;0;1;1 +47,2083;1;1;0;1;0;1;0;2;1;0;1;1 +47,2078;1;1;0;1;0;1;0;2;1;0;1;1 +47,2081;1;1;0;1;0;1;0;2;1;0;1;1 +47,2122;1;1;0;1;0;1;0;2;1;0;1;1 +47,207;1;1;0;1;0;1;0;2;1;0;1;1 +47,2033;1;1;0;1;0;1;0;2;1;0;1;1 +47,2124;1;1;0;1;0;1;0;2;1;0;1;1 +47,2066;1;1;0;1;0;1;0;2;1;0;1;1 +47,2041;1;1;0;1;0;1;0;2;1;0;1;1 +47,2091;1;1;0;1;0;1;0;2;1;0;1;1 +47,2058;1;1;0;1;0;1;0;2;1;0;1;1 +47,2084;1;1;0;1;0;1;0;2;1;0;1;1 +47,2083;1;1;0;1;0;1;0;2;1;0;1;1 +47,2137;1;1;0;1;0;1;0;2;1;0;1;1 +47,206;1;1;0;1;0;1;0;2;1;0;1;1 +47,2064;1;1;0;1;0;1;0;2;1;0;1;1 +47,2085;1;1;0;1;0;1;0;2;1;0;1;1 +47,2078;1;1;0;1;0;1;0;2;1;0;1;1 +47,21;1;1;0;1;0;1;0;2;1;0;1;1 +47,2068;1;1;0;1;0;1;0;2;1;0;1;1 +47,2052;1;1;0;1;0;1;0;2;1;0;1;1 +47,2071;1;1;0;1;0;1;0;2;1;0;1;1 +47,2064;1;1;0;1;0;1;0;2;1;0;1;1 +47,2083;1;1;0;1;0;1;0;2;1;0;1;1 +47,2073;1;1;0;1;0;1;0;2;1;0;1;1 +47,2079;1;1;0;1;0;1;0;2;1;0;1;1 +47,2077;1;1;0;1;0;1;0;2;1;0;1;1 +47,2056;1;1;0;1;0;1;0;2;1;0;1;1 +47,2096;1;1;0;1;0;1;0;2;1;0;1;1 +47,2083;1;1;0;1;0;1;0;2;1;0;1;1 +47,211;1;1;0;1;0;1;0;2;1;0;1;1 +47,2074;1;1;0;1;0;1;0;2;1;0;1;1 +47,2005;1;1;0;1;0;1;0;2;1;0;1;2 +47,1909;1;1;0;1;0;1;0;2;1;0;1;2 +47,1844;1;1;0;1;0;1;0;2;1;0;1;2 +47,1741;1;1;0;1;0;1;0;2;1;0;1;2 +47,1664;1;1;0;1;0;1;0;2;1;0;1;2 +47,1619;1;1;0;1;0;1;0;2;1;0;1;2 +47,1491;1;1;0;1;0;1;0;2;1;0;1;2 +47,1446;1;1;0;1;0;1;0;2;1;0;1;2 +47,137;1;1;0;1;0;1;0;2;1;0;1;2 +47,1282;1;1;0;1;0;1;0;2;1;0;1;2 +47,1226;1;1;0;1;0;1;0;2;1;0;1;2 +47,1122;1;1;0;1;0;1;0;2;1;0;1;2 +47,1099;1;1;0;1;0;1;0;2;1;0;1;2 +47,0938;1;1;0;1;0;1;0;2;1;0;1;2 +47,0878;1;1;0;1;0;1;0;2;1;0;1;2 +47,0813;1;1;0;1;0;1;0;2;1;0;1;2 +47,0745;1;1;0;1;0;1;0;2;1;0;1;2 +47,0623;1;1;0;1;0;1;0;2;1;0;1;2 +47,0551;1;1;0;1;0;1;0;2;1;0;1;2 +47,0466;1;1;0;1;0;1;0;2;1;0;1;2 +47,0444;1;1;0;1;0;1;0;2;1;0;1;2 +47,035;1;1;0;1;0;1;0;2;1;0;1;2 +47,0242;1;1;0;1;0;1;0;2;1;0;1;2 +47,0143;1;1;0;1;0;1;0;2;1;0;1;2 +47,0071;1;1;0;1;0;1;0;2;1;0;1;2 +47,0013;1;1;0;1;0;1;0;2;1;0;1;2 +46,9923;1;1;0;1;0;1;0;2;1;0;1;2 +46,9833;1;1;0;1;0;1;0;2;1;0;1;2 +46,9745;1;1;0;1;0;1;0;2;1;0;1;2 +46,9687;1;1;0;1;0;1;0;2;1;0;1;2 +46,9578;1;1;0;1;0;1;0;2;1;0;1;2 +46,9515;1;1;0;1;0;1;0;2;1;0;1;2 +46,9367;1;1;0;1;0;1;0;2;1;0;1;2 +46,9373;1;1;0;1;0;1;0;2;1;0;1;2 +46,9277;1;1;0;1;0;1;0;2;1;0;1;2 +46,9188;1;1;0;1;0;1;0;2;1;0;1;2 +46,9072;1;1;0;1;0;1;0;2;1;0;1;2 +46,9124;1;1;0;1;0;1;0;2;1;0;1;2 +46,8915;1;1;0;1;0;1;0;2;1;0;1;2 +46,887;1;1;0;1;0;1;0;2;1;0;1;2 +46,8792;1;1;0;1;0;1;0;2;1;0;1;2 +46,873;1;1;0;1;0;1;0;2;1;0;1;2 +46,8657;1;1;0;1;0;1;0;2;1;0;1;2 +46,8565;1;1;0;1;0;1;0;2;1;0;1;2 +46,851;1;1;0;1;0;1;0;2;1;0;1;2 +46,8359;1;1;0;1;0;1;0;2;1;0;1;2 +46,8376;1;1;0;1;0;1;0;2;1;0;1;2 +46,8256;1;1;0;1;0;1;0;2;1;0;1;2 +46,816;1;1;0;1;0;1;0;2;1;0;1;2 +46,8105;1;1;0;1;0;1;0;2;1;0;1;2 +46,8009;1;1;0;1;0;1;0;2;1;0;1;2 +46,7921;1;1;0;1;0;1;0;2;1;0;1;2 +46,7846;1;1;0;1;0;1;0;2;1;0;1;2 +46,777;1;1;0;1;0;1;0;2;1;0;1;2 +46,7696;1;1;0;1;0;1;0;2;1;0;1;2 +46,7646;1;1;0;1;0;1;0;2;1;0;1;2 +46,7542;1;1;0;1;0;1;0;2;1;0;1;2 +46,7431;1;1;0;1;0;1;0;2;1;0;1;2 +46,7366;1;1;0;1;0;1;0;2;1;0;1;2 +46,7257;1;1;0;1;0;1;0;2;1;0;1;2 +46,7188;1;1;0;1;0;1;0;2;1;0;1;2 +46,7098;1;1;0;1;0;1;0;2;1;0;1;2 +46,705;1;1;0;1;0;1;0;2;1;0;1;2 +46,6974;1;1;0;1;0;1;0;2;1;0;1;2 +46,6858;1;1;0;1;0;1;0;2;1;0;1;2 +46,6809;1;1;0;1;0;1;0;2;1;0;1;2 +46,6706;1;1;0;1;0;1;0;2;1;0;1;2 +46,6639;1;1;0;1;0;1;0;2;1;0;1;2 +46,6605;1;1;0;1;0;1;0;2;1;0;1;2 +46,654;1;1;0;1;0;1;0;2;1;0;1;2 +46,6414;1;1;0;1;0;1;0;2;1;0;1;2 +46,6357;1;1;0;1;0;1;0;2;1;0;1;2 +46,6223;1;1;0;1;0;1;0;2;1;0;1;2 +46,6149;1;1;0;1;0;1;0;2;1;0;1;2 +46,6099;1;1;0;1;0;1;0;2;1;0;1;2 +46,5966;1;1;0;1;0;1;0;2;1;0;1;2 +46,5905;1;1;0;1;0;1;0;2;1;0;1;2 +46,5844;1;1;0;1;0;1;0;2;1;0;1;2 +46,5751;1;1;0;1;0;1;0;2;1;0;1;2 +46,5653;1;1;0;1;0;1;0;2;1;0;1;2 +46,5614;1;1;0;1;0;1;0;2;1;0;1;2 +46,5526;1;1;0;1;0;1;0;2;1;0;1;2 +46,5397;1;1;0;1;0;1;0;2;1;0;1;2 +46,5375;1;1;0;1;0;1;0;2;1;0;1;2 +46,5271;1;1;0;1;0;1;0;2;1;0;1;2 +46,5196;1;1;0;1;0;1;0;2;1;0;1;2 +46,5095;1;1;0;1;0;1;0;2;1;0;1;2 +46,5048;1;1;0;1;0;1;0;2;1;0;1;2 +46,4961;1;1;0;1;0;1;0;2;1;0;1;2 +46,4913;1;1;0;1;0;1;0;2;1;0;1;2 +46,4805;1;1;0;1;0;1;0;2;1;0;1;2 +46,4729;1;1;0;1;0;1;0;2;1;0;1;2 +46,4667;1;1;0;1;0;1;0;2;1;0;1;2 +46,4561;1;1;0;1;0;1;0;2;1;0;1;2 +46,4495;1;1;0;1;0;1;0;2;1;0;1;2 +46,4431;1;1;0;1;0;1;0;2;1;0;1;2 +46,4305;1;1;0;1;0;1;0;2;1;0;1;2 +46,4237;1;1;0;1;0;1;0;2;1;0;1;2 +46,4181;1;1;0;1;0;1;0;2;1;0;1;2 +46,4081;1;1;0;1;0;1;0;2;1;0;1;2 +46,3985;1;1;0;1;0;1;0;2;1;0;1;2 +46,3938;1;1;0;1;0;1;0;2;1;0;1;2 +46,3836;1;1;0;1;0;1;0;2;1;0;1;2 +46,377;1;1;0;1;0;1;0;2;1;0;1;2 +46,3723;1;1;0;1;0;1;0;2;1;0;1;2 +46,3611;1;1;0;1;0;1;0;2;1;0;1;2 +46,3489;1;1;0;1;0;1;0;2;1;0;1;2 +46,345;1;1;0;1;0;1;0;2;1;0;1;2 +46,3364;1;1;0;1;0;1;0;2;1;0;1;2 +46,3214;1;1;0;1;0;1;0;2;1;0;1;2 +46,3168;1;1;0;1;0;1;0;2;1;0;1;2 +46,3089;1;1;0;1;0;1;0;2;1;0;1;2 +46,3063;1;1;0;1;0;1;0;2;1;0;1;2 +46,2949;1;1;0;1;0;1;0;2;1;0;1;2 +46,2892;1;1;0;1;0;1;0;2;1;0;1;2 +46,2785;1;1;0;1;0;1;0;2;1;0;1;2 +46,2715;1;1;0;1;0;1;0;2;1;0;1;2 +46,2724;1;1;0;1;0;1;0;2;1;0;1;2 +46,2562;1;1;0;1;0;1;0;2;1;0;1;2 +46,249;1;1;0;1;0;1;0;2;1;0;1;2 +46,2359;1;1;0;1;0;1;0;2;1;0;1;2 +46,2333;1;1;0;1;0;1;0;2;1;0;1;2 +46,2229;1;1;0;1;0;1;0;2;1;0;1;2 +46,2172;1;1;0;1;0;1;0;2;1;0;1;2 +46,2103;1;1;0;1;0;1;0;2;1;0;1;2 +46,1974;1;1;0;1;0;1;0;2;1;0;1;2 +46,1914;1;1;0;1;0;1;0;2;1;0;1;2 +46,1834;1;1;0;1;0;1;0;2;1;0;1;2 +46,1763;1;1;0;1;0;1;0;2;1;0;1;2 +46,1681;1;1;0;1;0;1;0;2;1;0;1;2 +46,1559;1;1;0;1;0;1;0;2;1;0;1;2 +46,1531;1;1;0;1;0;1;0;2;1;0;1;2 +46,1427;1;1;0;1;0;1;0;2;1;0;1;2 +46,137;1;1;0;1;0;1;0;2;1;0;1;2 +46,1284;1;1;0;1;0;1;0;2;1;0;1;2 +46,1178;1;1;0;1;0;1;0;2;1;0;1;2 +46,1163;1;1;0;1;0;1;0;2;1;0;1;2 +46,1039;1;1;0;1;0;1;0;2;1;0;1;2 +46,0984;1;1;0;1;0;1;0;2;1;0;1;2 +46,0852;1;1;0;1;0;1;0;2;1;0;1;2 +46,0819;1;1;0;1;0;1;0;2;1;0;1;2 +46,0711;1;1;0;1;0;1;0;2;1;0;1;2 +46,0628;1;1;0;1;0;1;0;2;1;0;1;2 +46,0548;1;1;0;1;0;1;0;2;1;0;1;2 +46,048;1;1;0;1;0;1;0;2;1;0;1;2 +46,0408;1;1;0;1;0;1;0;2;1;0;1;2 +46,0319;1;1;0;1;0;1;0;2;1;0;1;2 +46,0227;1;1;0;1;0;1;0;2;1;0;1;2 +46,017;1;1;0;1;0;1;0;2;1;0;1;2 +46,006;1;1;0;1;0;1;0;2;1;0;1;2 +46,0019;1;1;0;1;0;1;0;2;1;0;1;2 +45,992;1;1;0;1;0;1;0;2;1;0;1;2 +45,9835;1;1;0;1;0;1;0;2;1;0;1;2 +45,9748;1;1;0;1;0;1;0;2;1;0;1;2 +45,9645;1;1;0;1;0;1;0;2;1;0;1;2 +45,9583;1;1;0;1;0;1;0;2;1;0;1;2 +45,9531;1;1;0;1;0;1;0;2;1;0;1;2 +45,9448;1;1;0;1;0;1;0;2;1;0;1;2 +45,9358;1;1;0;1;0;1;0;2;1;0;1;2 +45,9282;1;1;0;1;0;1;0;2;1;0;1;2 +45,9203;1;1;0;1;0;1;0;2;1;0;1;2 +45,9111;1;1;0;1;0;1;0;2;1;0;1;2 +45,9016;1;1;0;1;0;1;0;2;1;0;1;2 +45,8983;1;1;0;1;0;1;0;2;1;0;1;2 +45,8879;1;1;0;1;0;1;0;2;1;0;1;2 +45,8825;1;1;0;1;0;1;0;2;1;0;1;2 +45,8682;1;1;0;1;0;1;0;2;1;0;1;2 +45,8635;1;1;0;1;0;1;0;2;1;0;1;2 +45,8558;1;1;0;1;0;1;0;2;1;0;1;2 +45,8549;1;1;0;1;0;1;0;2;1;0;1;2 +45,8414;1;1;0;1;0;1;0;2;1;0;1;2 +45,8319;1;1;0;1;0;1;0;2;1;0;1;2 +45,8257;1;1;0;1;0;1;0;2;1;0;1;2 +45,8146;1;1;0;1;0;1;0;2;1;0;1;2 +45,8068;1;1;0;1;0;1;0;2;1;0;1;2 +45,7991;1;1;0;1;0;1;0;2;1;0;1;2 +45,7923;1;1;0;1;0;1;0;2;1;0;1;2 +45,7818;1;1;0;1;0;1;0;2;1;0;1;2 +45,7771;1;1;0;1;0;1;0;2;1;0;1;2 +45,7665;1;1;0;1;0;1;0;2;1;0;1;2 +45,7564;1;1;0;1;0;1;0;2;1;0;1;2 +45,753;1;1;0;1;0;1;0;2;1;0;1;2 +45,7441;1;1;0;1;0;1;0;2;1;0;1;2 +45,7362;1;1;0;1;0;1;0;2;1;0;1;2 +45,7293;1;1;0;1;0;1;0;2;1;0;1;2 +45,719;1;1;0;1;0;1;0;2;1;0;1;2 +45,7146;1;1;0;1;0;1;0;2;1;0;1;2 +45,7032;1;1;0;1;0;1;0;2;1;0;1;2 +45,6974;1;1;0;1;0;1;0;2;1;0;1;2 +45,6879;1;1;0;1;0;1;0;2;1;0;1;2 +45,6804;1;1;0;1;0;1;0;2;1;0;1;2 +45,6716;1;1;0;1;0;1;0;2;1;0;1;2 +45,6617;1;1;0;1;0;1;0;2;1;0;1;2 +45,6534;1;1;0;1;0;1;0;2;1;0;1;2 +45,6496;1;1;0;1;0;1;0;2;1;0;1;2 +45,6364;1;1;0;1;0;1;0;2;1;0;1;2 +45,6276;1;1;0;1;0;1;0;2;1;0;1;2 +45,6251;1;1;0;1;0;1;0;2;1;0;1;2 +45,6168;1;1;0;1;0;1;0;2;1;0;1;2 +45,6055;1;1;0;1;0;1;0;2;1;0;1;2 +45,6106;1;1;0;1;0;1;0;2;1;0;1;1 +45,6096;1;1;0;1;0;1;0;2;1;0;1;1 +45,6081;1;1;0;1;0;1;0;2;1;0;1;1 +45,6082;1;1;0;1;0;1;0;2;1;0;1;1 +45,6084;1;1;0;1;0;1;0;2;1;0;1;1 +45,6085;1;1;0;1;0;1;0;2;1;0;1;1 +45,6083;1;1;0;1;0;1;0;2;1;0;1;1 +45,6074;1;1;0;1;0;1;0;2;1;0;1;1 +45,609;1;1;0;1;0;1;0;2;1;0;1;1 +45,6102;1;1;0;1;0;1;0;2;1;0;1;1 +45,6087;1;1;0;1;0;1;0;2;1;0;1;1 +45,6077;1;1;0;1;0;1;0;2;1;0;1;1 +45,6076;1;1;0;1;0;1;0;2;1;0;1;1 +45,6068;1;1;0;1;0;1;0;2;1;0;1;1 +45,6076;1;1;0;1;0;1;0;2;1;0;1;1 +45,6077;1;1;0;1;0;1;0;2;1;0;1;1 +45,6104;1;1;0;1;0;1;0;2;1;0;1;1 +45,6066;1;1;0;1;0;1;0;2;1;0;1;1 +45,6097;1;1;0;1;0;1;0;2;1;0;1;1 +45,6087;1;1;0;1;0;1;0;2;1;0;1;1 +45,6055;1;1;0;1;0;1;0;2;1;0;1;1 +45,6065;1;1;0;1;0;1;0;2;1;0;1;1 +45,6106;1;1;0;1;0;1;0;2;1;0;1;1 +45,6086;1;1;0;1;0;1;0;2;1;0;1;1 +45,6119;1;1;0;1;0;1;0;2;1;0;1;1 +45,6049;1;1;0;1;0;1;0;2;1;0;1;1 +45,6057;1;1;0;1;0;1;0;2;1;0;1;1 +45,6119;1;1;0;1;0;1;0;2;1;0;1;1 +45,6097;1;1;0;1;0;1;0;2;1;0;1;1 +45,6086;1;1;0;1;0;1;0;2;1;0;1;1 +45,6069;1;1;0;1;0;1;0;2;1;0;1;1 +45,6095;1;1;0;1;0;1;0;2;1;0;1;1 +45,6061;1;1;0;1;0;1;0;2;1;0;1;1 +45,6071;1;1;0;1;0;1;0;2;1;0;1;1 +45,6082;1;1;0;1;0;1;0;2;1;0;1;1 +45,6063;1;1;0;1;0;1;0;2;1;0;1;1 +45,608;1;1;0;1;0;1;0;2;1;0;1;1 +45,611;1;1;0;1;0;1;0;2;1;0;1;1 +45,6065;1;1;0;1;0;1;0;2;1;0;1;1 +45,6078;1;1;0;1;0;1;0;2;1;0;1;1 +45,6119;1;1;0;1;0;1;0;2;1;0;1;1 +45,6052;1;1;0;1;0;1;0;2;1;0;1;1 +45,6088;1;1;0;1;0;1;0;2;1;0;1;1 +45,6092;1;1;0;1;0;1;0;2;1;0;1;1 +45,6093;1;1;0;1;0;1;0;2;1;0;1;1 +45,6089;1;1;0;1;0;1;0;2;1;0;1;1 +45,6066;1;1;0;1;0;1;0;2;1;0;1;1 +45,6084;1;1;0;1;0;1;0;2;1;0;1;1 +45,6096;1;1;0;1;0;1;0;2;1;0;1;1 +45,6085;1;1;0;1;0;1;0;2;1;0;1;1 +45,614;1;1;0;1;0;1;0;2;1;0;1;2 +45,615;1;1;0;1;0;1;0;2;1;0;1;2 +45,619;1;1;0;1;0;1;0;2;1;0;1;2 +45,6241;1;1;0;1;0;1;0;2;1;0;1;2 +45,6273;1;1;0;1;0;1;0;2;1;0;1;2 +45,6333;1;1;0;1;0;1;0;2;1;0;1;2 +45,6371;1;1;0;1;0;1;0;2;1;0;1;2 +45,6395;1;1;0;1;0;1;0;2;1;0;1;2 +45,6433;1;1;0;1;0;1;0;2;1;0;1;2 +45,6464;1;1;0;1;0;1;0;2;1;0;1;2 +45,6535;1;1;0;1;0;1;0;2;1;0;1;2 +45,6592;1;1;0;1;0;1;0;2;1;0;1;2 +45,661;1;1;0;1;0;1;0;2;1;0;1;2 +45,6629;1;1;0;1;0;1;0;2;1;0;1;2 +45,6674;1;1;0;1;0;1;0;2;1;0;1;2 +45,6718;1;1;0;1;0;1;0;2;1;0;1;2 +45,6731;1;1;0;1;0;1;0;2;1;0;1;2 +45,6776;1;1;0;1;0;1;0;2;1;0;1;2 +45,6823;1;1;0;1;0;1;0;2;1;0;1;2 +45,6886;1;1;0;1;0;1;0;2;1;0;1;2 +45,6916;1;1;0;1;0;1;0;2;1;0;1;2 +45,695;1;1;0;1;0;1;0;2;1;0;1;2 +45,7021;1;1;0;1;0;1;0;2;1;0;1;2 +45,706;1;1;0;1;0;1;0;2;1;0;1;2 +45,708;1;1;0;1;0;1;0;2;1;0;1;2 +45,7127;1;1;0;1;0;1;0;2;1;0;1;2 +45,7142;1;1;0;1;0;1;0;2;1;0;1;2 +45,7193;1;1;0;1;0;1;0;2;1;0;1;2 +45,7197;1;1;0;1;0;1;0;2;1;0;1;2 +45,7283;1;1;0;1;0;1;0;2;1;0;1;2 +45,731;1;1;0;1;0;1;0;2;1;0;1;2 +45,7366;1;1;0;1;0;1;0;2;1;0;1;2 +45,7395;1;1;0;1;0;1;0;2;1;0;1;2 +45,7434;1;1;0;1;0;1;0;2;1;0;1;2 +45,7467;1;1;0;1;0;1;0;2;1;0;1;2 +45,7502;1;1;0;1;0;1;0;2;1;0;1;2 +45,7616;1;1;0;1;0;1;0;2;1;0;1;2 +45,7583;1;1;0;1;0;1;0;2;1;0;1;2 +45,7616;1;1;0;1;0;1;0;2;1;0;1;2 +45,7645;1;1;0;1;0;1;0;2;1;0;1;2 +45,7728;1;1;0;1;0;1;0;2;1;0;1;2 +45,7755;1;1;0;1;0;1;0;2;1;0;1;2 +45,7807;1;1;0;1;0;1;0;2;1;0;1;2 +45,7836;1;1;0;1;0;1;0;2;1;0;1;2 +45,7885;1;1;0;1;0;1;0;2;1;0;1;2 +45,7949;1;1;0;1;0;1;0;2;1;0;1;2 +45,7954;1;1;0;1;0;1;0;2;1;0;1;2 +45,7975;1;1;0;1;0;1;0;2;1;0;1;2 +45,8033;1;1;0;1;0;1;0;2;1;0;1;2 +45,8092;1;1;0;1;0;1;0;2;1;0;1;2 +45,8126;1;1;0;1;0;1;0;2;1;0;1;2 +45,8179;1;1;0;1;0;1;0;2;1;0;1;2 +45,8204;1;1;0;1;0;1;0;2;1;0;1;2 +45,8279;1;1;0;1;0;1;0;2;1;0;1;2 +45,8289;1;1;0;1;0;1;0;2;1;0;1;2 +45,83;1;1;0;1;0;1;0;2;1;0;1;2 +45,8422;1;1;0;1;0;1;0;2;1;0;1;2 +45,8392;1;1;0;1;0;1;0;2;1;0;1;2 +45,8433;1;1;0;1;0;1;0;2;1;0;1;2 +45,846;1;1;0;1;0;1;0;2;1;0;1;2 +45,8513;1;1;0;1;0;1;0;2;1;0;1;2 +45,8585;1;1;0;1;0;1;0;2;1;0;1;2 +45,8598;1;1;0;1;0;1;0;2;1;0;1;2 +45,8622;1;1;0;1;0;1;0;2;1;0;1;2 +45,8625;1;1;0;1;0;1;0;2;1;0;1;2 +45,8693;1;1;0;1;0;1;0;2;1;0;1;2 +45,8811;1;1;0;1;0;1;0;2;1;0;1;2 +45,8793;1;1;0;1;0;1;0;2;1;0;1;2 +45,8831;1;1;0;1;0;1;0;2;1;0;1;2 +45,889;1;1;0;1;0;1;0;2;1;0;1;2 +45,8907;1;1;0;1;0;1;0;2;1;0;1;2 +45,8964;1;1;0;1;0;1;0;2;1;0;1;2 +45,9005;1;1;0;1;0;1;0;2;1;0;1;2 +45,9027;1;1;0;1;0;1;0;2;1;0;1;2 +45,9074;1;1;0;1;0;1;0;2;1;0;1;2 +45,9121;1;1;0;1;0;1;0;2;1;0;1;2 +45,9172;1;1;0;1;0;1;0;2;1;0;1;2 +45,9218;1;1;0;1;0;1;0;2;1;0;1;2 +45,9253;1;1;0;1;0;1;0;2;1;0;1;2 +45,9256;1;1;0;1;0;1;0;2;1;0;1;2 +45,9291;1;1;0;1;0;1;0;2;1;0;1;2 +45,9345;1;1;0;1;0;1;0;2;1;0;1;2 +45,938;1;1;0;1;0;1;0;2;1;0;1;2 +45,942;1;1;0;1;0;1;0;2;1;0;1;2 +45,9499;1;1;0;1;0;1;0;2;1;0;1;2 +45,9525;1;1;0;1;0;1;0;2;1;0;1;2 +45,9559;1;1;0;1;0;1;0;2;1;0;1;2 +45,961;1;1;0;1;0;1;0;2;1;0;1;2 +45,9667;1;1;0;1;0;1;0;2;1;0;1;2 +45,9667;1;1;0;1;0;1;0;2;1;0;1;2 +45,9721;1;1;0;1;0;1;0;2;1;0;1;2 +45,972;1;1;0;1;0;1;0;2;1;0;1;2 +45,9791;1;1;0;1;0;1;0;2;1;0;1;2 +45,9847;1;1;0;1;0;1;0;2;1;0;1;2 +45,988;1;1;0;1;0;1;0;2;1;0;1;2 +45,9935;1;1;0;1;0;1;0;2;1;0;1;2 +45,9968;1;1;0;1;0;1;0;2;1;0;1;2 +46,0007;1;1;0;1;0;1;0;2;1;0;1;2 +46,0052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0101;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0123;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0187;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,017;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0222;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0287;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0342;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0348;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0399;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0422;1;1;0;1;0;1;0;2;1;0;0,776887;2 +46,0463;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0523;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0568;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0587;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0639;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0694;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0696;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0778;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0803;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0863;1;1;0;1;0;1;0;2;1;0;0,930622;2 +46,0887;1;1;0;1;0;1;0;2;1;0;1;2 +46,0892;1;1;0;1;0;1;0;2;1;0;1;2 +46,0993;1;1;0;1;0;1;0;2;1;0;1;2 +46,1002;1;1;0;1;0;1;0;2;1;0;1;2 +46,1046;1;1;0;1;0;1;0;2;1;0;1;2 +46,1074;1;1;0;1;0;1;0;2;1;0;1;2 +46,1133;1;1;0;1;0;1;0;2;1;0;1;2 +46,1158;1;1;0;1;0;1;0;2;1;0;1;2 +46,1171;1;1;0;1;0;1;0;2;1;0;1;2 +46,1252;1;1;0;1;0;1;0;2;1;0;1;2 +46,1296;1;1;0;1;0;1;0;2;1;0;1;2 +46,1312;1;1;0;1;0;1;0;2;1;0;1;2 +46,1337;1;1;0;1;0;1;0;2;1;0;1;2 +46,1395;1;1;0;1;0;1;0;2;1;0;1;2 +46,1437;1;1;0;1;0;1;0;2;1;0;1;2 +46,152;1;1;0;1;0;1;0;2;1;0;1;2 +46,1515;1;1;0;1;0;1;0;2;1;0;1;2 +46,157;1;1;0;1;0;1;0;2;1;0;1;2 +46,1587;1;1;0;1;0;1;0;2;1;0;1;2 +46,1642;1;1;0;1;0;1;0;2;1;0;1;2 +46,1702;1;1;0;1;0;1;0;2;1;0;1;2 +46,1736;1;1;0;1;0;1;0;2;1;0;1;2 +46,1744;1;1;0;1;0;1;0;2;1;0;1;2 +46,18;1;1;0;1;0;1;0;2;1;0;1;2 +46,1845;1;1;0;1;0;1;0;2;1;0;1;2 +46,1884;1;1;0;1;0;1;0;2;1;0;1;2 +46,1922;1;1;0;1;0;1;0;2;1;0;1;2 +46,1981;1;1;0;1;0;1;0;2;1;0;1;2 +46,2;1;1;0;1;0;1;0;2;1;0;1;2 +46,2015;1;1;0;1;0;1;0;2;1;0;1;2 +46,2047;1;1;0;1;0;1;0;2;1;0;1;2 +46,2105;1;1;0;1;0;1;0;2;1;0;1;2 +46,2182;1;1;0;1;0;1;0;2;1;0;1;2 +46,2192;1;1;0;1;0;1;0;2;1;0;1;2 +46,2256;1;1;0;1;0;1;0;2;1;0;1;2 +46,2305;1;1;0;1;0;1;0;2;1;0;1;2 +46,2305;1;1;0;1;0;1;0;2;1;0;1;2 +46,2346;1;1;0;1;0;1;0;2;1;0;1;2 +46,2399;1;1;0;1;0;1;0;2;1;0;1;2 +46,245;1;1;0;1;0;1;0;2;1;0;1;2 +46,2483;1;1;0;1;0;1;0;2;1;0;1;2 +46,2527;1;1;0;1;0;1;0;2;1;0;1;2 +46,2565;1;1;0;1;0;1;0;2;1;0;1;2 +46,2631;1;1;0;1;0;1;0;2;1;0;1;2 +46,2639;1;1;0;1;0;1;0;2;1;0;1;2 +46,2679;1;1;0;1;0;1;0;2;1;0;1;2 +46,2718;1;1;0;1;0;1;0;2;1;0;1;2 +46,2763;1;1;0;1;0;1;0;2;1;0;1;2 +46,2803;1;1;0;1;0;1;0;2;1;0;1;2 +46,2813;1;1;0;1;0;1;0;2;1;0;1;2 +46,2871;1;1;0;1;0;1;0;2;1;0;1;2 +46,29;1;1;0;1;0;1;0;2;1;0;1;2 +46,2999;1;1;0;1;0;1;0;2;1;0;1;2 +46,3016;1;1;0;1;0;1;0;2;1;0;1;2 +46,3053;1;1;0;1;0;1;0;2;1;0;1;2 +46,3096;1;1;0;1;0;1;0;2;1;0;1;2 +46,3114;1;1;0;1;0;1;0;2;1;0;1;2 +46,3137;1;1;0;1;0;1;0;2;1;0;1;2 +46,3191;1;1;0;1;0;1;0;2;1;0;1;2 +46,3221;1;1;0;1;0;1;0;2;1;0;1;2 +46,327;1;1;0;1;0;1;0;2;1;0;1;2 +46,3326;1;1;0;1;0;1;0;2;1;0;1;2 +46,3395;1;1;0;1;0;1;0;2;1;0;1;2 +46,3422;1;1;0;1;0;1;0;2;1;0;1;2 +46,3431;1;1;0;1;0;1;0;2;1;0;1;2 +46,348;1;1;0;1;0;1;0;2;1;0;1;2 +46,356;1;1;0;1;0;1;0;2;1;0;1;2 +46,3555;1;1;0;1;0;1;0;2;1;0;1;2 +46,3603;1;1;0;1;0;1;0;2;1;0;1;2 +46,3658;1;1;0;1;0;1;0;2;1;0;1;2 +46,3676;1;1;0;1;0;1;0;2;1;0;1;2 +46,3714;1;1;0;1;0;1;0;2;1;0;1;2 +46,3751;1;1;0;1;0;1;0;2;1;0;1;2 +46,3831;1;1;0;1;0;1;0;2;1;0;1;2 +46,3825;1;1;0;1;0;1;0;2;1;0;1;2 +46,3883;1;1;0;1;0;1;0;2;1;0;1;2 +46,3887;1;1;0;1;0;1;0;2;1;0;1;2 +46,3971;1;1;0;1;0;1;0;2;1;0;1;2 +46,4021;1;1;0;1;0;1;0;2;1;0;1;2 +46,4043;1;1;0;1;0;1;0;2;1;0;1;2 +46,4098;1;1;0;1;0;1;0;2;1;0;1;2 +46,4075;1;1;0;1;0;1;0;2;1;0;1;1 +46,4101;1;1;0;1;0;1;0;2;1;0;1;1 +46,408;1;1;0;1;0;1;0;2;1;0;1;1 +46,4091;1;1;0;1;0;1;0;2;1;0;1;1 +46,4088;1;1;0;1;0;1;0;2;1;0;1;1 +46,4084;1;1;0;1;0;1;0;2;1;0;1;1 +46,4071;1;1;0;1;0;1;0;2;1;0;1;1 +46,4069;1;1;0;1;0;1;0;2;1;0;1;1 +46,4093;1;1;0;1;0;1;0;2;1;0;1;1 +46,4095;1;1;0;1;0;1;0;2;1;0;1;1 +46,4085;1;1;0;1;0;1;0;2;1;0;1;1 +46,4061;1;1;0;1;0;1;0;2;1;0;1;1 +46,4074;1;1;0;1;0;1;0;2;1;0;1;1 +46,415;1;1;0;1;0;1;0;2;1;0;1;1 +46,405;1;1;0;1;0;1;0;2;1;0;1;1 +46,4079;1;1;0;1;0;1;0;2;1;0;1;1 +46,4076;1;1;0;1;0;1;0;2;1;0;1;1 +46,4085;1;1;0;1;0;1;0;2;1;0;1;1 +46,4111;1;1;0;1;0;1;0;2;1;0;1;1 +46,4079;1;1;0;1;0;1;0;2;1;0;1;1 +46,4075;1;1;0;1;0;1;0;2;1;0;1;1 +46,409;1;1;0;1;0;1;0;2;1;0;1;1 +46,4067;1;1;0;1;0;1;0;2;1;0;1;1 +46,4035;1;1;0;1;0;1;0;2;1;0;1;1 +46,407;1;1;0;1;0;1;0;2;1;0;1;1 +46,4118;1;1;0;1;0;1;0;2;1;0;1;1 +46,4088;1;1;0;1;0;1;0;2;1;0;1;1 +46,409;1;1;0;1;0;1;0;2;1;0;1;1 +46,4027;1;1;0;1;0;1;0;2;1;0;1;1 +46,4075;1;1;0;1;0;1;0;2;1;0;1;1 +46,4073;1;1;0;1;0;1;0;2;1;0;1;1 +46,4104;1;1;0;1;0;1;0;2;1;0;1;1 +46,4054;1;1;0;1;0;1;0;2;1;0;1;1 +46,4131;1;1;0;1;0;1;0;2;1;0;1;1 +46,407;1;1;0;1;0;1;0;2;1;0;1;1 +46,4089;1;1;0;1;0;1;0;2;1;0;1;1 +46,4104;1;1;0;1;0;1;0;2;1;0;1;1 +46,4076;1;1;0;1;0;1;0;2;1;0;1;1 +46,4086;1;1;0;1;0;1;0;2;1;0;1;1 +46,4081;1;1;0;1;0;1;0;2;1;0;1;1 +46,4092;1;1;0;1;0;1;0;2;1;0;1;1 +46,4079;1;1;0;1;0;1;0;2;1;0;1;1 +46,406;1;1;0;1;0;1;0;2;1;0;1;1 +46,4088;1;1;0;1;0;1;0;2;1;0;1;1 +46,4064;1;1;0;1;0;1;0;2;1;0;1;1 +46,4084;1;1;0;1;0;1;0;2;1;0;1;1 +46,4097;1;1;0;1;0;1;0;2;1;0;1;1 +46,4087;1;1;0;1;0;1;0;2;1;0;1;1 +46,4076;1;1;0;1;0;1;0;2;1;0;1;1 +46,4105;1;1;0;1;0;1;0;2;1;0;1;1 +46,409;1;1;0;1;0;1;0;2;1;0;1;2 +46,4059;1;1;0;1;0;1;0;2;1;0;1;2 +46,404;1;1;0;1;0;1;0;2;1;0;1;2 +46,4012;1;1;0;1;0;1;0;2;1;0;1;2 +46,3998;1;1;0;1;0;1;0;2;1;0;1;2 +46,3985;1;1;0;1;0;1;0;2;1;0;1;2 +46,3957;1;1;0;1;0;1;0;2;1;0;1;2 +46,3923;1;1;0;1;0;1;0;2;1;0;1;2 +46,3893;1;1;0;1;0;1;0;2;1;0;1;2 +46,3887;1;1;0;1;0;1;0;2;1;0;1;2 +46,3825;1;1;0;1;0;1;0;2;1;0;1;2 +46,3837;1;1;0;1;0;1;0;2;1;0;1;2 +46,3816;1;1;0;1;0;1;0;2;1;0;1;2 +46,3801;1;1;0;1;0;1;0;2;1;0;1;2 +46,3775;1;1;0;1;0;1;0;2;1;0;1;2 +46,3761;1;1;0;1;0;1;0;2;1;0;1;2 +46,3766;1;1;0;1;0;1;0;2;1;0;1;2 +46,3757;1;1;0;1;0;1;0;2;1;0;1;2 +46,37;1;1;0;1;0;1;0;2;1;0;1;2 +46,3686;1;1;0;1;0;1;0;2;1;0;1;2 +46,3667;1;1;0;1;0;1;0;2;1;0;1;2 +46,3628;1;1;0;1;0;1;0;2;1;0;1;2 +46,3621;1;1;0;1;0;1;0;2;1;0;1;2 +46,3557;1;1;0;1;0;1;0;2;1;0;1;2 +46,3616;1;1;0;1;0;1;0;2;1;0;1;2 +46,3564;1;1;0;1;0;1;0;2;1;0;1;2 +46,3555;1;1;0;1;0;1;0;2;1;0;1;2 +46,3532;1;1;0;1;0;1;0;2;1;0;1;2 +46,3492;1;1;0;1;0;1;0;2;1;0;1;2 +46,3518;1;1;0;1;0;1;0;2;1;0;1;2 +46,3458;1;1;0;1;0;1;0;2;1;0;1;2 +46,3391;1;1;0;1;0;1;0;2;1;0;1;2 +46,3443;1;1;0;1;0;1;0;2;1;0;1;2 +46,3389;1;1;0;1;0;1;0;2;1;0;1;2 +46,3394;1;1;0;1;0;1;0;2;1;0;1;2 +46,3352;1;1;0;1;0;1;0;2;1;0;1;2 +46,3328;1;1;0;1;0;1;0;2;1;0;1;2 +46,3309;1;1;0;1;0;1;0;2;1;0;1;2 +46,3297;1;1;0;1;0;1;0;2;1;0;1;2 +46,3269;1;1;0;1;0;1;0;2;1;0;1;2 +46,3261;1;1;0;1;0;1;0;2;1;0;1;2 +46,325;1;1;0;1;0;1;0;2;1;0;1;2 +46,3201;1;1;0;1;0;1;0;2;1;0;1;2 +46,3153;1;1;0;1;0;1;0;2;1;0;1;2 +46,3176;1;1;0;1;0;1;0;2;1;0;1;2 +46,3208;1;1;0;1;0;1;0;2;1;0;1;2 +46,3148;1;1;0;1;0;1;0;2;1;0;1;2 +46,3087;1;1;0;1;0;1;0;2;1;0;1;2 +46,3106;1;1;0;1;0;1;0;2;1;0;1;2 +46,3079;1;1;0;1;0;1;0;2;1;0;1;2 +46,3048;1;1;0;1;0;1;0;2;1;0;1;2 +46,3054;1;1;0;1;0;1;0;2;1;0;1;2 +46,3;1;1;0;1;0;1;0;2;1;0;1;2 +46,2982;1;1;0;1;0;1;0;2;1;0;1;2 +46,2916;1;1;0;1;0;1;0;2;1;0;1;2 +46,2967;1;1;0;1;0;1;0;2;1;0;1;2 +46,2932;1;1;0;1;0;1;0;2;1;0;1;2 +46,2944;1;1;0;1;0;1;0;2;1;0;1;2 +46,29;1;1;0;1;0;1;0;2;1;0;1;2 +46,2895;1;1;0;1;0;1;0;2;1;0;1;2 +46,2864;1;1;0;1;0;1;0;2;1;0;1;2 +46,282;1;1;0;1;0;1;0;2;1;0;1;2 +46,2761;1;1;0;1;0;1;0;2;1;0;1;2 +46,2806;1;1;0;1;0;1;0;2;1;0;1;2 +46,2768;1;1;0;1;0;1;0;2;1;0;1;2 +46,278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2741;1;1;0;1;0;1;0;2;1;0;1;2 +46,2717;1;1;0;1;0;1;0;2;1;0;1;2 +46,2695;1;1;0;1;0;1;0;2;1;0;1;2 +46,2664;1;1;0;1;0;1;0;2;1;0;1;2 +46,268;1;1;0;1;0;1;0;2;1;0;1;2 +46,2646;1;1;0;1;0;1;0;2;1;0;1;2 +46,2597;1;1;0;1;0;1;0;2;1;0;1;2 +46,2568;1;1;0;1;0;1;0;2;1;0;1;2 +46,2601;1;1;0;1;0;1;0;2;1;0;1;2 +46,2598;1;1;0;1;0;1;0;2;1;0;1;2 +46,2513;1;1;0;1;0;1;0;2;1;0;1;2 +46,2502;1;1;0;1;0;1;0;2;1;0;1;2 +46,2487;1;1;0;1;0;1;0;2;1;0;1;2 +46,2469;1;1;0;1;0;1;0;2;1;0;1;2 +46,2451;1;1;0;1;0;1;0;2;1;0;1;2 +46,2436;1;1;0;1;0;1;0;2;1;0;1;2 +46,2413;1;1;0;1;0;1;0;2;1;0;1;2 +46,2407;1;1;0;1;0;1;0;2;1;0;1;2 +46,2382;1;1;0;1;0;1;0;2;1;0;1;2 +46,2382;1;1;0;1;0;1;0;2;1;0;1;2 +46,2341;1;1;0;1;0;1;0;2;1;0;1;2 +46,2302;1;1;0;1;0;1;0;2;1;0;1;2 +46,2305;1;1;0;1;0;1;0;2;1;0;1;2 +46,2292;1;1;0;1;0;1;0;2;1;0;1;2 +46,2265;1;1;0;1;0;1;0;2;1;0;1;2 +46,2288;1;1;0;1;0;1;0;2;1;0;1;2 +46,222;1;1;0;1;0;1;0;2;1;0;1;2 +46,2201;1;1;0;1;0;1;0;2;1;0;1;2 +46,2172;1;1;0;1;0;1;0;2;1;0;1;2 +46,2213;1;1;0;1;0;1;0;2;1;0;1;2 +46,2148;1;1;0;1;0;1;0;2;1;0;1;2 +46,2111;1;1;0;1;0;1;0;2;1;0;1;2 +46,2109;1;1;0;1;0;1;0;2;1;0;1;2 +46,2098;1;1;0;1;0;1;0;2;1;0;1;2 +46,2036;1;1;0;1;0;1;0;2;1;0;1;2 +46,2047;1;1;0;1;0;1;0;2;1;0;1;2 +46,2091;1;1;0;1;0;1;0;2;1;0;1;2 +46,1977;1;1;0;1;0;1;0;2;1;0;1;2 +46,1957;1;1;0;1;0;1;0;2;1;0;1;2 +46,1916;1;1;0;1;0;1;0;2;1;0;1;2 +46,1954;1;1;0;1;0;1;0;2;1;0;1;2 +46,1918;1;1;0;1;0;1;0;2;1;0;1;2 +46,1905;1;1;0;1;0;1;0;2;1;0;1;2 +46,1886;1;1;0;1;0;1;0;2;1;0;1;2 +46,1853;1;1;0;1;0;1;0;2;1;0;1;2 +46,1825;1;1;0;1;0;1;0;2;1;0;1;2 +46,1841;1;1;0;1;0;1;0;2;1;0;1;2 +46,1811;1;1;0;1;0;1;0;2;1;0;1;2 +46,18;1;1;0;1;0;1;0;2;1;0;1;2 +46,175;1;1;0;1;0;1;0;2;1;0;1;2 +46,1771;1;1;0;1;0;1;0;2;1;0;1;2 +46,1741;1;1;0;1;0;1;0;2;1;0;1;2 +46,1724;1;1;0;1;0;1;0;2;1;0;1;2 +46,1667;1;1;0;1;0;1;0;2;1;0;1;2 +46,166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1674;1;1;0;1;0;1;0;2;1;0;1;2 +46,1597;1;1;0;1;0;1;0;2;1;0;1;2 +46,1634;1;1;0;1;0;1;0;2;1;0;1;2 +46,1583;1;1;0;1;0;1;0;2;1;0;1;2 +46,1565;1;1;0;1;0;1;0;2;1;0;1;2 +46,153;1;1;0;1;0;1;0;2;1;0;1;2 +46,153;1;1;0;1;0;1;0;2;1;0;1;2 +46,145;1;1;0;1;0;1;0;2;1;0;1;2 +46,1481;1;1;0;1;0;1;0;2;1;0;1;2 +46,1455;1;1;0;1;0;1;0;2;1;0;1;2 +46,1452;1;1;0;1;0;1;0;2;1;0;1;2 +46,1447;1;1;0;1;0;1;0;2;1;0;1;2 +46,1471;1;1;0;1;0;1;0;2;1;0;1;2 +46,1448;1;1;0;1;0;1;0;2;1;0;1;2 +46,1356;1;1;0;1;0;1;0;2;1;0;1;2 +46,1327;1;1;0;1;0;1;0;2;1;0;1;2 +46,1322;1;1;0;1;0;1;0;2;1;0;1;2 +46,1308;1;1;0;1;0;1;0;2;1;0;1;2 +46,1278;1;1;0;1;0;1;0;2;1;0;1;2 +46,126;1;1;0;1;0;1;0;2;1;0;1;2 +46,1276;1;1;0;1;0;1;0;2;1;0;1;2 +46,1228;1;1;0;1;0;1;0;2;1;0;1;2 +46,1235;1;1;0;1;0;1;0;2;1;0;1;2 +46,1173;1;1;0;1;0;1;0;2;1;0;1;2 +46,115;1;1;0;1;0;1;0;2;1;0;1;2 +46,1145;1;1;0;1;0;1;0;2;1;0;1;2 +46,1128;1;1;0;1;0;1;0;2;1;0;1;2 +46,1101;1;1;0;1;0;1;0;2;1;0;1;2 +46,1082;1;1;0;1;0;1;0;2;1;0;1;2 +46,1042;1;1;0;1;0;1;0;2;1;0;1;2 +46,1081;1;1;0;1;0;1;0;2;1;0;1;2 +46,104;1;1;0;1;0;1;0;2;1;0;1;2 +46,0952;1;1;0;1;0;1;0;2;1;0;1;2 +46,0963;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0935;1;1;0;1;0;1;0;2;1;0;1;2 +46,0903;1;1;0;1;0;1;0;2;1;0;1;2 +46,0886;1;1;0;1;0;1;0;2;1;0;1;2 +46,0862;1;1;0;1;0;1;0;2;1;0;1;2 +46,0876;1;1;0;1;0;1;0;2;1;0;1;2 +46,0835;1;1;0;1;0;1;0;2;1;0;1;2 +46,0849;1;1;0;1;0;1;0;2;1;0;1;2 +46,0781;1;1;0;1;0;1;0;2;1;0;1;2 +46,0769;1;1;0;1;0;1;0;2;1;0;1;2 +46,075;1;1;0;1;0;1;0;2;1;0;1;2 +46,0759;1;1;0;1;0;1;0;2;1;0;1;2 +46,0711;1;1;0;1;0;1;0;2;1;0;1;2 +46,071;1;1;0;1;0;1;0;2;1;0;1;2 +46,0669;1;1;0;1;0;1;0;2;1;0;1;2 +46,0662;1;1;0;1;0;1;0;2;1;0;1;2 +46,0751;1;1;0;1;0;1;0;2;1;0;1;2 +46,0663;1;1;0;1;0;1;0;2;1;0;1;2 +46,0627;1;1;0;1;0;1;0;2;1;0;1;2 +46,0588;1;1;0;1;0;1;0;2;1;0;1;2 +46,0545;1;1;0;1;0;1;0;2;1;0;1;2 +46,0534;1;1;0;1;0;1;0;2;1;0;1;2 +46,0517;1;1;0;1;0;1;0;2;1;0;1;2 +46,0498;1;1;0;1;0;1;0;2;1;0;1;2 +46,0482;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0479;1;1;0;1;0;1;0;2;1;0;1;2 +46,0414;1;1;0;1;0;1;0;2;1;0;1;2 +46,0415;1;1;0;1;0;1;0;2;1;0;1;2 +46,0385;1;1;0;1;0;1;0;2;1;0;1;2 +46,0357;1;1;0;1;0;1;0;2;1;0;1;2 +46,0343;1;1;0;1;0;1;0;2;1;0;1;2 +46,0322;1;1;0;1;0;1;0;2;1;0;1;2 +46,0293;1;1;0;1;0;1;0;2;1;0;1;2 +46,0283;1;1;0;1;0;1;0;2;1;0;1;2 +46,022;1;1;0;1;0;1;0;2;1;0;1;2 +46,0265;1;1;0;1;0;1;0;2;1;0;1;2 +46,0226;1;1;0;1;0;1;0;2;1;0;1;2 +46,024;1;1;0;1;0;1;0;2;1;0;1;2 +46,0173;1;1;0;1;0;1;0;2;1;0;1;2 +46,0153;1;1;0;1;0;1;0;2;1;0;1;2 +46,0141;1;1;0;1;0;1;0;2;1;0;1;2 +46,0113;1;1;0;1;0;1;0;2;1;0;1;2 +46,0093;1;1;0;1;0;1;0;2;1;0;1;2 +46,0076;1;1;0;1;0;1;0;1;1;0;0,630282;2 +46,0067;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,630282;1 +46,0137;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0134;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0045;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0118;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,992488;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0034;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0036;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,002;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,967782;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,005;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,998242;1 +46,0112;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0116;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0136;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,99655;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0112;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,974382;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,974382;1 diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..0fd64dd Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..2e6175f Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_10/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..6ab4f2f Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..4bfaab1 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_2/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/config.json new file mode 100644 index 0000000..c2d7265 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00005, + "OuterBoundDrift" : 0.0001, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..d03c2e8 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00001-0.005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00001-0.005.xlsx new file mode 100644 index 0000000..ca00bd9 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00001-0.005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00005-0.001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00005-0.001.xlsx new file mode 100644 index 0000000..c61b8b2 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.00005-0.001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.0001-0.001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.0001-0.001.xlsx new file mode 100644 index 0000000..f1221ad Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_10_0.0001-0.001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_3_0.0001-0.001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_3_0.0001-0.001.xlsx new file mode 100644 index 0000000..53d58ad Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_3_0.0001-0.001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_5_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_5_0.00001-0.0001.xlsx new file mode 100644 index 0000000..17b4523 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_5_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_5_0.0001-0.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_5_0.0001-0.xlsx new file mode 100644 index 0000000..ba73b57 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_3/out_excel_5_0.0001-0.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel.csv b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel.csv new file mode 100644 index 0000000..e0355c2 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0087;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0075;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0084;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,0072;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,0096;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,0072;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,006;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0068;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0052;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,0106;1;1;0;1;0;1;0;0;1;0;0;1 +46,0054;1;1;0;1;0;1;0;0;1;0;0;1 +46,0068;1;1;0;1;0;1;0;0;1;0;0;1 +46,006;1;1;0;1;0;1;0;0;1;0;0;1 +46,0054;1;1;0;1;0;1;0;0;1;0;0;1 +46,0128;1;1;0;1;0;1;0;0;1;0;0;1 +46,0067;1;1;0;1;0;1;0;0;1;0;0;1 +46,0073;1;1;0;1;0;1;0;0;1;0;0;1 +46,0088;1;1;0;1;0;1;0;0;1;0;0;1 +46,0091;1;1;0;1;0;1;0;0;1;0;0;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0049;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0049;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0047;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,999426;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,993842;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,003;1;1;0;1;0;1;0;1;1;0;1;1 +46,0118;1;1;0;1;0;1;0;1;1;0;1;1 +46,0049;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,992319;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0137;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0042;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0139;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0047;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0148;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0132;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,985213;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0036;1;1;0;1;0;1;0;1;1;0;1;1 +46,0047;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0022;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,014;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0012;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,0119;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;2 +46,0107;1;1;0;1;0;1;0;1;1;0;1;2 +46,0059;1;1;0;1;0;1;0;1;1;0;1;2 +46,0118;1;1;0;1;0;1;0;1;1;0;1;2 +46,012;1;1;0;1;0;1;0;1;1;0;1;2 +46,0111;1;1;0;1;0;1;0;1;1;0;1;2 +46,0139;1;1;0;1;0;1;0;1;1;0;1;2 +46,0137;1;1;0;1;0;1;0;1;1;0;1;2 +46,0153;1;1;0;1;0;1;0;1;1;0;1;2 +46,0159;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,0179;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,0148;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,0167;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,0158;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,0168;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,021;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,0199;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,0225;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,021;1;1;0;1;0;1;0;1;1;0;0,839028;2 +46,0195;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,0222;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,0238;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,0212;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,022;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,0248;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,0273;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,0295;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,0298;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,027;1;1;0;1;0;1;0;1;1;0;0,53928;2 +46,0294;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0289;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0251;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0317;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0302;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0353;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0337;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0353;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0342;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0303;1;1;0;1;0;1;0;2;1;0;0,776273;2 +46,0344;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0368;1;1;0;1;0;1;0;2;1;0;1;2 +46,0394;1;1;0;1;0;1;0;2;1;0;1;2 +46,0383;1;1;0;1;0;1;0;2;1;0;1;2 +46,0365;1;1;0;1;0;1;0;2;1;0;1;2 +46,0374;1;1;0;1;0;1;0;2;1;0;1;2 +46,0354;1;1;0;1;0;1;0;2;1;0;1;2 +46,0437;1;1;0;1;0;1;0;2;1;0;1;2 +46,0418;1;1;0;1;0;1;0;2;1;0;1;2 +46,0391;1;1;0;1;0;1;0;2;1;0;1;2 +46,0435;1;1;0;1;0;1;0;2;1;0;1;2 +46,0435;1;1;0;1;0;1;0;2;1;0;1;2 +46,0444;1;1;0;1;0;1;0;2;1;0;1;2 +46,0432;1;1;0;1;0;1;0;2;1;0;1;2 +46,0427;1;1;0;1;0;1;0;2;1;0;1;2 +46,0467;1;1;0;1;0;1;0;2;1;0;1;2 +46,0442;1;1;0;1;0;1;0;2;1;0;1;2 +46,0465;1;1;0;1;0;1;0;2;1;0;1;2 +46,0456;1;1;0;1;0;1;0;2;1;0;1;2 +46,052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0499;1;1;0;1;0;1;0;2;1;0;1;2 +46,0523;1;1;0;1;0;1;0;2;1;0;1;2 +46,053;1;1;0;1;0;1;0;2;1;0;1;2 +46,0495;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0514;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0552;1;1;0;1;0;1;0;2;1;0;1;2 +46,0554;1;1;0;1;0;1;0;2;1;0;1;2 +46,0549;1;1;0;1;0;1;0;2;1;0;1;2 +46,0531;1;1;0;1;0;1;0;2;1;0;1;2 +46,0583;1;1;0;1;0;1;0;2;1;0;1;2 +46,0568;1;1;0;1;0;1;0;2;1;0;1;2 +46,0586;1;1;0;1;0;1;0;2;1;0;1;2 +46,0584;1;1;0;1;0;1;0;2;1;0;1;2 +46,0594;1;1;0;1;0;1;0;2;1;0;1;2 +46,0613;1;1;0;1;0;1;0;2;1;0;1;2 +46,059;1;1;0;1;0;1;0;2;1;0;1;2 +46,0621;1;1;0;1;0;1;0;2;1;0;1;2 +46,0623;1;1;0;1;0;1;0;2;1;0;1;2 +46,0633;1;1;0;1;0;1;0;2;1;0;1;2 +46,0647;1;1;0;1;0;1;0;2;1;0;1;2 +46,0628;1;1;0;1;0;1;0;2;1;0;1;2 +46,0652;1;1;0;1;0;1;0;2;1;0;1;2 +46,0644;1;1;0;1;0;1;0;2;1;0;1;2 +46,062;1;1;0;1;0;1;0;2;1;0;1;2 +46,0687;1;1;0;1;0;1;0;2;1;0;1;2 +46,0668;1;1;0;1;0;1;0;2;1;0;1;2 +46,0685;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0687;1;1;0;1;0;1;0;2;1;0;1;2 +46,0689;1;1;0;1;0;1;0;2;1;0;1;2 +46,0711;1;1;0;1;0;1;0;2;1;0;1;2 +46,0722;1;1;0;1;0;1;0;2;1;0;1;2 +46,0704;1;1;0;1;0;1;0;2;1;0;1;2 +46,0697;1;1;0;1;0;1;0;2;1;0;1;2 +46,0723;1;1;0;1;0;1;0;2;1;0;1;2 +46,0752;1;1;0;1;0;1;0;2;1;0;1;2 +46,0732;1;1;0;1;0;1;0;2;1;0;1;2 +46,0761;1;1;0;1;0;1;0;2;1;0;1;2 +46,0771;1;1;0;1;0;1;0;2;1;0;1;2 +46,0764;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0787;1;1;0;1;0;1;0;2;1;0;1;2 +46,0766;1;1;0;1;0;1;0;2;1;0;1;2 +46,0803;1;1;0;1;0;1;0;2;1;0;1;2 +46,0797;1;1;0;1;0;1;0;2;1;0;1;2 +46,0829;1;1;0;1;0;1;0;2;1;0;1;2 +46,0824;1;1;0;1;0;1;0;2;1;0;1;2 +46,0812;1;1;0;1;0;1;0;2;1;0;1;2 +46,0828;1;1;0;1;0;1;0;2;1;0;1;2 +46,0848;1;1;0;1;0;1;0;2;1;0;1;2 +46,0852;1;1;0;1;0;1;0;2;1;0;1;2 +46,0852;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0854;1;1;0;1;0;1;0;2;1;0;1;2 +46,0849;1;1;0;1;0;1;0;2;1;0;1;2 +46,088;1;1;0;1;0;1;0;2;1;0;1;2 +46,0878;1;1;0;1;0;1;0;2;1;0;1;2 +46,0898;1;1;0;1;0;1;0;2;1;0;1;2 +46,0931;1;1;0;1;0;1;0;2;1;0;1;2 +46,088;1;1;0;1;0;1;0;2;1;0;1;2 +46,092;1;1;0;1;0;1;0;2;1;0;1;2 +46,0927;1;1;0;1;0;1;0;2;1;0;1;2 +46,0929;1;1;0;1;0;1;0;2;1;0;1;2 +46,093;1;1;0;1;0;1;0;2;1;0;1;2 +46,0942;1;1;0;1;0;1;0;2;1;0;1;2 +46,093;1;1;0;1;0;1;0;2;1;0;1;2 +46,096;1;1;0;1;0;1;0;2;1;0;1;2 +46,0939;1;1;0;1;0;1;0;2;1;0;1;2 +46,0989;1;1;0;1;0;1;0;2;1;0;1;2 +46,098;1;1;0;1;0;1;0;2;1;0;1;2 +46,1;1;1;0;1;0;1;0;2;1;0;1;2 +46,0998;1;1;0;1;0;1;0;2;1;0;1;2 +46,098;1;1;0;1;0;1;0;2;1;0;1;2 +46,1007;1;1;0;1;0;1;0;2;1;0;1;2 +46,1002;1;1;0;1;0;1;0;2;1;0;1;2 +46,1006;1;1;0;1;0;1;0;2;1;0;1;2 +46,1025;1;1;0;1;0;1;0;2;1;0;1;2 +46,1063;1;1;0;1;0;1;0;2;1;0;1;2 +46,1039;1;1;0;1;0;1;0;2;1;0;1;2 +46,1064;1;1;0;1;0;1;0;2;1;0;1;2 +46,1069;1;1;0;1;0;1;0;2;1;0;1;2 +46,1016;1;1;0;1;0;1;0;2;1;0;1;2 +46,1065;1;1;0;1;0;1;0;2;1;0;1;2 +46,1084;1;1;0;1;0;1;0;2;1;0;1;2 +46,1078;1;1;0;1;0;1;0;2;1;0;1;2 +46,1075;1;1;0;1;0;1;0;2;1;0;1;2 +46,109;1;1;0;1;0;1;0;2;1;0;1;2 +46,1101;1;1;0;1;0;1;0;2;1;0;1;2 +46,1119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1089;1;1;0;1;0;1;0;2;1;0;1;2 +46,1129;1;1;0;1;0;1;0;2;1;0;1;2 +46,1125;1;1;0;1;0;1;0;2;1;0;1;2 +46,1146;1;1;0;1;0;1;0;2;1;0;1;2 +46,1179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1113;1;1;0;1;0;1;0;2;1;0;1;2 +46,1145;1;1;0;1;0;1;0;2;1;0;1;2 +46,1163;1;1;0;1;0;1;0;2;1;0;1;2 +46,1185;1;1;0;1;0;1;0;2;1;0;1;2 +46,121;1;1;0;1;0;1;0;2;1;0;1;2 +46,1201;1;1;0;1;0;1;0;2;1;0;1;2 +46,1195;1;1;0;1;0;1;0;2;1;0;1;2 +46,1221;1;1;0;1;0;1;0;2;1;0;1;2 +46,1217;1;1;0;1;0;1;0;2;1;0;1;2 +46,1202;1;1;0;1;0;1;0;2;1;0;1;2 +46,1278;1;1;0;1;0;1;0;2;1;0;1;2 +46,1192;1;1;0;1;0;1;0;2;1;0;1;2 +46,1224;1;1;0;1;0;1;0;2;1;0;1;2 +46,1218;1;1;0;1;0;1;0;2;1;0;1;2 +46,1321;1;1;0;1;0;1;0;2;1;0;1;2 +46,1226;1;1;0;1;0;1;0;2;1;0;1;2 +46,1251;1;1;0;1;0;1;0;2;1;0;1;2 +46,1274;1;1;0;1;0;1;0;2;1;0;1;2 +46,129;1;1;0;1;0;1;0;2;1;0;1;2 +46,1289;1;1;0;1;0;1;0;2;1;0;1;2 +46,1302;1;1;0;1;0;1;0;2;1;0;1;2 +46,1276;1;1;0;1;0;1;0;2;1;0;1;2 +46,1287;1;1;0;1;0;1;0;2;1;0;1;2 +46,132;1;1;0;1;0;1;0;2;1;0;1;2 +46,1307;1;1;0;1;0;1;0;2;1;0;1;2 +46,1348;1;1;0;1;0;1;0;2;1;0;1;2 +46,1347;1;1;0;1;0;1;0;2;1;0;1;2 +46,1318;1;1;0;1;0;1;0;2;1;0;1;2 +46,1364;1;1;0;1;0;1;0;2;1;0;1;2 +46,1348;1;1;0;1;0;1;0;2;1;0;1;2 +46,1341;1;1;0;1;0;1;0;2;1;0;1;2 +46,1376;1;1;0;1;0;1;0;2;1;0;1;2 +46,1363;1;1;0;1;0;1;0;2;1;0;1;2 +46,1335;1;1;0;1;0;1;0;2;1;0;1;2 +46,1361;1;1;0;1;0;1;0;2;1;0;1;2 +46,1399;1;1;0;1;0;1;0;2;1;0;1;2 +46,1379;1;1;0;1;0;1;0;2;1;0;1;2 +46,1408;1;1;0;1;0;1;0;2;1;0;1;2 +46,1405;1;1;0;1;0;1;0;2;1;0;1;2 +46,1417;1;1;0;1;0;1;0;2;1;0;1;2 +46,1432;1;1;0;1;0;1;0;2;1;0;1;2 +46,1404;1;1;0;1;0;1;0;2;1;0;1;2 +46,1417;1;1;0;1;0;1;0;2;1;0;1;2 +46,1428;1;1;0;1;0;1;0;2;1;0;1;2 +46,1448;1;1;0;1;0;1;0;2;1;0;1;2 +46,1436;1;1;0;1;0;1;0;2;1;0;1;2 +46,1475;1;1;0;1;0;1;0;2;1;0;1;2 +46,1443;1;1;0;1;0;1;0;2;1;0;1;2 +46,1473;1;1;0;1;0;1;0;2;1;0;1;2 +46,1509;1;1;0;1;0;1;0;2;1;0;1;2 +46,1526;1;1;0;1;0;1;0;2;1;0;1;2 +46,1507;1;1;0;1;0;1;0;2;1;0;1;2 +46,1487;1;1;0;1;0;1;0;2;1;0;1;2 +46,1511;1;1;0;1;0;1;0;2;1;0;1;2 +46,1518;1;1;0;1;0;1;0;2;1;0;1;2 +46,1565;1;1;0;1;0;1;0;2;1;0;1;2 +46,1521;1;1;0;1;0;1;0;2;1;0;1;2 +46,1521;1;1;0;1;0;1;0;2;1;0;1;2 +46,1545;1;1;0;1;0;1;0;2;1;0;1;2 +46,1548;1;1;0;1;0;1;0;2;1;0;1;2 +46,1542;1;1;0;1;0;1;0;2;1;0;1;2 +46,1577;1;1;0;1;0;1;0;2;1;0;1;2 +46,1578;1;1;0;1;0;1;0;2;1;0;1;2 +46,1582;1;1;0;1;0;1;0;2;1;0;1;2 +46,1584;1;1;0;1;0;1;0;2;1;0;1;2 +46,1588;1;1;0;1;0;1;0;2;1;0;1;2 +46,1589;1;1;0;1;0;1;0;2;1;0;1;2 +46,1598;1;1;0;1;0;1;0;2;1;0;1;2 +46,1629;1;1;0;1;0;1;0;2;1;0;1;2 +46,1591;1;1;0;1;0;1;0;2;1;0;1;2 +46,1647;1;1;0;1;0;1;0;2;1;0;1;2 +46,1596;1;1;0;1;0;1;0;2;1;0;1;2 +46,1644;1;1;0;1;0;1;0;2;1;0;1;2 +46,1615;1;1;0;1;0;1;0;2;1;0;1;2 +46,1674;1;1;0;1;0;1;0;2;1;0;1;2 +46,1695;1;1;0;1;0;1;0;2;1;0;1;2 +46,1666;1;1;0;1;0;1;0;2;1;0;1;2 +46,1659;1;1;0;1;0;1;0;2;1;0;1;2 +46,1717;1;1;0;1;0;1;0;2;1;0;1;2 +46,1703;1;1;0;1;0;1;0;2;1;0;1;2 +46,171;1;1;0;1;0;1;0;2;1;0;1;2 +46,17;1;1;0;1;0;1;0;2;1;0;1;2 +46,1702;1;1;0;1;0;1;0;2;1;0;1;2 +46,1722;1;1;0;1;0;1;0;2;1;0;1;2 +46,1748;1;1;0;1;0;1;0;2;1;0;1;2 +46,1728;1;1;0;1;0;1;0;2;1;0;1;2 +46,1713;1;1;0;1;0;1;0;2;1;0;1;2 +46,1739;1;1;0;1;0;1;0;2;1;0;1;2 +46,173;1;1;0;1;0;1;0;2;1;0;1;2 +46,1752;1;1;0;1;0;1;0;2;1;0;1;2 +46,1775;1;1;0;1;0;1;0;2;1;0;1;2 +46,177;1;1;0;1;0;1;0;2;1;0;1;2 +46,177;1;1;0;1;0;1;0;2;1;0;1;2 +46,179;1;1;0;1;0;1;0;2;1;0;1;2 +46,179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1802;1;1;0;1;0;1;0;2;1;0;1;2 +46,1812;1;1;0;1;0;1;0;2;1;0;1;2 +46,183;1;1;0;1;0;1;0;2;1;0;1;2 +46,1799;1;1;0;1;0;1;0;2;1;0;1;2 +46,1788;1;1;0;1;0;1;0;2;1;0;1;2 +46,179;1;1;0;1;0;1;0;2;1;0;1;2 +46,184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1855;1;1;0;1;0;1;0;2;1;0;1;2 +46,1847;1;1;0;1;0;1;0;2;1;0;1;2 +46,0084;1;1;0;1;0;1;0;2;1;0;1;1 +46,0068;1;1;0;1;0;1;0;2;1;0;1;1 +46,0118;1;1;0;1;0;1;0;2;1;0;1;1 +46,0081;1;1;0;1;0;1;0;2;1;0;1;1 +46,0078;1;1;0;1;0;1;0;2;1;0;1;1 +46,0084;1;1;0;1;0;1;0;2;1;0;1;1 +46,008;1;1;0;1;0;1;0;2;1;0;1;1 +46,0093;1;1;0;1;0;1;0;2;1;0;1;1 +46,0061;1;1;0;1;0;1;0;2;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,979798;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0119;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0018;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,932421;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0028;1;1;0;1;0;1;0;1;1;0;1;1 +46,0031;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,992995;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0033;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,996041;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,0079;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,008;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,0131;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,0067;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,0141;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,0144;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,0147;1;1;0;1;0;1;0;1;1;0;0,996041;2 +46,0107;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,0174;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,015;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,0178;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,0178;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,0185;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,0183;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,0197;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,0215;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,02;1;1;0;1;0;1;0;1;1;0;0,88437;2 +46,0216;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0225;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0238;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0265;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0224;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0259;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,029;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0257;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0259;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0274;1;1;0;1;0;1;0;1;1;0;0,531669;2 +46,0349;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0289;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0299;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0317;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0321;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0319;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0294;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0325;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0333;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0348;1;1;0;1;0;1;0;2;1;0;0,807383;2 +46,0344;1;1;0;1;0;1;0;2;1;0;1;2 +46,0334;1;1;0;1;0;1;0;2;1;0;1;2 +46,0394;1;1;0;1;0;1;0;2;1;0;1;2 +46,0373;1;1;0;1;0;1;0;2;1;0;1;2 +46,0414;1;1;0;1;0;1;0;2;1;0;1;2 +46,0353;1;1;0;1;0;1;0;2;1;0;1;2 +46,0417;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0415;1;1;0;1;0;1;0;2;1;0;1;2 +46,0438;1;1;0;1;0;1;0;2;1;0;1;2 +46,0422;1;1;0;1;0;1;0;2;1;0;1;2 +46,0401;1;1;0;1;0;1;0;2;1;0;1;2 +46,0422;1;1;0;1;0;1;0;2;1;0;1;2 +46,0403;1;1;0;1;0;1;0;2;1;0;1;2 +46,041;1;1;0;1;0;1;0;2;1;0;1;2 +46,046;1;1;0;1;0;1;0;2;1;0;1;2 +46,0442;1;1;0;1;0;1;0;2;1;0;1;2 +46,0441;1;1;0;1;0;1;0;2;1;0;1;2 +46,0494;1;1;0;1;0;1;0;2;1;0;1;2 +46,049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0473;1;1;0;1;0;1;0;2;1;0;1;2 +46,0507;1;1;0;1;0;1;0;2;1;0;1;2 +46,051;1;1;0;1;0;1;0;2;1;0;1;2 +46,052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0518;1;1;0;1;0;1;0;2;1;0;1;2 +46,0511;1;1;0;1;0;1;0;2;1;0;1;2 +46,0527;1;1;0;1;0;1;0;2;1;0;1;2 +46,0554;1;1;0;1;0;1;0;2;1;0;1;2 +46,0521;1;1;0;1;0;1;0;2;1;0;1;2 +46,0532;1;1;0;1;0;1;0;2;1;0;1;2 +46,054;1;1;0;1;0;1;0;2;1;0;1;2 +46,059;1;1;0;1;0;1;0;2;1;0;1;2 +46,0583;1;1;0;1;0;1;0;2;1;0;1;2 +46,0586;1;1;0;1;0;1;0;2;1;0;1;2 +46,0586;1;1;0;1;0;1;0;2;1;0;1;2 +46,0653;1;1;0;1;0;1;0;2;1;0;1;2 +46,0625;1;1;0;1;0;1;0;2;1;0;1;2 +46,0604;1;1;0;1;0;1;0;2;1;0;1;2 +46,0625;1;1;0;1;0;1;0;2;1;0;1;2 +46,0634;1;1;0;1;0;1;0;2;1;0;1;2 +46,0608;1;1;0;1;0;1;0;2;1;0;1;2 +46,0646;1;1;0;1;0;1;0;2;1;0;1;2 +46,0628;1;1;0;1;0;1;0;2;1;0;1;2 +46,0628;1;1;0;1;0;1;0;2;1;0;1;2 +46,0656;1;1;0;1;0;1;0;2;1;0;1;2 +46,0703;1;1;0;1;0;1;0;2;1;0;1;2 +46,0662;1;1;0;1;0;1;0;2;1;0;1;2 +46,0677;1;1;0;1;0;1;0;2;1;0;1;2 +46,0722;1;1;0;1;0;1;0;2;1;0;1;2 +46,067;1;1;0;1;0;1;0;2;1;0;1;2 +46,0665;1;1;0;1;0;1;0;2;1;0;1;2 +46,0699;1;1;0;1;0;1;0;2;1;0;1;2 +46,0694;1;1;0;1;0;1;0;2;1;0;1;2 +46,0717;1;1;0;1;0;1;0;2;1;0;1;2 +46,072;1;1;0;1;0;1;0;2;1;0;1;2 +46,0728;1;1;0;1;0;1;0;2;1;0;1;2 +46,0719;1;1;0;1;0;1;0;2;1;0;1;2 +46,0746;1;1;0;1;0;1;0;2;1;0;1;2 +46,0701;1;1;0;1;0;1;0;2;1;0;1;2 +46,075;1;1;0;1;0;1;0;2;1;0;1;2 +46,0771;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0781;1;1;0;1;0;1;0;2;1;0;1;2 +46,0772;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0804;1;1;0;1;0;1;0;2;1;0;1;2 +46,0751;1;1;0;1;0;1;0;2;1;0;1;2 +46,0798;1;1;0;1;0;1;0;2;1;0;1;2 +46,0802;1;1;0;1;0;1;0;2;1;0;1;2 +46,0818;1;1;0;1;0;1;0;2;1;0;1;2 +46,0819;1;1;0;1;0;1;0;2;1;0;1;2 +46,0833;1;1;0;1;0;1;0;2;1;0;1;2 +46,0815;1;1;0;1;0;1;0;2;1;0;1;2 +46,0846;1;1;0;1;0;1;0;2;1;0;1;2 +46,0836;1;1;0;1;0;1;0;2;1;0;1;2 +46,0822;1;1;0;1;0;1;0;2;1;0;1;2 +46,0892;1;1;0;1;0;1;0;2;1;0;1;2 +46,088;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0929;1;1;0;1;0;1;0;2;1;0;1;2 +46,0892;1;1;0;1;0;1;0;2;1;0;1;2 +46,0845;1;1;0;1;0;1;0;2;1;0;1;2 +46,0923;1;1;0;1;0;1;0;2;1;0;1;2 +46,0889;1;1;0;1;0;1;0;2;1;0;1;2 +46,0934;1;1;0;1;0;1;0;2;1;0;1;2 +46,095;1;1;0;1;0;1;0;2;1;0;1;2 +46,0989;1;1;0;1;0;1;0;2;1;0;1;2 +46,0946;1;1;0;1;0;1;0;2;1;0;1;2 +46,0957;1;1;0;1;0;1;0;2;1;0;1;2 +46,0973;1;1;0;1;0;1;0;2;1;0;1;2 +46,0975;1;1;0;1;0;1;0;2;1;0;1;2 +46,0982;1;1;0;1;0;1;0;2;1;0;1;2 +46,0977;1;1;0;1;0;1;0;2;1;0;1;2 +46,0986;1;1;0;1;0;1;0;2;1;0;1;2 +46,0975;1;1;0;1;0;1;0;2;1;0;1;2 +46,0983;1;1;0;1;0;1;0;2;1;0;1;2 +46,1025;1;1;0;1;0;1;0;2;1;0;1;2 +46,101;1;1;0;1;0;1;0;2;1;0;1;2 +46,1028;1;1;0;1;0;1;0;2;1;0;1;2 +46,1023;1;1;0;1;0;1;0;2;1;0;1;2 +46,1015;1;1;0;1;0;1;0;2;1;0;1;2 +46,1055;1;1;0;1;0;1;0;2;1;0;1;2 +46,1036;1;1;0;1;0;1;0;2;1;0;1;2 +46,1043;1;1;0;1;0;1;0;2;1;0;1;2 +46,1028;1;1;0;1;0;1;0;2;1;0;1;2 +46,1074;1;1;0;1;0;1;0;2;1;0;1;2 +46,1083;1;1;0;1;0;1;0;2;1;0;1;2 +46,1089;1;1;0;1;0;1;0;2;1;0;1;2 +46,1099;1;1;0;1;0;1;0;2;1;0;1;2 +46,1097;1;1;0;1;0;1;0;2;1;0;1;2 +46,1029;1;1;0;1;0;1;0;2;1;0;1;2 +46,1099;1;1;0;1;0;1;0;2;1;0;1;2 +46,1125;1;1;0;1;0;1;0;2;1;0;1;2 +46,1116;1;1;0;1;0;1;0;2;1;0;1;2 +46,1207;1;1;0;1;0;1;0;2;1;0;1;2 +46,1138;1;1;0;1;0;1;0;2;1;0;1;2 +46,112;1;1;0;1;0;1;0;2;1;0;1;2 +46,1167;1;1;0;1;0;1;0;2;1;0;1;2 +46,1153;1;1;0;1;0;1;0;2;1;0;1;2 +46,1178;1;1;0;1;0;1;0;2;1;0;1;2 +46,1214;1;1;0;1;0;1;0;2;1;0;1;2 +46,1158;1;1;0;1;0;1;0;2;1;0;1;2 +46,1196;1;1;0;1;0;1;0;2;1;0;1;2 +46,1173;1;1;0;1;0;1;0;2;1;0;1;2 +46,1174;1;1;0;1;0;1;0;2;1;0;1;2 +46,1208;1;1;0;1;0;1;0;2;1;0;1;2 +46,122;1;1;0;1;0;1;0;2;1;0;1;2 +46,1252;1;1;0;1;0;1;0;2;1;0;1;2 +46,123;1;1;0;1;0;1;0;2;1;0;1;2 +46,1235;1;1;0;1;0;1;0;2;1;0;1;2 +46,12;1;1;0;1;0;1;0;2;1;0;1;2 +46,1231;1;1;0;1;0;1;0;2;1;0;1;2 +46,1247;1;1;0;1;0;1;0;2;1;0;1;2 +46,1224;1;1;0;1;0;1;0;2;1;0;1;2 +46,127;1;1;0;1;0;1;0;2;1;0;1;2 +46,1265;1;1;0;1;0;1;0;2;1;0;1;2 +46,1292;1;1;0;1;0;1;0;2;1;0;1;2 +46,1304;1;1;0;1;0;1;0;2;1;0;1;2 +46,1258;1;1;0;1;0;1;0;2;1;0;1;2 +46,1253;1;1;0;1;0;1;0;2;1;0;1;2 +46,1292;1;1;0;1;0;1;0;2;1;0;1;2 +46,1293;1;1;0;1;0;1;0;2;1;0;1;2 +46,1304;1;1;0;1;0;1;0;2;1;0;1;2 +46,1329;1;1;0;1;0;1;0;2;1;0;1;2 +46,131;1;1;0;1;0;1;0;2;1;0;1;2 +46,1332;1;1;0;1;0;1;0;2;1;0;1;2 +46,1331;1;1;0;1;0;1;0;2;1;0;1;2 +46,136;1;1;0;1;0;1;0;2;1;0;1;2 +46,136;1;1;0;1;0;1;0;2;1;0;1;2 +46,1371;1;1;0;1;0;1;0;2;1;0;1;2 +46,1392;1;1;0;1;0;1;0;2;1;0;1;2 +46,1387;1;1;0;1;0;1;0;2;1;0;1;2 +46,1434;1;1;0;1;0;1;0;2;1;0;1;2 +46,1418;1;1;0;1;0;1;0;2;1;0;1;2 +46,1389;1;1;0;1;0;1;0;2;1;0;1;2 +46,1414;1;1;0;1;0;1;0;2;1;0;1;2 +46,1425;1;1;0;1;0;1;0;2;1;0;1;2 +46,1426;1;1;0;1;0;1;0;2;1;0;1;2 +46,1434;1;1;0;1;0;1;0;2;1;0;1;2 +46,1433;1;1;0;1;0;1;0;2;1;0;1;2 +46,1447;1;1;0;1;0;1;0;2;1;0;1;2 +46,1461;1;1;0;1;0;1;0;2;1;0;1;1 +46,144;1;1;0;1;0;1;0;2;1;0;1;1 +46,1434;1;1;0;1;0;1;0;2;1;0;1;1 +46,1432;1;1;0;1;0;1;0;2;1;0;1;1 +46,1438;1;1;0;1;0;1;0;2;1;0;1;1 +46,1429;1;1;0;1;0;1;0;2;1;0;1;1 +46,1455;1;1;0;1;0;1;0;2;1;0;1;1 +46,1336;1;1;0;1;0;1;0;2;1;0;1;1 +46,1431;1;1;0;1;0;1;0;2;1;0;1;1 +46,142;1;1;0;1;0;1;0;2;1;0;1;1 +46,1444;1;1;0;1;0;1;0;2;1;0;1;1 +46,1456;1;1;0;1;0;1;0;2;1;0;1;1 +46,1422;1;1;0;1;0;1;0;2;1;0;1;1 +46,142;1;1;0;1;0;1;0;2;1;0;1;1 +46,1442;1;1;0;1;0;1;0;2;1;0;1;1 +46,1435;1;1;0;1;0;1;0;2;1;0;1;1 +46,1445;1;1;0;1;0;1;0;2;1;0;1;1 +46,1436;1;1;0;1;0;1;0;2;1;0;1;1 +46,1416;1;1;0;1;0;1;0;2;1;0;1;1 +46,098;1;1;0;1;0;1;0;2;1;0;1;1 +46,1438;1;1;0;1;0;1;0;2;1;0;1;1 +46,1441;1;1;0;1;0;1;0;2;1;0;1;1 +46,1418;1;1;0;1;0;1;0;2;1;0;1;1 +46,1467;1;1;0;1;0;1;0;2;1;0;1;1 +46,1414;1;1;0;1;0;1;0;2;1;0;1;1 +46,1427;1;1;0;1;0;1;0;2;1;0;1;1 +46,1427;1;1;0;1;0;1;0;2;1;0;1;1 +46,1427;1;1;0;1;0;1;0;2;1;0;1;1 +46,1465;1;1;0;1;0;1;0;2;1;0;1;1 +46,1439;1;1;0;1;0;1;0;2;1;0;1;1 +46,1432;1;1;0;1;0;1;0;2;1;0;1;1 +46,1442;1;1;0;1;0;1;0;2;1;0;1;1 +46,1436;1;1;0;1;0;1;0;2;1;0;1;1 +46,1443;1;1;0;1;0;1;0;2;1;0;1;1 +46,145;1;1;0;1;0;1;0;2;1;0;1;1 +46,1446;1;1;0;1;0;1;0;2;1;0;1;1 +46,1448;1;1;0;1;0;1;0;2;1;0;1;1 +46,1447;1;1;0;1;0;1;0;2;1;0;1;1 +46,1469;1;1;0;1;0;1;0;2;1;0;1;1 +46,146;1;1;0;1;0;1;0;2;1;0;1;1 +46,1442;1;1;0;1;0;1;0;2;1;0;1;1 +46,1439;1;1;0;1;0;1;0;2;1;0;1;1 +46,1451;1;1;0;1;0;1;0;2;1;0;1;1 +46,1448;1;1;0;1;0;1;0;2;1;0;1;1 +46,1432;1;1;0;1;0;1;0;2;1;0;1;1 +46,1439;1;1;0;1;0;1;0;2;1;0;1;1 +46,1447;1;1;0;1;0;1;0;2;1;0;1;1 +46,1471;1;1;0;1;0;1;0;2;1;0;1;1 +46,1456;1;1;0;1;0;1;0;2;1;0;1;1 +46,1457;1;1;0;1;0;1;0;2;1;0;1;1 +46,1438;1;1;0;1;0;1;0;2;1;0;1;2 +46,1463;1;1;0;1;0;1;0;2;1;0;1;2 +46,1505;1;1;0;1;0;1;0;2;1;0;1;2 +46,1495;1;1;0;1;0;1;0;2;1;0;1;2 +46,1479;1;1;0;1;0;1;0;2;1;0;1;2 +46,1524;1;1;0;1;0;1;0;2;1;0;1;2 +46,1511;1;1;0;1;0;1;0;2;1;0;1;2 +46,1557;1;1;0;1;0;1;0;2;1;0;1;2 +46,1556;1;1;0;1;0;1;0;2;1;0;1;2 +46,1576;1;1;0;1;0;1;0;2;1;0;1;2 +46,1596;1;1;0;1;0;1;0;2;1;0;1;2 +46,1619;1;1;0;1;0;1;0;2;1;0;1;2 +46,1622;1;1;0;1;0;1;0;2;1;0;1;2 +46,1648;1;1;0;1;0;1;0;2;1;0;1;2 +46,164;1;1;0;1;0;1;0;2;1;0;1;2 +46,1689;1;1;0;1;0;1;0;2;1;0;1;2 +46,1697;1;1;0;1;0;1;0;2;1;0;1;2 +46,1682;1;1;0;1;0;1;0;2;1;0;1;2 +46,1686;1;1;0;1;0;1;0;2;1;0;1;2 +46,1707;1;1;0;1;0;1;0;2;1;0;1;2 +46,174;1;1;0;1;0;1;0;2;1;0;1;2 +46,1764;1;1;0;1;0;1;0;2;1;0;1;2 +46,1763;1;1;0;1;0;1;0;2;1;0;1;2 +46,1757;1;1;0;1;0;1;0;2;1;0;1;2 +46,1781;1;1;0;1;0;1;0;2;1;0;1;2 +46,1783;1;1;0;1;0;1;0;2;1;0;1;2 +46,1802;1;1;0;1;0;1;0;2;1;0;1;2 +46,1824;1;1;0;1;0;1;0;2;1;0;1;2 +46,1844;1;1;0;1;0;1;0;2;1;0;1;2 +46,1854;1;1;0;1;0;1;0;2;1;0;1;2 +46,1848;1;1;0;1;0;1;0;2;1;0;1;2 +46,1887;1;1;0;1;0;1;0;2;1;0;1;2 +46,1884;1;1;0;1;0;1;0;2;1;0;1;2 +46,1916;1;1;0;1;0;1;0;2;1;0;1;2 +46,1901;1;1;0;1;0;1;0;2;1;0;1;2 +46,192;1;1;0;1;0;1;0;2;1;0;1;2 +46,1914;1;1;0;1;0;1;0;2;1;0;1;2 +46,1946;1;1;0;1;0;1;0;2;1;0;1;2 +46,1927;1;1;0;1;0;1;0;2;1;0;1;2 +46,1971;1;1;0;1;0;1;0;2;1;0;1;2 +46,1988;1;1;0;1;0;1;0;2;1;0;1;2 +46,2032;1;1;0;1;0;1;0;2;1;0;1;2 +46,2044;1;1;0;1;0;1;0;2;1;0;1;2 +46,204;1;1;0;1;0;1;0;2;1;0;1;2 +46,2063;1;1;0;1;0;1;0;2;1;0;1;2 +46,2062;1;1;0;1;0;1;0;2;1;0;1;2 +46,2062;1;1;0;1;0;1;0;2;1;0;1;2 +46,2089;1;1;0;1;0;1;0;2;1;0;1;2 +46,2122;1;1;0;1;0;1;0;2;1;0;1;2 +46,2126;1;1;0;1;0;1;0;2;1;0;1;2 +46,2125;1;1;0;1;0;1;0;2;1;0;1;2 +46,2119;1;1;0;1;0;1;0;2;1;0;1;2 +46,2172;1;1;0;1;0;1;0;2;1;0;1;2 +46,2167;1;1;0;1;0;1;0;2;1;0;1;2 +46,219;1;1;0;1;0;1;0;2;1;0;1;2 +46,2183;1;1;0;1;0;1;0;2;1;0;1;2 +46,2217;1;1;0;1;0;1;0;2;1;0;1;2 +46,2221;1;1;0;1;0;1;0;2;1;0;1;2 +46,2226;1;1;0;1;0;1;0;2;1;0;1;2 +46,2251;1;1;0;1;0;1;0;2;1;0;1;2 +46,2262;1;1;0;1;0;1;0;2;1;0;1;2 +46,2277;1;1;0;1;0;1;0;2;1;0;1;2 +46,2276;1;1;0;1;0;1;0;2;1;0;1;2 +46,2368;1;1;0;1;0;1;0;2;1;0;1;2 +46,2344;1;1;0;1;0;1;0;2;1;0;1;2 +46,2293;1;1;0;1;0;1;0;2;1;0;1;2 +46,2339;1;1;0;1;0;1;0;2;1;0;1;2 +46,236;1;1;0;1;0;1;0;2;1;0;1;2 +46,2397;1;1;0;1;0;1;0;2;1;0;1;2 +46,2376;1;1;0;1;0;1;0;2;1;0;1;2 +46,2401;1;1;0;1;0;1;0;2;1;0;1;2 +46,2403;1;1;0;1;0;1;0;2;1;0;1;2 +46,2402;1;1;0;1;0;1;0;2;1;0;1;2 +46,2483;1;1;0;1;0;1;0;2;1;0;1;2 +46,2468;1;1;0;1;0;1;0;2;1;0;1;2 +46,2485;1;1;0;1;0;1;0;2;1;0;1;2 +46,2478;1;1;0;1;0;1;0;2;1;0;1;2 +46,2508;1;1;0;1;0;1;0;2;1;0;1;2 +46,2534;1;1;0;1;0;1;0;2;1;0;1;2 +46,2528;1;1;0;1;0;1;0;2;1;0;1;2 +46,256;1;1;0;1;0;1;0;2;1;0;1;2 +46,2528;1;1;0;1;0;1;0;2;1;0;1;2 +46,2467;1;1;0;1;0;1;0;2;1;0;1;2 +46,2586;1;1;0;1;0;1;0;2;1;0;1;2 +46,26;1;1;0;1;0;1;0;2;1;0;1;2 +46,2594;1;1;0;1;0;1;0;2;1;0;1;2 +46,2695;1;1;0;1;0;1;0;2;1;0;1;2 +46,2645;1;1;0;1;0;1;0;2;1;0;1;2 +46,2673;1;1;0;1;0;1;0;2;1;0;1;2 +46,2669;1;1;0;1;0;1;0;2;1;0;1;2 +46,2685;1;1;0;1;0;1;0;2;1;0;1;2 +46,2699;1;1;0;1;0;1;0;2;1;0;1;2 +46,2687;1;1;0;1;0;1;0;2;1;0;1;2 +46,2695;1;1;0;1;0;1;0;2;1;0;1;2 +46,2714;1;1;0;1;0;1;0;2;1;0;1;2 +46,2731;1;1;0;1;0;1;0;2;1;0;1;2 +46,2757;1;1;0;1;0;1;0;2;1;0;1;2 +46,2753;1;1;0;1;0;1;0;2;1;0;1;2 +46,279;1;1;0;1;0;1;0;2;1;0;1;2 +46,2804;1;1;0;1;0;1;0;2;1;0;1;2 +46,2813;1;1;0;1;0;1;0;2;1;0;1;2 +46,2836;1;1;0;1;0;1;0;2;1;0;1;2 +46,2857;1;1;0;1;0;1;0;2;1;0;1;2 +46,2847;1;1;0;1;0;1;0;2;1;0;1;2 +46,2899;1;1;0;1;0;1;0;2;1;0;1;2 +46,2883;1;1;0;1;0;1;0;2;1;0;1;2 +46,2875;1;1;0;1;0;1;0;2;1;0;1;2 +46,2904;1;1;0;1;0;1;0;2;1;0;1;2 +46,2901;1;1;0;1;0;1;0;2;1;0;1;2 +46,293;1;1;0;1;0;1;0;2;1;0;1;2 +46,2939;1;1;0;1;0;1;0;2;1;0;1;2 +46,2949;1;1;0;1;0;1;0;2;1;0;1;2 +46,2972;1;1;0;1;0;1;0;2;1;0;1;2 +46,3034;1;1;0;1;0;1;0;2;1;0;1;2 +46,3005;1;1;0;1;0;1;0;2;1;0;1;2 +46,304;1;1;0;1;0;1;0;2;1;0;1;2 +46,304;1;1;0;1;0;1;0;2;1;0;1;2 +46,3033;1;1;0;1;0;1;0;2;1;0;1;2 +46,3079;1;1;0;1;0;1;0;2;1;0;1;2 +46,3084;1;1;0;1;0;1;0;2;1;0;1;2 +46,3085;1;1;0;1;0;1;0;2;1;0;1;2 +46,3097;1;1;0;1;0;1;0;2;1;0;1;2 +46,3094;1;1;0;1;0;1;0;2;1;0;1;2 +46,3122;1;1;0;1;0;1;0;2;1;0;1;2 +46,3124;1;1;0;1;0;1;0;2;1;0;1;2 +46,3162;1;1;0;1;0;1;0;2;1;0;1;2 +46,3171;1;1;0;1;0;1;0;2;1;0;1;2 +46,3171;1;1;0;1;0;1;0;2;1;0;1;2 +46,3215;1;1;0;1;0;1;0;2;1;0;1;2 +46,3197;1;1;0;1;0;1;0;2;1;0;1;2 +46,323;1;1;0;1;0;1;0;2;1;0;1;2 +46,3247;1;1;0;1;0;1;0;2;1;0;1;2 +46,3228;1;1;0;1;0;1;0;2;1;0;1;2 +46,3238;1;1;0;1;0;1;0;2;1;0;1;2 +46,325;1;1;0;1;0;1;0;2;1;0;1;2 +46,3267;1;1;0;1;0;1;0;2;1;0;1;2 +46,3296;1;1;0;1;0;1;0;2;1;0;1;2 +46,3289;1;1;0;1;0;1;0;2;1;0;1;2 +46,3315;1;1;0;1;0;1;0;2;1;0;1;2 +46,3359;1;1;0;1;0;1;0;2;1;0;1;2 +46,3348;1;1;0;1;0;1;0;2;1;0;1;2 +46,3363;1;1;0;1;0;1;0;2;1;0;1;2 +46,3377;1;1;0;1;0;1;0;2;1;0;1;2 +46,3398;1;1;0;1;0;1;0;2;1;0;1;2 +46,3401;1;1;0;1;0;1;0;2;1;0;1;2 +46,3427;1;1;0;1;0;1;0;2;1;0;1;2 +46,3478;1;1;0;1;0;1;0;2;1;0;1;2 +46,3473;1;1;0;1;0;1;0;2;1;0;1;2 +46,3471;1;1;0;1;0;1;0;2;1;0;1;2 +46,3483;1;1;0;1;0;1;0;2;1;0;1;2 +46,3466;1;1;0;1;0;1;0;2;1;0;1;2 +46,351;1;1;0;1;0;1;0;2;1;0;1;2 +46,3509;1;1;0;1;0;1;0;2;1;0;1;2 +46,3547;1;1;0;1;0;1;0;2;1;0;1;2 +46,3563;1;1;0;1;0;1;0;2;1;0;1;2 +46,3559;1;1;0;1;0;1;0;2;1;0;1;2 +46,3563;1;1;0;1;0;1;0;2;1;0;1;2 +46,3592;1;1;0;1;0;1;0;2;1;0;1;2 +46,3613;1;1;0;1;0;1;0;2;1;0;1;2 +46,3605;1;1;0;1;0;1;0;2;1;0;1;2 +46,3672;1;1;0;1;0;1;0;2;1;0;1;2 +46,3661;1;1;0;1;0;1;0;2;1;0;1;2 +46,3624;1;1;0;1;0;1;0;2;1;0;1;2 +46,3661;1;1;0;1;0;1;0;2;1;0;1;2 +46,3699;1;1;0;1;0;1;0;2;1;0;1;2 +46,3708;1;1;0;1;0;1;0;2;1;0;1;2 +46,3708;1;1;0;1;0;1;0;2;1;0;1;2 +46,3722;1;1;0;1;0;1;0;2;1;0;1;2 +46,3748;1;1;0;1;0;1;0;2;1;0;1;2 +46,3768;1;1;0;1;0;1;0;2;1;0;1;2 +46,377;1;1;0;1;0;1;0;2;1;0;1;2 +46,3807;1;1;0;1;0;1;0;2;1;0;1;2 +46,3796;1;1;0;1;0;1;0;2;1;0;1;2 +46,3803;1;1;0;1;0;1;0;2;1;0;1;2 +46,3827;1;1;0;1;0;1;0;2;1;0;1;2 +46,3838;1;1;0;1;0;1;0;2;1;0;1;2 +46,3836;1;1;0;1;0;1;0;2;1;0;1;2 +46,387;1;1;0;1;0;1;0;2;1;0;1;2 +46,3884;1;1;0;1;0;1;0;2;1;0;1;2 +46,388;1;1;0;1;0;1;0;2;1;0;1;2 +46,388;1;1;0;1;0;1;0;2;1;0;1;2 +46,3926;1;1;0;1;0;1;0;2;1;0;1;2 +46,3917;1;1;0;1;0;1;0;2;1;0;1;2 +46,3979;1;1;0;1;0;1;0;2;1;0;1;2 +46,3964;1;1;0;1;0;1;0;2;1;0;1;2 +46,3966;1;1;0;1;0;1;0;2;1;0;1;2 +46,4007;1;1;0;1;0;1;0;2;1;0;1;2 +46,4019;1;1;0;1;0;1;0;2;1;0;1;2 +46,4019;1;1;0;1;0;1;0;2;1;0;1;2 +46,4063;1;1;0;1;0;1;0;2;1;0;1;2 +46,4091;1;1;0;1;0;1;0;2;1;0;1;2 +46,4038;1;1;0;1;0;1;0;2;1;0;1;2 +46,4077;1;1;0;1;0;1;0;2;1;0;1;2 +46,4097;1;1;0;1;0;1;0;2;1;0;1;2 +46,4076;1;1;0;1;0;1;0;2;1;0;1;2 +46,4097;1;1;0;1;0;1;0;2;1;0;1;2 +46,4121;1;1;0;1;0;1;0;2;1;0;1;2 +46,4149;1;1;0;1;0;1;0;2;1;0;1;2 +46,4157;1;1;0;1;0;1;0;2;1;0;1;2 +46,4145;1;1;0;1;0;1;0;2;1;0;1;2 +46,4155;1;1;0;1;0;1;0;2;1;0;1;1 +46,4154;1;1;0;1;0;1;0;2;1;0;1;1 +46,412;1;1;0;1;0;1;0;2;1;0;1;1 +46,4142;1;1;0;1;0;1;0;2;1;0;1;1 +46,4134;1;1;0;1;0;1;0;2;1;0;1;1 +46,4134;1;1;0;1;0;1;0;2;1;0;1;1 +46,4145;1;1;0;1;0;1;0;2;1;0;1;1 +46,4158;1;1;0;1;0;1;0;2;1;0;1;1 +46,4158;1;1;0;1;0;1;0;2;1;0;1;1 +46,4161;1;1;0;1;0;1;0;2;1;0;1;1 +46,415;1;1;0;1;0;1;0;2;1;0;1;1 +46,4162;1;1;0;1;0;1;0;2;1;0;1;1 +46,4173;1;1;0;1;0;1;0;2;1;0;1;1 +46,4165;1;1;0;1;0;1;0;2;1;0;1;1 +46,4167;1;1;0;1;0;1;0;2;1;0;1;1 +46,4189;1;1;0;1;0;1;0;2;1;0;1;1 +46,4197;1;1;0;1;0;1;0;2;1;0;1;1 +46,4163;1;1;0;1;0;1;0;2;1;0;1;1 +46,4179;1;1;0;1;0;1;0;2;1;0;1;1 +46,4153;1;1;0;1;0;1;0;2;1;0;1;1 +46,414;1;1;0;1;0;1;0;2;1;0;1;1 +46,4161;1;1;0;1;0;1;0;2;1;0;1;1 +46,4173;1;1;0;1;0;1;0;2;1;0;1;1 +46,4174;1;1;0;1;0;1;0;2;1;0;1;1 +46,4142;1;1;0;1;0;1;0;2;1;0;1;1 +46,4186;1;1;0;1;0;1;0;2;1;0;1;1 +46,4152;1;1;0;1;0;1;0;2;1;0;1;1 +46,414;1;1;0;1;0;1;0;2;1;0;1;1 +46,4154;1;1;0;1;0;1;0;2;1;0;1;1 +46,4146;1;1;0;1;0;1;0;2;1;0;1;1 +46,4172;1;1;0;1;0;1;0;2;1;0;1;1 +46,4144;1;1;0;1;0;1;0;2;1;0;1;1 +46,4153;1;1;0;1;0;1;0;2;1;0;1;1 +46,4148;1;1;0;1;0;1;0;2;1;0;1;1 +46,4165;1;1;0;1;0;1;0;2;1;0;1;1 +46,4116;1;1;0;1;0;1;0;2;1;0;1;1 +46,4186;1;1;0;1;0;1;0;2;1;0;1;1 +46,4146;1;1;0;1;0;1;0;2;1;0;1;1 +46,4181;1;1;0;1;0;1;0;2;1;0;1;1 +46,4174;1;1;0;1;0;1;0;2;1;0;1;1 +46,4175;1;1;0;1;0;1;0;2;1;0;1;1 +46,4161;1;1;0;1;0;1;0;2;1;0;1;1 +46,4163;1;1;0;1;0;1;0;2;1;0;1;1 +46,4184;1;1;0;1;0;1;0;2;1;0;1;1 +46,4169;1;1;0;1;0;1;0;2;1;0;1;1 +46,4126;1;1;0;1;0;1;0;2;1;0;1;1 +46,4145;1;1;0;1;0;1;0;2;1;0;1;1 +46,4151;1;1;0;1;0;1;0;2;1;0;1;1 +46,4142;1;1;0;1;0;1;0;2;1;0;1;1 +46,4139;1;1;0;1;0;1;0;2;1;0;1;1 +46,4125;1;1;0;1;0;1;0;2;1;0;1;2 +46,41;1;1;0;1;0;1;0;2;1;0;1;2 +46,408;1;1;0;1;0;1;0;2;1;0;1;2 +46,4058;1;1;0;1;0;1;0;2;1;0;1;2 +46,4025;1;1;0;1;0;1;0;2;1;0;1;2 +46,4007;1;1;0;1;0;1;0;2;1;0;1;2 +46,3941;1;1;0;1;0;1;0;2;1;0;1;2 +46,3939;1;1;0;1;0;1;0;2;1;0;1;2 +46,3912;1;1;0;1;0;1;0;2;1;0;1;2 +46,3864;1;1;0;1;0;1;0;2;1;0;1;2 +46,3877;1;1;0;1;0;1;0;2;1;0;1;2 +46,3861;1;1;0;1;0;1;0;2;1;0;1;2 +46,3807;1;1;0;1;0;1;0;2;1;0;1;2 +46,3792;1;1;0;1;0;1;0;2;1;0;1;2 +46,3775;1;1;0;1;0;1;0;2;1;0;1;2 +46,3733;1;1;0;1;0;1;0;2;1;0;1;2 +46,3704;1;1;0;1;0;1;0;2;1;0;1;2 +46,3668;1;1;0;1;0;1;0;2;1;0;1;2 +46,3625;1;1;0;1;0;1;0;2;1;0;1;2 +46,3625;1;1;0;1;0;1;0;2;1;0;1;2 +46,358;1;1;0;1;0;1;0;2;1;0;1;2 +46,3547;1;1;0;1;0;1;0;2;1;0;1;2 +46,3569;1;1;0;1;0;1;0;2;1;0;1;2 +46,3518;1;1;0;1;0;1;0;2;1;0;1;2 +46,3477;1;1;0;1;0;1;0;2;1;0;1;2 +46,3444;1;1;0;1;0;1;0;2;1;0;1;2 +46,3428;1;1;0;1;0;1;0;2;1;0;1;2 +46,342;1;1;0;1;0;1;0;2;1;0;1;2 +46,3358;1;1;0;1;0;1;0;2;1;0;1;2 +46,3361;1;1;0;1;0;1;0;2;1;0;1;2 +46,3317;1;1;0;1;0;1;0;2;1;0;1;2 +46,3273;1;1;0;1;0;1;0;2;1;0;1;2 +46,3258;1;1;0;1;0;1;0;2;1;0;1;2 +46,3254;1;1;0;1;0;1;0;2;1;0;1;2 +46,3215;1;1;0;1;0;1;0;2;1;0;1;2 +46,3163;1;1;0;1;0;1;0;2;1;0;1;2 +46,3145;1;1;0;1;0;1;0;2;1;0;1;2 +46,3112;1;1;0;1;0;1;0;2;1;0;1;2 +46,3098;1;1;0;1;0;1;0;2;1;0;1;2 +46,3084;1;1;0;1;0;1;0;2;1;0;1;2 +46,304;1;1;0;1;0;1;0;2;1;0;1;2 +46,2955;1;1;0;1;0;1;0;2;1;0;1;2 +46,2999;1;1;0;1;0;1;0;2;1;0;1;2 +46,2972;1;1;0;1;0;1;0;2;1;0;1;2 +46,2873;1;1;0;1;0;1;0;2;1;0;1;2 +46,2914;1;1;0;1;0;1;0;2;1;0;1;2 +46,2873;1;1;0;1;0;1;0;2;1;0;1;2 +46,2833;1;1;0;1;0;1;0;2;1;0;1;2 +46,2859;1;1;0;1;0;1;0;2;1;0;1;2 +46,2799;1;1;0;1;0;1;0;2;1;0;1;2 +46,2788;1;1;0;1;0;1;0;2;1;0;1;2 +46,2742;1;1;0;1;0;1;0;2;1;0;1;2 +46,2706;1;1;0;1;0;1;0;2;1;0;1;2 +46,2657;1;1;0;1;0;1;0;2;1;0;1;2 +46,2644;1;1;0;1;0;1;0;2;1;0;1;2 +46,2635;1;1;0;1;0;1;0;2;1;0;1;2 +46,26;1;1;0;1;0;1;0;2;1;0;1;2 +46,2564;1;1;0;1;0;1;0;2;1;0;1;2 +46,2579;1;1;0;1;0;1;0;2;1;0;1;2 +46,2493;1;1;0;1;0;1;0;2;1;0;1;2 +46,2546;1;1;0;1;0;1;0;2;1;0;1;2 +46,248;1;1;0;1;0;1;0;2;1;0;1;2 +46,2447;1;1;0;1;0;1;0;2;1;0;1;2 +46,2472;1;1;0;1;0;1;0;2;1;0;1;2 +46,2386;1;1;0;1;0;1;0;2;1;0;1;2 +46,2327;1;1;0;1;0;1;0;2;1;0;1;2 +46,2336;1;1;0;1;0;1;0;2;1;0;1;2 +46,2312;1;1;0;1;0;1;0;2;1;0;1;2 +46,2288;1;1;0;1;0;1;0;2;1;0;1;2 +46,2251;1;1;0;1;0;1;0;2;1;0;1;2 +46,2229;1;1;0;1;0;1;0;2;1;0;1;2 +46,2206;1;1;0;1;0;1;0;2;1;0;1;2 +46,2171;1;1;0;1;0;1;0;2;1;0;1;2 +46,2142;1;1;0;1;0;1;0;2;1;0;1;2 +46,2114;1;1;0;1;0;1;0;2;1;0;1;2 +46,2104;1;1;0;1;0;1;0;2;1;0;1;2 +46,2047;1;1;0;1;0;1;0;2;1;0;1;2 +46,2046;1;1;0;1;0;1;0;2;1;0;1;2 +46,2019;1;1;0;1;0;1;0;2;1;0;1;2 +46,1967;1;1;0;1;0;1;0;2;1;0;1;2 +46,1958;1;1;0;1;0;1;0;2;1;0;1;2 +46,1932;1;1;0;1;0;1;0;2;1;0;1;2 +46,1885;1;1;0;1;0;1;0;2;1;0;1;2 +46,1885;1;1;0;1;0;1;0;2;1;0;1;2 +46,1856;1;1;0;1;0;1;0;2;1;0;1;2 +46,1811;1;1;0;1;0;1;0;2;1;0;1;2 +46,1804;1;1;0;1;0;1;0;2;1;0;1;2 +46,1785;1;1;0;1;0;1;0;2;1;0;1;2 +46,1736;1;1;0;1;0;1;0;2;1;0;1;2 +46,1719;1;1;0;1;0;1;0;2;1;0;1;2 +46,168;1;1;0;1;0;1;0;2;1;0;1;2 +46,1673;1;1;0;1;0;1;0;2;1;0;1;2 +46,1614;1;1;0;1;0;1;0;2;1;0;1;2 +46,1657;1;1;0;1;0;1;0;2;1;0;1;2 +46,157;1;1;0;1;0;1;0;2;1;0;1;2 +46,1555;1;1;0;1;0;1;0;2;1;0;1;2 +46,1513;1;1;0;1;0;1;0;2;1;0;1;2 +46,1452;1;1;0;1;0;1;0;2;1;0;1;2 +46,1473;1;1;0;1;0;1;0;2;1;0;1;2 +46,1455;1;1;0;1;0;1;0;2;1;0;1;2 +46,1429;1;1;0;1;0;1;0;2;1;0;1;2 +46,1386;1;1;0;1;0;1;0;2;1;0;1;2 +46,1361;1;1;0;1;0;1;0;2;1;0;1;2 +46,1302;1;1;0;1;0;1;0;2;1;0;1;2 +46,1302;1;1;0;1;0;1;0;2;1;0;1;2 +46,1282;1;1;0;1;0;1;0;2;1;0;1;2 +46,1248;1;1;0;1;0;1;0;2;1;0;1;2 +46,1212;1;1;0;1;0;1;0;2;1;0;1;2 +46,1202;1;1;0;1;0;1;0;2;1;0;1;2 +46,1162;1;1;0;1;0;1;0;2;1;0;1;2 +46,1139;1;1;0;1;0;1;0;2;1;0;1;2 +46,1122;1;1;0;1;0;1;0;2;1;0;1;2 +46,1089;1;1;0;1;0;1;0;2;1;0;1;2 +46,1074;1;1;0;1;0;1;0;2;1;0;1;2 +46,105;1;1;0;1;0;1;0;2;1;0;1;2 +46,101;1;1;0;1;0;1;0;2;1;0;1;2 +46,0953;1;1;0;1;0;1;0;2;1;0;1;2 +46,0943;1;1;0;1;0;1;0;2;1;0;1;2 +46,0932;1;1;0;1;0;1;0;2;1;0;1;2 +46,089;1;1;0;1;0;1;0;2;1;0;1;2 +46,0874;1;1;0;1;0;1;0;2;1;0;1;2 +46,0847;1;1;0;1;0;1;0;2;1;0;1;2 +46,0738;1;1;0;1;0;1;0;2;1;0;1;2 +46,0772;1;1;0;1;0;1;0;2;1;0;1;2 +46,0763;1;1;0;1;0;1;0;2;1;0;1;2 +46,0742;1;1;0;1;0;1;0;2;1;0;1;2 +46,0633;1;1;0;1;0;1;0;2;1;0;1;2 +46,0712;1;1;0;1;0;1;0;2;1;0;1;2 +46,0642;1;1;0;1;0;1;0;2;1;0;1;2 +46,0638;1;1;0;1;0;1;0;2;1;0;1;2 +46,0616;1;1;0;1;0;1;0;2;1;0;1;2 +46,0552;1;1;0;1;0;1;0;2;1;0;1;2 +46,0542;1;1;0;1;0;1;0;2;1;0;1;2 +46,0529;1;1;0;1;0;1;0;2;1;0;1;2 +46,0431;1;1;0;1;0;1;0;2;1;0;1;2 +46,0432;1;1;0;1;0;1;0;2;1;0;1;2 +46,0442;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0392;1;1;0;1;0;1;0;2;1;0;1;2 +46,0344;1;1;0;1;0;1;0;2;1;0;1;2 +46,0289;1;1;0;1;0;1;0;2;1;0;1;2 +46,0279;1;1;0;1;0;1;0;2;1;0;1;2 +46,0301;1;1;0;1;0;1;0;2;1;0;1;2 +46,0239;1;1;0;1;0;1;0;2;1;0;1;2 +46,0216;1;1;0;1;0;1;0;2;1;0;1;2 +46,0204;1;1;0;1;0;1;0;2;1;0;1;2 +46,016;1;1;0;1;0;1;0;2;1;0;1;2 +46,0138;1;1;0;1;0;1;0;2;1;0;1;2 +46,0113;1;1;0;1;0;1;0;2;1;0;1;2 +46,0091;1;1;0;1;0;1;0;2;1;0;0,537334;2 +46,001;1;1;0;1;0;1;0;2;1;0;0,537334;2 +46,0016;1;1;0;1;0;1;0;2;1;0;0,537334;2 +45,9982;1;1;0;1;0;1;0;2;1;0;0,537334;2 +45,9964;1;1;0;1;0;1;0;2;1;0;0,537334;2 +45,9943;1;1;0;1;0;1;0;2;1;0;0,537334;2 +45,9929;1;1;0;1;0;1;0;2;1;0;0,537334;2 +45,9876;1;1;0;1;0;1;0;2;1;0;0,537334;2 +45,9859;1;1;0;1;0;1;0;2;1;0;0,537334;2 +45,9833;1;1;0;1;0;1;0;2;1;0;0,537334;2 +45,9816;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,9744;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,9737;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,9725;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,9688;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,967;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,966;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,96;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,9578;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,9572;1;1;0;1;0;1;0;2;1;0;0,665473;2 +45,9527;1;1;0;1;0;1;0;2;1;0;1;2 +45,9507;1;1;0;1;0;1;0;2;1;0;1;2 +45,9494;1;1;0;1;0;1;0;2;1;0;1;2 +45,9427;1;1;0;1;0;1;0;2;1;0;1;2 +45,9419;1;1;0;1;0;1;0;2;1;0;1;2 +45,9406;1;1;0;1;0;1;0;2;1;0;1;2 +45,9383;1;1;0;1;0;1;0;2;1;0;1;2 +45,9326;1;1;0;1;0;1;0;2;1;0;1;2 +45,9299;1;1;0;1;0;1;0;2;1;0;1;2 +45,9337;1;1;0;1;0;1;0;2;1;0;1;2 +45,9274;1;1;0;1;0;1;0;2;1;0;1;2 +45,9236;1;1;0;1;0;1;0;2;1;0;1;2 +45,9192;1;1;0;1;0;1;0;2;1;0;1;2 +45,9189;1;1;0;1;0;1;0;2;1;0;1;2 +45,9154;1;1;0;1;0;1;0;2;1;0;1;2 +45,9119;1;1;0;1;0;1;0;2;1;0;1;2 +45,9107;1;1;0;1;0;1;0;2;1;0;1;2 +45,9078;1;1;0;1;0;1;0;2;1;0;1;2 +45,9055;1;1;0;1;0;1;0;2;1;0;1;2 +45,8955;1;1;0;1;0;1;0;2;1;0;1;2 +45,909;1;1;0;1;0;1;0;2;1;0;1;2 +45,8952;1;1;0;1;0;1;0;2;1;0;1;2 +45,8881;1;1;0;1;0;1;0;2;1;0;1;2 +45,8901;1;1;0;1;0;1;0;2;1;0;1;2 +45,8887;1;1;0;1;0;1;0;2;1;0;1;2 +45,8829;1;1;0;1;0;1;0;2;1;0;1;2 +45,882;1;1;0;1;0;1;0;2;1;0;1;2 +45,8797;1;1;0;1;0;1;0;2;1;0;1;2 +45,8786;1;1;0;1;0;1;0;2;1;0;1;2 +45,8754;1;1;0;1;0;1;0;2;1;0;1;2 +45,8729;1;1;0;1;0;1;0;2;1;0;1;2 +45,8729;1;1;0;1;0;1;0;2;1;0;1;1 +45,8714;1;1;0;1;0;1;0;2;1;0;1;1 +45,8715;1;1;0;1;0;1;0;2;1;0;1;1 +45,8748;1;1;0;1;0;1;0;2;1;0;1;1 +45,8697;1;1;0;1;0;1;0;2;1;0;1;1 +45,8722;1;1;0;1;0;1;0;2;1;0;1;1 +45,8699;1;1;0;1;0;1;0;2;1;0;1;1 +45,8696;1;1;0;1;0;1;0;2;1;0;1;1 +45,873;1;1;0;1;0;1;0;2;1;0;1;1 +45,8737;1;1;0;1;0;1;0;2;1;0;1;1 +45,8684;1;1;0;1;0;1;0;2;1;0;1;1 +45,8746;1;1;0;1;0;1;0;2;1;0;1;1 +45,8719;1;1;0;1;0;1;0;2;1;0;1;1 +45,8741;1;1;0;1;0;1;0;2;1;0;1;1 +45,8714;1;1;0;1;0;1;0;2;1;0;1;1 +45,8696;1;1;0;1;0;1;0;2;1;0;1;1 +45,8658;1;1;0;1;0;1;0;2;1;0;1;1 +45,8724;1;1;0;1;0;1;0;2;1;0;1;1 +45,8723;1;1;0;1;0;1;0;2;1;0;1;1 +45,8713;1;1;0;1;0;1;0;2;1;0;1;1 +45,8705;1;1;0;1;0;1;0;2;1;0;1;1 +45,8729;1;1;0;1;0;1;0;2;1;0;1;1 +45,8704;1;1;0;1;0;1;0;2;1;0;1;1 +45,8717;1;1;0;1;0;1;0;2;1;0;1;1 +45,8699;1;1;0;1;0;1;0;2;1;0;1;1 +45,8708;1;1;0;1;0;1;0;2;1;0;1;1 +45,8722;1;1;0;1;0;1;0;2;1;0;1;1 +45,87;1;1;0;1;0;1;0;2;1;0;1;1 +45,8713;1;1;0;1;0;1;0;2;1;0;1;1 +45,8732;1;1;0;1;0;1;0;2;1;0;1;1 +45,8738;1;1;0;1;0;1;0;2;1;0;1;1 +45,8741;1;1;0;1;0;1;0;2;1;0;1;1 +45,8742;1;1;0;1;0;1;0;2;1;0;1;1 +45,8718;1;1;0;1;0;1;0;2;1;0;1;1 +45,8742;1;1;0;1;0;1;0;2;1;0;1;1 +45,8688;1;1;0;1;0;1;0;2;1;0;1;1 +45,8735;1;1;0;1;0;1;0;2;1;0;1;1 +45,8732;1;1;0;1;0;1;0;2;1;0;1;1 +45,8726;1;1;0;1;0;1;0;2;1;0;1;1 +45,8698;1;1;0;1;0;1;0;2;1;0;1;1 +45,8749;1;1;0;1;0;1;0;2;1;0;1;1 +45,8736;1;1;0;1;0;1;0;2;1;0;1;1 +45,8728;1;1;0;1;0;1;0;2;1;0;1;1 +45,8692;1;1;0;1;0;1;0;2;1;0;1;1 +45,8715;1;1;0;1;0;1;0;2;1;0;1;1 +45,8714;1;1;0;1;0;1;0;2;1;0;1;1 +45,8699;1;1;0;1;0;1;0;2;1;0;1;1 +45,873;1;1;0;1;0;1;0;2;1;0;1;1 +45,873;1;1;0;1;0;1;0;2;1;0;1;1 +45,8718;1;1;0;1;0;1;0;2;1;0;1;1 +45,8713;1;1;0;1;0;1;0;2;1;0;1;2 +45,874;1;1;0;1;0;1;0;2;1;0;1;2 +45,8767;1;1;0;1;0;1;0;2;1;0;1;2 +45,8783;1;1;0;1;0;1;0;2;1;0;1;2 +45,879;1;1;0;1;0;1;0;2;1;0;1;2 +45,8806;1;1;0;1;0;1;0;2;1;0;1;2 +45,8833;1;1;0;1;0;1;0;2;1;0;1;2 +45,8822;1;1;0;1;0;1;0;2;1;0;1;2 +45,8821;1;1;0;1;0;1;0;2;1;0;1;2 +45,8862;1;1;0;1;0;1;0;2;1;0;1;2 +45,8898;1;1;0;1;0;1;0;2;1;0;1;2 +45,8815;1;1;0;1;0;1;0;2;1;0;1;2 +45,8887;1;1;0;1;0;1;0;2;1;0;1;2 +45,8879;1;1;0;1;0;1;0;2;1;0;1;2 +45,8967;1;1;0;1;0;1;0;2;1;0;1;2 +45,8934;1;1;0;1;0;1;0;2;1;0;1;2 +45,8931;1;1;0;1;0;1;0;2;1;0;1;2 +45,8982;1;1;0;1;0;1;0;2;1;0;1;2 +45,8966;1;1;0;1;0;1;0;2;1;0;1;2 +45,8992;1;1;0;1;0;1;0;2;1;0;1;2 +45,8997;1;1;0;1;0;1;0;2;1;0;1;2 +45,9017;1;1;0;1;0;1;0;2;1;0;1;2 +45,9051;1;1;0;1;0;1;0;2;1;0;1;2 +45,9043;1;1;0;1;0;1;0;2;1;0;1;2 +45,9047;1;1;0;1;0;1;0;2;1;0;1;2 +45,9064;1;1;0;1;0;1;0;2;1;0;1;2 +45,9096;1;1;0;1;0;1;0;2;1;0;1;2 +45,9071;1;1;0;1;0;1;0;2;1;0;1;2 +45,9087;1;1;0;1;0;1;0;2;1;0;1;2 +45,9118;1;1;0;1;0;1;0;2;1;0;1;2 +45,9134;1;1;0;1;0;1;0;2;1;0;1;2 +45,9162;1;1;0;1;0;1;0;2;1;0;1;2 +45,9194;1;1;0;1;0;1;0;2;1;0;1;2 +45,918;1;1;0;1;0;1;0;2;1;0;1;2 +45,9219;1;1;0;1;0;1;0;2;1;0;1;2 +45,9198;1;1;0;1;0;1;0;2;1;0;1;2 +45,9224;1;1;0;1;0;1;0;2;1;0;1;2 +45,9147;1;1;0;1;0;1;0;2;1;0;1;2 +45,9246;1;1;0;1;0;1;0;2;1;0;1;2 +45,9258;1;1;0;1;0;1;0;2;1;0;1;2 +45,9288;1;1;0;1;0;1;0;2;1;0;1;2 +45,9283;1;1;0;1;0;1;0;2;1;0;1;2 +45,9282;1;1;0;1;0;1;0;2;1;0;1;2 +45,9354;1;1;0;1;0;1;0;2;1;0;1;2 +45,9345;1;1;0;1;0;1;0;2;1;0;1;2 +45,9328;1;1;0;1;0;1;0;2;1;0;1;2 +45,9386;1;1;0;1;0;1;0;2;1;0;1;2 +45,9358;1;1;0;1;0;1;0;2;1;0;1;2 +45,9363;1;1;0;1;0;1;0;2;1;0;1;2 +45,9395;1;1;0;1;0;1;0;2;1;0;1;2 +45,9376;1;1;0;1;0;1;0;2;1;0;1;2 +45,9423;1;1;0;1;0;1;0;2;1;0;1;2 +45,9454;1;1;0;1;0;1;0;2;1;0;1;2 +45,9448;1;1;0;1;0;1;0;2;1;0;1;2 +45,9492;1;1;0;1;0;1;0;2;1;0;1;2 +45,947;1;1;0;1;0;1;0;2;1;0;1;2 +45,9498;1;1;0;1;0;1;0;2;1;0;1;2 +45,9583;1;1;0;1;0;1;0;2;1;0;1;2 +45,9521;1;1;0;1;0;1;0;2;1;0;1;2 +45,957;1;1;0;1;0;1;0;2;1;0;1;2 +45,9556;1;1;0;1;0;1;0;2;1;0;1;2 +45,9546;1;1;0;1;0;1;0;2;1;0;1;2 +45,9546;1;1;0;1;0;1;0;2;1;0;1;2 +45,9591;1;1;0;1;0;1;0;2;1;0;1;2 +45,9606;1;1;0;1;0;1;0;2;1;0;1;2 +45,9603;1;1;0;1;0;1;0;2;1;0;1;2 +45,9601;1;1;0;1;0;1;0;2;1;0;1;2 +45,965;1;1;0;1;0;1;0;2;1;0;1;2 +45,9678;1;1;0;1;0;1;0;2;1;0;1;2 +45,9676;1;1;0;1;0;1;0;2;1;0;1;2 +45,9674;1;1;0;1;0;1;0;2;1;0;1;2 +45,9703;1;1;0;1;0;1;0;2;1;0;1;2 +45,9704;1;1;0;1;0;1;0;2;1;0;1;2 +45,9718;1;1;0;1;0;1;0;2;1;0;1;2 +45,9756;1;1;0;1;0;1;0;2;1;0;1;2 +45,9736;1;1;0;1;0;1;0;2;1;0;1;2 +45,9762;1;1;0;1;0;1;0;2;1;0;1;2 +45,9816;1;1;0;1;0;1;0;2;1;0;1;2 +45,9783;1;1;0;1;0;1;0;2;1;0;1;2 +45,9818;1;1;0;1;0;1;0;2;1;0;1;2 +45,9808;1;1;0;1;0;1;0;2;1;0;1;2 +45,9826;1;1;0;1;0;1;0;2;1;0;1;2 +45,9827;1;1;0;1;0;1;0;2;1;0;1;2 +45,9841;1;1;0;1;0;1;0;2;1;0;1;2 +45,9892;1;1;0;1;0;1;0;2;1;0;1;2 +45,9886;1;1;0;1;0;1;0;2;1;0;1;2 +45,9921;1;1;0;1;0;1;0;2;1;0;1;2 +45,9914;1;1;0;1;0;1;0;2;1;0;1;2 +45,9961;1;1;0;1;0;1;0;2;1;0;1;2 +45,9943;1;1;0;1;0;1;0;2;1;0;0,846668;2 +45,9943;1;1;0;1;0;1;0;2;1;0;0,846668;2 +45,9985;1;1;0;1;0;1;0;2;1;0;0,846668;2 +45,9978;1;1;0;1;0;1;0;2;1;0;0,846668;2 +46,0005;1;1;0;1;0;1;0;2;1;0;0,846668;2 +46,0059;1;1;0;1;0;1;0;2;1;0;0,846668;2 +46,004;1;1;0;1;0;1;0;2;1;0;0,846668;2 +46,0045;1;1;0;1;0;1;0;2;1;0;0,846668;2 +46,005;1;1;0;1;0;1;0;2;1;0;0,846668;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,846668;2 +46,0082;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,013;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,0081;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,0104;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,0118;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,0169;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,0161;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,0141;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,0197;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,02;1;1;0;1;0;1;0;1;1;0;0,798208;2 +46,0218;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0242;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0254;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0269;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0284;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,027;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0308;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0341;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0333;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0316;1;1;0;1;0;1;0;1;1;0;0,689482;2 +46,0366;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0372;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0374;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0399;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0413;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0489;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0438;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0451;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0471;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,048;1;1;0;1;0;1;0;2;1;0;0,958526;2 +46,0401;1;1;0;1;0;1;0;2;1;0;1;2 +46,0512;1;1;0;1;0;1;0;2;1;0;1;2 +46,0484;1;1;0;1;0;1;0;2;1;0;1;2 +46,0515;1;1;0;1;0;1;0;2;1;0;1;2 +46,0547;1;1;0;1;0;1;0;2;1;0;1;2 +46,0541;1;1;0;1;0;1;0;2;1;0;1;2 +46,0598;1;1;0;1;0;1;0;2;1;0;1;2 +46,0588;1;1;0;1;0;1;0;2;1;0;1;2 +46,062;1;1;0;1;0;1;0;2;1;0;1;2 +46,0623;1;1;0;1;0;1;0;2;1;0;1;2 +46,0619;1;1;0;1;0;1;0;2;1;0;1;2 +46,0641;1;1;0;1;0;1;0;2;1;0;1;2 +46,0622;1;1;0;1;0;1;0;2;1;0;1;2 +46,0658;1;1;0;1;0;1;0;2;1;0;1;2 +46,067;1;1;0;1;0;1;0;2;1;0;1;2 +46,0749;1;1;0;1;0;1;0;2;1;0;1;2 +46,071;1;1;0;1;0;1;0;2;1;0;1;2 +46,07;1;1;0;1;0;1;0;2;1;0;1;2 +46,0725;1;1;0;1;0;1;0;2;1;0;1;2 +46,0741;1;1;0;1;0;1;0;2;1;0;1;2 +46,0755;1;1;0;1;0;1;0;2;1;0;1;2 +46,083;1;1;0;1;0;1;0;2;1;0;1;2 +46,0796;1;1;0;1;0;1;0;2;1;0;1;2 +46,0816;1;1;0;1;0;1;0;2;1;0;1;2 +46,0808;1;1;0;1;0;1;0;2;1;0;1;2 +46,0836;1;1;0;1;0;1;0;2;1;0;1;2 +46,0838;1;1;0;1;0;1;0;2;1;0;1;2 +46,0819;1;1;0;1;0;1;0;2;1;0;1;2 +46,0883;1;1;0;1;0;1;0;2;1;0;1;2 +46,0893;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0929;1;1;0;1;0;1;0;2;1;0;1;2 +46,0905;1;1;0;1;0;1;0;2;1;0;1;2 +46,0913;1;1;0;1;0;1;0;2;1;0;1;2 +46,0929;1;1;0;1;0;1;0;2;1;0;1;2 +46,0963;1;1;0;1;0;1;0;2;1;0;1;2 +46,0961;1;1;0;1;0;1;0;2;1;0;1;2 +46,0982;1;1;0;1;0;1;0;2;1;0;1;2 +46,0984;1;1;0;1;0;1;0;2;1;0;1;2 +46,0977;1;1;0;1;0;1;0;2;1;0;1;2 +46,1026;1;1;0;1;0;1;0;2;1;0;1;2 +46,1027;1;1;0;1;0;1;0;2;1;0;1;2 +46,1074;1;1;0;1;0;1;0;2;1;0;1;2 +46,1062;1;1;0;1;0;1;0;2;1;0;1;2 +46,1078;1;1;0;1;0;1;0;2;1;0;1;2 +46,108;1;1;0;1;0;1;0;2;1;0;1;2 +46,1126;1;1;0;1;0;1;0;2;1;0;1;2 +46,1113;1;1;0;1;0;1;0;2;1;0;1;2 +46,112;1;1;0;1;0;1;0;2;1;0;1;2 +46,1172;1;1;0;1;0;1;0;2;1;0;1;2 +46,1188;1;1;0;1;0;1;0;2;1;0;1;2 +46,1168;1;1;0;1;0;1;0;2;1;0;1;2 +46,1201;1;1;0;1;0;1;0;2;1;0;1;2 +46,1202;1;1;0;1;0;1;0;2;1;0;1;2 +46,1227;1;1;0;1;0;1;0;2;1;0;1;2 +46,1241;1;1;0;1;0;1;0;2;1;0;1;2 +46,1226;1;1;0;1;0;1;0;2;1;0;1;2 +46,125;1;1;0;1;0;1;0;2;1;0;1;2 +46,1252;1;1;0;1;0;1;0;2;1;0;1;2 +46,1235;1;1;0;1;0;1;0;2;1;0;1;2 +46,1324;1;1;0;1;0;1;0;2;1;0;1;2 +46,1349;1;1;0;1;0;1;0;2;1;0;1;2 +46,1336;1;1;0;1;0;1;0;2;1;0;1;2 +46,1354;1;1;0;1;0;1;0;2;1;0;1;2 +46,1373;1;1;0;1;0;1;0;2;1;0;1;2 +46,135;1;1;0;1;0;1;0;2;1;0;1;2 +46,1387;1;1;0;1;0;1;0;2;1;0;1;2 +46,1415;1;1;0;1;0;1;0;2;1;0;1;2 +46,1417;1;1;0;1;0;1;0;2;1;0;1;2 +46,1436;1;1;0;1;0;1;0;2;1;0;1;2 +46,1455;1;1;0;1;0;1;0;2;1;0;1;2 +46,1444;1;1;0;1;0;1;0;2;1;0;1;1 +46,1429;1;1;0;1;0;1;0;2;1;0;1;1 +46,1469;1;1;0;1;0;1;0;2;1;0;1;1 +46,1461;1;1;0;1;0;1;0;2;1;0;1;1 +46,1445;1;1;0;1;0;1;0;2;1;0;1;1 +46,1463;1;1;0;1;0;1;0;2;1;0;1;1 +46,1455;1;1;0;1;0;1;0;2;1;0;1;1 +46,1395;1;1;0;1;0;1;0;2;1;0;1;1 +46,143;1;1;0;1;0;1;0;2;1;0;1;1 +46,1452;1;1;0;1;0;1;0;2;1;0;1;1 +46,1418;1;1;0;1;0;1;0;2;1;0;1;1 +46,1454;1;1;0;1;0;1;0;2;1;0;1;1 +46,1461;1;1;0;1;0;1;0;2;1;0;1;1 +46,1436;1;1;0;1;0;1;0;2;1;0;1;1 +46,1432;1;1;0;1;0;1;0;2;1;0;1;1 +46,1442;1;1;0;1;0;1;0;2;1;0;1;1 +46,1445;1;1;0;1;0;1;0;2;1;0;1;1 +46,1398;1;1;0;1;0;1;0;2;1;0;1;1 +46,1446;1;1;0;1;0;1;0;2;1;0;1;1 +46,1451;1;1;0;1;0;1;0;2;1;0;1;1 +46,1427;1;1;0;1;0;1;0;2;1;0;1;1 +46,1441;1;1;0;1;0;1;0;2;1;0;1;1 +46,1435;1;1;0;1;0;1;0;2;1;0;1;1 +46,1445;1;1;0;1;0;1;0;2;1;0;1;1 +46,1435;1;1;0;1;0;1;0;2;1;0;1;1 +46,1436;1;1;0;1;0;1;0;2;1;0;1;1 +46,1437;1;1;0;1;0;1;0;2;1;0;1;1 +46,1445;1;1;0;1;0;1;0;2;1;0;1;1 +46,1419;1;1;0;1;0;1;0;2;1;0;1;1 +46,141;1;1;0;1;0;1;0;2;1;0;1;1 +46,1421;1;1;0;1;0;1;0;2;1;0;1;1 +46,1446;1;1;0;1;0;1;0;2;1;0;1;1 +46,1428;1;1;0;1;0;1;0;2;1;0;1;1 +46,1436;1;1;0;1;0;1;0;2;1;0;1;1 +46,1449;1;1;0;1;0;1;0;2;1;0;1;1 +46,143;1;1;0;1;0;1;0;2;1;0;1;1 +46,144;1;1;0;1;0;1;0;2;1;0;1;1 +46,1492;1;1;0;1;0;1;0;2;1;0;1;1 +46,142;1;1;0;1;0;1;0;2;1;0;1;1 +46,1423;1;1;0;1;0;1;0;2;1;0;1;1 +46,1469;1;1;0;1;0;1;0;2;1;0;1;1 +46,1411;1;1;0;1;0;1;0;2;1;0;1;1 +46,1453;1;1;0;1;0;1;0;2;1;0;1;1 +46,1446;1;1;0;1;0;1;0;2;1;0;1;1 +46,1428;1;1;0;1;0;1;0;2;1;0;1;1 +46,1427;1;1;0;1;0;1;0;2;1;0;1;1 +46,1431;1;1;0;1;0;1;0;2;1;0;1;1 +46,143;1;1;0;1;0;1;0;2;1;0;1;1 +46,1413;1;1;0;1;0;1;0;2;1;0;1;1 +46,1448;1;1;0;1;0;1;0;2;1;0;1;1 +46,1417;1;1;0;1;0;1;0;2;1;0;1;2 +46,1413;1;1;0;1;0;1;0;2;1;0;1;2 +46,1413;1;1;0;1;0;1;0;2;1;0;1;2 +46,1421;1;1;0;1;0;1;0;2;1;0;1;2 +46,1392;1;1;0;1;0;1;0;2;1;0;1;2 +46,1436;1;1;0;1;0;1;0;2;1;0;1;2 +46,1346;1;1;0;1;0;1;0;2;1;0;1;2 +46,1378;1;1;0;1;0;1;0;2;1;0;1;2 +46,1382;1;1;0;1;0;1;0;2;1;0;1;2 +46,1385;1;1;0;1;0;1;0;2;1;0;1;2 +46,1348;1;1;0;1;0;1;0;2;1;0;1;2 +46,1363;1;1;0;1;0;1;0;2;1;0;1;2 +46,1337;1;1;0;1;0;1;0;2;1;0;1;2 +46,1339;1;1;0;1;0;1;0;2;1;0;1;2 +46,1331;1;1;0;1;0;1;0;2;1;0;1;2 +46,1326;1;1;0;1;0;1;0;2;1;0;1;2 +46,132;1;1;0;1;0;1;0;2;1;0;1;2 +46,1302;1;1;0;1;0;1;0;2;1;0;1;2 +46,1309;1;1;0;1;0;1;0;2;1;0;1;2 +46,1291;1;1;0;1;0;1;0;2;1;0;1;2 +46,1312;1;1;0;1;0;1;0;2;1;0;1;2 +46,1314;1;1;0;1;0;1;0;2;1;0;1;2 +46,1285;1;1;0;1;0;1;0;2;1;0;1;2 +46,1244;1;1;0;1;0;1;0;2;1;0;1;2 +46,1271;1;1;0;1;0;1;0;2;1;0;1;2 +46,1261;1;1;0;1;0;1;0;2;1;0;1;2 +46,1256;1;1;0;1;0;1;0;2;1;0;1;2 +46,1246;1;1;0;1;0;1;0;2;1;0;1;2 +46,1231;1;1;0;1;0;1;0;2;1;0;1;2 +46,1225;1;1;0;1;0;1;0;2;1;0;1;2 +46,1215;1;1;0;1;0;1;0;2;1;0;1;2 +46,122;1;1;0;1;0;1;0;2;1;0;1;2 +46,1203;1;1;0;1;0;1;0;2;1;0;1;2 +46,121;1;1;0;1;0;1;0;2;1;0;1;2 +46,1202;1;1;0;1;0;1;0;2;1;0;1;2 +46,1181;1;1;0;1;0;1;0;2;1;0;1;2 +46,1163;1;1;0;1;0;1;0;2;1;0;1;2 +46,1173;1;1;0;1;0;1;0;2;1;0;1;2 +46,116;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1133;1;1;0;1;0;1;0;2;1;0;1;2 +46,1167;1;1;0;1;0;1;0;2;1;0;1;2 +46,1118;1;1;0;1;0;1;0;2;1;0;1;2 +46,1142;1;1;0;1;0;1;0;2;1;0;1;2 +46,1128;1;1;0;1;0;1;0;2;1;0;1;2 +46,1119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1116;1;1;0;1;0;1;0;2;1;0;1;2 +46,1118;1;1;0;1;0;1;0;2;1;0;1;2 +46,1109;1;1;0;1;0;1;0;2;1;0;1;2 +46,1043;1;1;0;1;0;1;0;2;1;0;1;2 +46,1132;1;1;0;1;0;1;0;2;1;0;1;2 +46,1104;1;1;0;1;0;1;0;2;1;0;1;2 +46,1088;1;1;0;1;0;1;0;2;1;0;1;2 +46,1069;1;1;0;1;0;1;0;2;1;0;1;2 +46,103;1;1;0;1;0;1;0;2;1;0;1;2 +46,1063;1;1;0;1;0;1;0;2;1;0;1;2 +46,1029;1;1;0;1;0;1;0;2;1;0;1;2 +46,1039;1;1;0;1;0;1;0;2;1;0;1;2 +46,1023;1;1;0;1;0;1;0;2;1;0;1;2 +46,1036;1;1;0;1;0;1;0;2;1;0;1;2 +46,103;1;1;0;1;0;1;0;2;1;0;1;2 +46,1021;1;1;0;1;0;1;0;2;1;0;1;2 +46,1021;1;1;0;1;0;1;0;2;1;0;1;2 +46,1018;1;1;0;1;0;1;0;2;1;0;1;2 +46,1005;1;1;0;1;0;1;0;2;1;0;1;2 +46,0992;1;1;0;1;0;1;0;2;1;0;1;2 +46,0993;1;1;0;1;0;1;0;2;1;0;1;2 +46,0975;1;1;0;1;0;1;0;2;1;0;1;2 +46,0982;1;1;0;1;0;1;0;2;1;0;1;2 +46,0965;1;1;0;1;0;1;0;2;1;0;1;2 +46,0952;1;1;0;1;0;1;0;2;1;0;1;2 +46,0956;1;1;0;1;0;1;0;2;1;0;1;2 +46,0925;1;1;0;1;0;1;0;2;1;0;1;2 +46,0911;1;1;0;1;0;1;0;2;1;0;1;2 +46,0928;1;1;0;1;0;1;0;2;1;0;1;2 +46,0903;1;1;0;1;0;1;0;2;1;0;1;2 +46,093;1;1;0;1;0;1;0;2;1;0;1;2 +46,0922;1;1;0;1;0;1;0;2;1;0;1;2 +46,0892;1;1;0;1;0;1;0;2;1;0;1;2 +46,0897;1;1;0;1;0;1;0;2;1;0;1;2 +46,0899;1;1;0;1;0;1;0;2;1;0;1;2 +46,0895;1;1;0;1;0;1;0;2;1;0;1;2 +46,0876;1;1;0;1;0;1;0;2;1;0;1;2 +46,0874;1;1;0;1;0;1;0;2;1;0;1;2 +46,089;1;1;0;1;0;1;0;2;1;0;1;2 +46,0853;1;1;0;1;0;1;0;2;1;0;1;2 +46,0846;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0827;1;1;0;1;0;1;0;2;1;0;1;2 +46,083;1;1;0;1;0;1;0;2;1;0;1;2 +46,0874;1;1;0;1;0;1;0;2;1;0;1;2 +46,0803;1;1;0;1;0;1;0;2;1;0;1;2 +46,0791;1;1;0;1;0;1;0;2;1;0;1;2 +46,0782;1;1;0;1;0;1;0;2;1;0;1;2 +46,0757;1;1;0;1;0;1;0;2;1;0;1;2 +46,0784;1;1;0;1;0;1;0;2;1;0;1;2 +46,079;1;1;0;1;0;1;0;2;1;0;1;2 +46,0778;1;1;0;1;0;1;0;2;1;0;1;2 +46,0768;1;1;0;1;0;1;0;2;1;0;1;2 +46,0757;1;1;0;1;0;1;0;2;1;0;1;2 +46,0735;1;1;0;1;0;1;0;2;1;0;1;2 +46,0728;1;1;0;1;0;1;0;2;1;0;1;2 +46,0723;1;1;0;1;0;1;0;2;1;0;1;2 +46,0713;1;1;0;1;0;1;0;2;1;0;1;2 +46,0738;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0736;1;1;0;1;0;1;0;2;1;0;1;2 +46,0698;1;1;0;1;0;1;0;2;1;0;1;2 +46,0685;1;1;0;1;0;1;0;2;1;0;1;2 +46,0684;1;1;0;1;0;1;0;2;1;0;1;2 +46,0678;1;1;0;1;0;1;0;2;1;0;1;2 +46,0692;1;1;0;1;0;1;0;2;1;0;1;2 +46,0663;1;1;0;1;0;1;0;2;1;0;1;2 +46,0662;1;1;0;1;0;1;0;2;1;0;1;2 +46,0637;1;1;0;1;0;1;0;2;1;0;1;2 +46,0619;1;1;0;1;0;1;0;2;1;0;1;2 +46,0666;1;1;0;1;0;1;0;2;1;0;1;2 +46,0643;1;1;0;1;0;1;0;2;1;0;1;2 +46,0646;1;1;0;1;0;1;0;2;1;0;1;2 +46,06;1;1;0;1;0;1;0;2;1;0;1;2 +46,0592;1;1;0;1;0;1;0;2;1;0;1;2 +46,0639;1;1;0;1;0;1;0;2;1;0;1;2 +46,0596;1;1;0;1;0;1;0;2;1;0;1;2 +46,0562;1;1;0;1;0;1;0;2;1;0;1;2 +46,0559;1;1;0;1;0;1;0;2;1;0;1;2 +46,0589;1;1;0;1;0;1;0;2;1;0;1;2 +46,056;1;1;0;1;0;1;0;2;1;0;1;2 +46,0533;1;1;0;1;0;1;0;2;1;0;1;2 +46,0554;1;1;0;1;0;1;0;2;1;0;1;2 +46,0559;1;1;0;1;0;1;0;2;1;0;1;2 +46,055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0542;1;1;0;1;0;1;0;2;1;0;1;2 +46,0524;1;1;0;1;0;1;0;2;1;0;1;2 +46,0497;1;1;0;1;0;1;0;2;1;0;1;2 +46,0525;1;1;0;1;0;1;0;2;1;0;1;2 +46,0526;1;1;0;1;0;1;0;2;1;0;1;2 +46,0494;1;1;0;1;0;1;0;2;1;0;1;2 +46,0467;1;1;0;1;0;1;0;2;1;0;1;2 +46,0479;1;1;0;1;0;1;0;2;1;0;1;2 +46,0488;1;1;0;1;0;1;0;2;1;0;1;2 +46,0462;1;1;0;1;0;1;0;2;1;0;1;2 +46,0436;1;1;0;1;0;1;0;2;1;0;1;2 +46,0451;1;1;0;1;0;1;0;2;1;0;1;2 +46,0444;1;1;0;1;0;1;0;2;1;0;1;2 +46,0448;1;1;0;1;0;1;0;2;1;0;1;2 +46,0459;1;1;0;1;0;1;0;2;1;0;1;2 +46,0382;1;1;0;1;0;1;0;2;1;0;1;2 +46,0417;1;1;0;1;0;1;0;2;1;0;1;2 +46,042;1;1;0;1;0;1;0;2;1;0;1;2 +46,043;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0378;1;1;0;1;0;1;0;2;1;0;1;2 +46,0412;1;1;0;1;0;1;0;2;1;0;1;2 +46,0416;1;1;0;1;0;1;0;2;1;0;1;2 +46,0393;1;1;0;1;0;1;0;2;1;0;1;2 +46,037;1;1;0;1;0;1;0;2;1;0;1;2 +46,0364;1;1;0;1;0;1;0;2;1;0;1;2 +46,0353;1;1;0;1;0;1;0;2;1;0;1;2 +46,0318;1;1;0;1;0;1;0;2;1;0;1;2 +46,0412;1;1;0;1;0;1;0;2;1;0;1;2 +46,0347;1;1;0;1;0;1;0;2;1;0;1;2 +46,0328;1;1;0;1;0;1;0;2;1;0;1;2 +46,0287;1;1;0;1;0;1;0;2;1;0;1;2 +46,0346;1;1;0;1;0;1;0;2;1;0;1;2 +46,0306;1;1;0;1;0;1;0;2;1;0;1;2 +46,0317;1;1;0;1;0;1;0;2;1;0;1;2 +46,0303;1;1;0;1;0;1;0;2;1;0;1;2 +46,0277;1;1;0;1;0;1;0;2;1;0;1;2 +46,0297;1;1;0;1;0;1;0;2;1;0;1;2 +46,0281;1;1;0;1;0;1;0;2;1;0;1;2 +46,0252;1;1;0;1;0;1;0;2;1;0;1;2 +46,0254;1;1;0;1;0;1;0;2;1;0;1;2 +46,0264;1;1;0;1;0;1;0;2;1;0;1;2 +46,0275;1;1;0;1;0;1;0;2;1;0;1;2 +46,0222;1;1;0;1;0;1;0;2;1;0;1;2 +46,0235;1;1;0;1;0;1;0;2;1;0;1;2 +46,0235;1;1;0;1;0;1;0;2;1;0;1;2 +46,0231;1;1;0;1;0;1;0;2;1;0;1;2 +46,019;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0194;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0182;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,018;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0183;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0212;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0166;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0159;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0164;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0159;1;1;0;1;0;1;0;2;1;0;0,719122;2 +46,0153;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,013;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0119;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0133;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0114;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0085;1;1;0;1;0;1;0;1;1;0;0,585793;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,879464;2 +46,0041;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,879464;1 +46,0051;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0112;1;1;0;1;0;1;0;1;1;0;1;1 +46,0046;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0116;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0112;1;1;0;1;0;1;0;1;1;0;1;1 +46,0051;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0121;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,013;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,0119;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,967954;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,985043;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0039;1;1;0;1;0;1;0;1;1;0;1;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0023;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,950526;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,0172;1;1;0;1;0;1;0;1;1;0;0,99841;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0117;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0042;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,98792;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,004;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,999087;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0139;1;1;0;1;0;1;0;1;1;0;0,997395;1 diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..55fb11a Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..2cd3588 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_4/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel.csv b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel.csv new file mode 100644 index 0000000..9271e61 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0077;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0078;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0073;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,0075;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,01;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,0134;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,0058;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0084;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0072;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,0095;1;1;0;1;0;1;0;0;1;0;0;1 +46,0065;1;1;0;1;0;1;0;0;1;0;0;1 +46,0071;1;1;0;1;0;1;0;0;1;0;0;1 +46,0049;1;1;0;1;0;1;0;0;1;0;0;1 +46,0069;1;1;0;1;0;1;0;0;1;0;0;1 +46,0071;1;1;0;1;0;1;0;0;1;0;0;1 +46,007;1;1;0;1;0;1;0;0;1;0;0;1 +46,0101;1;1;0;1;0;1;0;0;1;0;0;1 +46,0072;1;1;0;1;0;1;0;0;1;0;0;1 +46,0099;1;1;0;1;0;1;0;0;1;0;0;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0111;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,990458;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0031;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,97472;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0024;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0007;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0117;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,936476;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0036;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +45,9955;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0046;1;1;0;1;0;1;0;1;1;0;1;1 +46,0111;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0033;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,9358;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0025;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,012;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,986058;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,998072;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0041;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0043;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0123;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,958814;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0022;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,98335;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,990119;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,0074;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,009;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,0127;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,0156;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,0143;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,990119;2 +46,0163;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,0192;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,0175;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,019;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,0188;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,023;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,0238;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,0225;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,023;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,0233;1;1;0;1;0;1;0;1;1;0;0,8661;2 +46,0265;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,024;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0306;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0278;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0299;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0313;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0305;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0314;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0318;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0347;1;1;0;1;0;1;0;2;1;0;0,564722;2 +46,0313;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0345;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0375;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0389;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0361;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0427;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0393;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0421;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,042;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0368;1;1;0;1;0;1;0;2;1;0;0,949382;2 +46,0424;1;1;0;1;0;1;0;2;1;0;1;2 +46,043;1;1;0;1;0;1;0;2;1;0;1;2 +46,0477;1;1;0;1;0;1;0;2;1;0;1;2 +46,0453;1;1;0;1;0;1;0;2;1;0;1;2 +46,0498;1;1;0;1;0;1;0;2;1;0;1;2 +46,0462;1;1;0;1;0;1;0;2;1;0;1;2 +46,0535;1;1;0;1;0;1;0;2;1;0;1;2 +46,0509;1;1;0;1;0;1;0;2;1;0;1;2 +46,0514;1;1;0;1;0;1;0;2;1;0;1;2 +46,0522;1;1;0;1;0;1;0;2;1;0;1;2 +46,0533;1;1;0;1;0;1;0;2;1;0;1;2 +46,057;1;1;0;1;0;1;0;2;1;0;1;2 +46,0542;1;1;0;1;0;1;0;2;1;0;1;2 +46,0569;1;1;0;1;0;1;0;2;1;0;1;2 +46,0543;1;1;0;1;0;1;0;2;1;0;1;2 +46,0589;1;1;0;1;0;1;0;2;1;0;1;2 +46,0554;1;1;0;1;0;1;0;2;1;0;1;2 +46,0588;1;1;0;1;0;1;0;2;1;0;1;2 +46,0614;1;1;0;1;0;1;0;2;1;0;1;2 +46,0607;1;1;0;1;0;1;0;2;1;0;1;2 +46,0617;1;1;0;1;0;1;0;2;1;0;1;2 +46,0662;1;1;0;1;0;1;0;2;1;0;1;2 +46,0684;1;1;0;1;0;1;0;2;1;0;1;2 +46,0656;1;1;0;1;0;1;0;2;1;0;1;2 +46,065;1;1;0;1;0;1;0;2;1;0;1;2 +46,064;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0661;1;1;0;1;0;1;0;2;1;0;1;2 +46,0682;1;1;0;1;0;1;0;2;1;0;1;2 +46,0689;1;1;0;1;0;1;0;2;1;0;1;2 +46,0701;1;1;0;1;0;1;0;2;1;0;1;2 +46,0699;1;1;0;1;0;1;0;2;1;0;1;2 +46,0718;1;1;0;1;0;1;0;2;1;0;1;2 +46,0729;1;1;0;1;0;1;0;2;1;0;1;2 +46,0762;1;1;0;1;0;1;0;2;1;0;1;2 +46,0735;1;1;0;1;0;1;0;2;1;0;1;2 +46,076;1;1;0;1;0;1;0;2;1;0;1;2 +46,0766;1;1;0;1;0;1;0;2;1;0;1;2 +46,0777;1;1;0;1;0;1;0;2;1;0;1;2 +46,0797;1;1;0;1;0;1;0;2;1;0;1;2 +46,0799;1;1;0;1;0;1;0;2;1;0;1;2 +46,0836;1;1;0;1;0;1;0;2;1;0;1;2 +46,0826;1;1;0;1;0;1;0;2;1;0;1;2 +46,0799;1;1;0;1;0;1;0;2;1;0;1;2 +46,0829;1;1;0;1;0;1;0;2;1;0;1;2 +46,0859;1;1;0;1;0;1;0;2;1;0;1;2 +46,0864;1;1;0;1;0;1;0;2;1;0;1;2 +46,0859;1;1;0;1;0;1;0;2;1;0;1;2 +46,0849;1;1;0;1;0;1;0;2;1;0;1;2 +46,0899;1;1;0;1;0;1;0;2;1;0;1;2 +46,0892;1;1;0;1;0;1;0;2;1;0;1;2 +46,0903;1;1;0;1;0;1;0;2;1;0;1;2 +46,0912;1;1;0;1;0;1;0;2;1;0;1;2 +46,0915;1;1;0;1;0;1;0;2;1;0;1;2 +46,0949;1;1;0;1;0;1;0;2;1;0;1;2 +46,0905;1;1;0;1;0;1;0;2;1;0;1;2 +46,0933;1;1;0;1;0;1;0;2;1;0;1;2 +46,0939;1;1;0;1;0;1;0;2;1;0;1;2 +46,0962;1;1;0;1;0;1;0;2;1;0;1;2 +46,098;1;1;0;1;0;1;0;2;1;0;1;2 +46,0968;1;1;0;1;0;1;0;2;1;0;1;2 +46,0939;1;1;0;1;0;1;0;2;1;0;1;2 +46,1025;1;1;0;1;0;1;0;2;1;0;1;2 +46,1012;1;1;0;1;0;1;0;2;1;0;1;2 +46,0913;1;1;0;1;0;1;0;2;1;0;1;2 +46,1017;1;1;0;1;0;1;0;2;1;0;1;2 +46,1039;1;1;0;1;0;1;0;2;1;0;1;2 +46,1047;1;1;0;1;0;1;0;2;1;0;1;2 +46,1054;1;1;0;1;0;1;0;2;1;0;1;2 +46,1032;1;1;0;1;0;1;0;2;1;0;1;2 +46,1058;1;1;0;1;0;1;0;2;1;0;1;2 +46,1076;1;1;0;1;0;1;0;2;1;0;1;2 +46,1077;1;1;0;1;0;1;0;2;1;0;1;2 +46,1114;1;1;0;1;0;1;0;2;1;0;1;2 +46,1105;1;1;0;1;0;1;0;2;1;0;1;2 +46,1124;1;1;0;1;0;1;0;2;1;0;1;2 +46,112;1;1;0;1;0;1;0;2;1;0;1;2 +46,1128;1;1;0;1;0;1;0;2;1;0;1;2 +46,113;1;1;0;1;0;1;0;2;1;0;1;2 +46,1143;1;1;0;1;0;1;0;2;1;0;1;2 +46,1165;1;1;0;1;0;1;0;2;1;0;1;2 +46,1159;1;1;0;1;0;1;0;2;1;0;1;2 +46,1172;1;1;0;1;0;1;0;2;1;0;1;2 +46,1179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1201;1;1;0;1;0;1;0;2;1;0;1;2 +46,1189;1;1;0;1;0;1;0;2;1;0;1;2 +46,1208;1;1;0;1;0;1;0;2;1;0;1;2 +46,1202;1;1;0;1;0;1;0;2;1;0;1;2 +46,1238;1;1;0;1;0;1;0;2;1;0;1;2 +46,1225;1;1;0;1;0;1;0;2;1;0;1;2 +46,1215;1;1;0;1;0;1;0;2;1;0;1;2 +46,1244;1;1;0;1;0;1;0;2;1;0;1;2 +46,13;1;1;0;1;0;1;0;2;1;0;1;2 +46,1321;1;1;0;1;0;1;0;2;1;0;1;2 +46,1291;1;1;0;1;0;1;0;2;1;0;1;2 +46,1326;1;1;0;1;0;1;0;2;1;0;1;2 +46,1301;1;1;0;1;0;1;0;2;1;0;1;2 +46,1325;1;1;0;1;0;1;0;2;1;0;1;2 +46,1329;1;1;0;1;0;1;0;2;1;0;1;2 +46,1275;1;1;0;1;0;1;0;2;1;0;1;2 +46,1349;1;1;0;1;0;1;0;2;1;0;1;2 +46,1355;1;1;0;1;0;1;0;2;1;0;1;2 +46,1385;1;1;0;1;0;1;0;2;1;0;1;2 +46,1363;1;1;0;1;0;1;0;2;1;0;1;2 +46,1372;1;1;0;1;0;1;0;2;1;0;1;2 +46,139;1;1;0;1;0;1;0;2;1;0;1;2 +46,1437;1;1;0;1;0;1;0;2;1;0;1;2 +46,1411;1;1;0;1;0;1;0;2;1;0;1;2 +46,1421;1;1;0;1;0;1;0;2;1;0;1;2 +46,1414;1;1;0;1;0;1;0;2;1;0;1;2 +46,1438;1;1;0;1;0;1;0;2;1;0;1;2 +46,1414;1;1;0;1;0;1;0;2;1;0;1;2 +46,1471;1;1;0;1;0;1;0;2;1;0;1;2 +46,1436;1;1;0;1;0;1;0;2;1;0;1;2 +46,1472;1;1;0;1;0;1;0;2;1;0;1;2 +46,1493;1;1;0;1;0;1;0;2;1;0;1;2 +46,1473;1;1;0;1;0;1;0;2;1;0;1;2 +46,1534;1;1;0;1;0;1;0;2;1;0;1;2 +46,1467;1;1;0;1;0;1;0;2;1;0;1;2 +46,1491;1;1;0;1;0;1;0;2;1;0;1;2 +46,1527;1;1;0;1;0;1;0;2;1;0;1;2 +46,1524;1;1;0;1;0;1;0;2;1;0;1;2 +46,1549;1;1;0;1;0;1;0;2;1;0;1;2 +46,1586;1;1;0;1;0;1;0;2;1;0;1;2 +46,156;1;1;0;1;0;1;0;2;1;0;1;2 +46,1567;1;1;0;1;0;1;0;2;1;0;1;2 +46,1583;1;1;0;1;0;1;0;2;1;0;1;2 +46,1579;1;1;0;1;0;1;0;2;1;0;1;2 +46,1625;1;1;0;1;0;1;0;2;1;0;1;2 +46,1605;1;1;0;1;0;1;0;2;1;0;1;2 +46,1632;1;1;0;1;0;1;0;2;1;0;1;2 +46,1615;1;1;0;1;0;1;0;2;1;0;1;2 +46,161;1;1;0;1;0;1;0;2;1;0;1;2 +46,1615;1;1;0;1;0;1;0;2;1;0;1;2 +46,1628;1;1;0;1;0;1;0;2;1;0;1;2 +46,1658;1;1;0;1;0;1;0;2;1;0;1;2 +46,1666;1;1;0;1;0;1;0;2;1;0;1;2 +46,1674;1;1;0;1;0;1;0;2;1;0;1;2 +46,1672;1;1;0;1;0;1;0;2;1;0;1;2 +46,1675;1;1;0;1;0;1;0;2;1;0;1;2 +46,1709;1;1;0;1;0;1;0;2;1;0;1;2 +46,1726;1;1;0;1;0;1;0;2;1;0;1;2 +46,1706;1;1;0;1;0;1;0;2;1;0;1;2 +46,1755;1;1;0;1;0;1;0;2;1;0;1;2 +46,1747;1;1;0;1;0;1;0;2;1;0;1;2 +46,1793;1;1;0;1;0;1;0;2;1;0;1;2 +46,1738;1;1;0;1;0;1;0;2;1;0;1;2 +46,1778;1;1;0;1;0;1;0;2;1;0;1;2 +46,1757;1;1;0;1;0;1;0;2;1;0;1;2 +46,1788;1;1;0;1;0;1;0;2;1;0;1;2 +46,1792;1;1;0;1;0;1;0;2;1;0;1;2 +46,1801;1;1;0;1;0;1;0;2;1;0;1;2 +46,18;1;1;0;1;0;1;0;2;1;0;1;2 +46,1824;1;1;0;1;0;1;0;2;1;0;1;2 +46,183;1;1;0;1;0;1;0;2;1;0;1;2 +46,1842;1;1;0;1;0;1;0;2;1;0;1;2 +46,1836;1;1;0;1;0;1;0;2;1;0;1;2 +46,185;1;1;0;1;0;1;0;2;1;0;1;2 +46,1873;1;1;0;1;0;1;0;2;1;0;1;2 +46,1897;1;1;0;1;0;1;0;2;1;0;1;2 +46,1882;1;1;0;1;0;1;0;2;1;0;1;2 +46,1892;1;1;0;1;0;1;0;2;1;0;1;2 +46,1878;1;1;0;1;0;1;0;2;1;0;1;2 +46,1933;1;1;0;1;0;1;0;2;1;0;1;2 +46,1897;1;1;0;1;0;1;0;2;1;0;1;2 +46,1929;1;1;0;1;0;1;0;2;1;0;1;2 +46,1958;1;1;0;1;0;1;0;2;1;0;1;2 +46,197;1;1;0;1;0;1;0;2;1;0;1;2 +46,1963;1;1;0;1;0;1;0;2;1;0;1;2 +46,1974;1;1;0;1;0;1;0;2;1;0;1;2 +46,1958;1;1;0;1;0;1;0;2;1;0;1;2 +46,1979;1;1;0;1;0;1;0;2;1;0;1;2 +46,1984;1;1;0;1;0;1;0;2;1;0;1;2 +46,2016;1;1;0;1;0;1;0;2;1;0;1;2 +46,1999;1;1;0;1;0;1;0;2;1;0;1;2 +46,203;1;1;0;1;0;1;0;2;1;0;1;2 +46,2026;1;1;0;1;0;1;0;2;1;0;1;2 +46,2045;1;1;0;1;0;1;0;2;1;0;1;2 +46,2026;1;1;0;1;0;1;0;2;1;0;1;2 +46,2072;1;1;0;1;0;1;0;2;1;0;1;2 +46,2058;1;1;0;1;0;1;0;2;1;0;1;2 +46,2067;1;1;0;1;0;1;0;2;1;0;1;2 +46,2067;1;1;0;1;0;1;0;2;1;0;1;2 +46,2083;1;1;0;1;0;1;0;2;1;0;1;2 +46,21;1;1;0;1;0;1;0;2;1;0;1;2 +46,2123;1;1;0;1;0;1;0;2;1;0;1;2 +46,2121;1;1;0;1;0;1;0;2;1;0;1;2 +46,2129;1;1;0;1;0;1;0;2;1;0;1;2 +46,2028;1;1;0;1;0;1;0;2;1;0;1;2 +46,215;1;1;0;1;0;1;0;2;1;0;1;2 +46,2134;1;1;0;1;0;1;0;2;1;0;1;2 +46,2168;1;1;0;1;0;1;0;2;1;0;1;2 +46,2132;1;1;0;1;0;1;0;2;1;0;1;2 +46,2172;1;1;0;1;0;1;0;2;1;0;1;2 +46,2184;1;1;0;1;0;1;0;2;1;0;1;2 +46,22;1;1;0;1;0;1;0;2;1;0;1;2 +46,2239;1;1;0;1;0;1;0;2;1;0;1;2 +46,2207;1;1;0;1;0;1;0;2;1;0;1;2 +46,2227;1;1;0;1;0;1;0;2;1;0;1;2 +46,2247;1;1;0;1;0;1;0;2;1;0;1;2 +46,2251;1;1;0;1;0;1;0;2;1;0;1;2 +46,2241;1;1;0;1;0;1;0;2;1;0;1;2 +46,2243;1;1;0;1;0;1;0;2;1;0;1;2 +46,2252;1;1;0;1;0;1;0;2;1;0;1;2 +46,2265;1;1;0;1;0;1;0;2;1;0;1;2 +46,228;1;1;0;1;0;1;0;2;1;0;1;2 +46,2291;1;1;0;1;0;1;0;2;1;0;1;2 +46,23;1;1;0;1;0;1;0;2;1;0;1;2 +46,2297;1;1;0;1;0;1;0;2;1;0;1;2 +46,233;1;1;0;1;0;1;0;2;1;0;1;2 +46,2344;1;1;0;1;0;1;0;2;1;0;1;2 +46,2331;1;1;0;1;0;1;0;2;1;0;1;2 +46,2317;1;1;0;1;0;1;0;2;1;0;1;2 +46,2356;1;1;0;1;0;1;0;2;1;0;1;2 +46,2377;1;1;0;1;0;1;0;2;1;0;1;2 +46,2381;1;1;0;1;0;1;0;2;1;0;1;2 +46,2377;1;1;0;1;0;1;0;2;1;0;1;2 +46,241;1;1;0;1;0;1;0;2;1;0;1;2 +46,2406;1;1;0;1;0;1;0;2;1;0;1;2 +46,2398;1;1;0;1;0;1;0;2;1;0;1;2 +46,2418;1;1;0;1;0;1;0;2;1;0;1;2 +46,0048;1;1;0;1;0;1;0;2;1;0;1;1 +46,0068;1;1;0;1;0;1;0;2;1;0;1;1 +46,0051;1;1;0;1;0;1;0;2;1;0;1;1 +46,0082;1;1;0;1;0;1;0;2;1;0;1;1 +46,0062;1;1;0;1;0;1;0;2;1;0;1;1 +46,0111;1;1;0;1;0;1;0;2;1;0;1;1 +46,0077;1;1;0;1;0;1;0;2;1;0;1;1 +46,0091;1;1;0;1;0;1;0;2;1;0;1;1 +46,0038;1;1;0;1;0;1;0;2;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,952045;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0044;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0038;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,995196;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0112;1;1;0;1;0;1;0;1;1;0;1;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0038;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;2 +46,0079;1;1;0;1;0;1;0;1;1;0;1;2 +46,0102;1;1;0;1;0;1;0;1;1;0;1;2 +46,0088;1;1;0;1;0;1;0;1;1;0;1;2 +46,013;1;1;0;1;0;1;0;1;1;0;1;2 +46,0131;1;1;0;1;0;1;0;1;1;0;1;2 +46,0141;1;1;0;1;0;1;0;1;1;0;1;2 +46,0169;1;1;0;1;0;1;0;1;1;0;1;2 +46,0166;1;1;0;1;0;1;0;1;1;0;1;2 +46,0194;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,0181;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,0168;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,0224;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,0225;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,0214;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,0219;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,0244;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,023;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,0261;1;1;0;1;0;1;0;1;1;0;0,84123;2 +46,025;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0265;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0271;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0295;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0318;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0308;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0303;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0338;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0319;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0332;1;1;0;1;0;1;0;2;1;0;0,587044;2 +46,0348;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,0377;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,035;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,0401;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,04;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,0385;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,0394;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,042;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,0427;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,039;1;1;0;1;0;1;0;2;1;0;0,97795;2 +46,0427;1;1;0;1;0;1;0;2;1;0;1;2 +46,0449;1;1;0;1;0;1;0;2;1;0;1;2 +46,0466;1;1;0;1;0;1;0;2;1;0;1;2 +46,0476;1;1;0;1;0;1;0;2;1;0;1;2 +46,0456;1;1;0;1;0;1;0;2;1;0;1;2 +46,0485;1;1;0;1;0;1;0;2;1;0;1;2 +46,0511;1;1;0;1;0;1;0;2;1;0;1;2 +46,0488;1;1;0;1;0;1;0;2;1;0;1;2 +46,0511;1;1;0;1;0;1;0;2;1;0;1;2 +46,0505;1;1;0;1;0;1;0;2;1;0;1;2 +46,0558;1;1;0;1;0;1;0;2;1;0;1;2 +46,0517;1;1;0;1;0;1;0;2;1;0;1;2 +46,0539;1;1;0;1;0;1;0;2;1;0;1;2 +46,0559;1;1;0;1;0;1;0;2;1;0;1;2 +46,056;1;1;0;1;0;1;0;2;1;0;1;2 +46,0577;1;1;0;1;0;1;0;2;1;0;1;2 +46,057;1;1;0;1;0;1;0;2;1;0;1;2 +46,0555;1;1;0;1;0;1;0;2;1;0;1;2 +46,0596;1;1;0;1;0;1;0;2;1;0;1;2 +46,0609;1;1;0;1;0;1;0;2;1;0;1;2 +46,0644;1;1;0;1;0;1;0;2;1;0;1;2 +46,0627;1;1;0;1;0;1;0;2;1;0;1;2 +46,0647;1;1;0;1;0;1;0;2;1;0;1;2 +46,0644;1;1;0;1;0;1;0;2;1;0;1;2 +46,067;1;1;0;1;0;1;0;2;1;0;1;2 +46,0683;1;1;0;1;0;1;0;2;1;0;1;2 +46,0667;1;1;0;1;0;1;0;2;1;0;1;2 +46,0673;1;1;0;1;0;1;0;2;1;0;1;2 +46,0678;1;1;0;1;0;1;0;2;1;0;1;2 +46,0705;1;1;0;1;0;1;0;2;1;0;1;2 +46,0724;1;1;0;1;0;1;0;2;1;0;1;2 +46,0723;1;1;0;1;0;1;0;2;1;0;1;2 +46,0695;1;1;0;1;0;1;0;2;1;0;1;2 +46,0727;1;1;0;1;0;1;0;2;1;0;1;2 +46,073;1;1;0;1;0;1;0;2;1;0;1;2 +46,075;1;1;0;1;0;1;0;2;1;0;1;2 +46,0797;1;1;0;1;0;1;0;2;1;0;1;2 +46,0767;1;1;0;1;0;1;0;2;1;0;1;2 +46,0767;1;1;0;1;0;1;0;2;1;0;1;2 +46,0803;1;1;0;1;0;1;0;2;1;0;1;2 +46,0806;1;1;0;1;0;1;0;2;1;0;1;2 +46,0799;1;1;0;1;0;1;0;2;1;0;1;2 +46,0808;1;1;0;1;0;1;0;2;1;0;1;2 +46,0805;1;1;0;1;0;1;0;2;1;0;1;2 +46,0815;1;1;0;1;0;1;0;2;1;0;1;2 +46,0841;1;1;0;1;0;1;0;2;1;0;1;2 +46,0807;1;1;0;1;0;1;0;2;1;0;1;2 +46,0914;1;1;0;1;0;1;0;2;1;0;1;2 +46,0867;1;1;0;1;0;1;0;2;1;0;1;2 +46,089;1;1;0;1;0;1;0;2;1;0;1;2 +46,0878;1;1;0;1;0;1;0;2;1;0;1;2 +46,0892;1;1;0;1;0;1;0;2;1;0;1;2 +46,0916;1;1;0;1;0;1;0;2;1;0;1;2 +46,0932;1;1;0;1;0;1;0;2;1;0;1;2 +46,0916;1;1;0;1;0;1;0;2;1;0;1;2 +46,0946;1;1;0;1;0;1;0;2;1;0;1;2 +46,0952;1;1;0;1;0;1;0;2;1;0;1;2 +46,0944;1;1;0;1;0;1;0;2;1;0;1;2 +46,0985;1;1;0;1;0;1;0;2;1;0;1;2 +46,0965;1;1;0;1;0;1;0;2;1;0;1;2 +46,0966;1;1;0;1;0;1;0;2;1;0;1;2 +46,0981;1;1;0;1;0;1;0;2;1;0;1;2 +46,0961;1;1;0;1;0;1;0;2;1;0;1;2 +46,1014;1;1;0;1;0;1;0;2;1;0;1;2 +46,0938;1;1;0;1;0;1;0;2;1;0;1;2 +46,1034;1;1;0;1;0;1;0;2;1;0;1;2 +46,1032;1;1;0;1;0;1;0;2;1;0;1;2 +46,1041;1;1;0;1;0;1;0;2;1;0;1;2 +46,1053;1;1;0;1;0;1;0;2;1;0;1;2 +46,109;1;1;0;1;0;1;0;2;1;0;1;2 +46,1077;1;1;0;1;0;1;0;2;1;0;1;2 +46,109;1;1;0;1;0;1;0;2;1;0;1;2 +46,111;1;1;0;1;0;1;0;2;1;0;1;2 +46,1125;1;1;0;1;0;1;0;2;1;0;1;2 +46,1124;1;1;0;1;0;1;0;2;1;0;1;2 +46,1131;1;1;0;1;0;1;0;2;1;0;1;2 +46,1133;1;1;0;1;0;1;0;2;1;0;1;2 +46,1147;1;1;0;1;0;1;0;2;1;0;1;2 +46,1126;1;1;0;1;0;1;0;2;1;0;1;2 +46,1172;1;1;0;1;0;1;0;2;1;0;1;2 +46,1179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1157;1;1;0;1;0;1;0;2;1;0;1;2 +46,1162;1;1;0;1;0;1;0;2;1;0;1;2 +46,1199;1;1;0;1;0;1;0;2;1;0;1;2 +46,1141;1;1;0;1;0;1;0;2;1;0;1;2 +46,119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1176;1;1;0;1;0;1;0;2;1;0;1;2 +46,1219;1;1;0;1;0;1;0;2;1;0;1;2 +46,1241;1;1;0;1;0;1;0;2;1;0;1;2 +46,1242;1;1;0;1;0;1;0;2;1;0;1;2 +46,1253;1;1;0;1;0;1;0;2;1;0;1;2 +46,1257;1;1;0;1;0;1;0;2;1;0;1;2 +46,1266;1;1;0;1;0;1;0;2;1;0;1;2 +46,1276;1;1;0;1;0;1;0;2;1;0;1;2 +46,1288;1;1;0;1;0;1;0;2;1;0;1;2 +46,1322;1;1;0;1;0;1;0;2;1;0;1;2 +46,1319;1;1;0;1;0;1;0;2;1;0;1;2 +46,1241;1;1;0;1;0;1;0;2;1;0;1;2 +46,1334;1;1;0;1;0;1;0;2;1;0;1;2 +46,1309;1;1;0;1;0;1;0;2;1;0;1;2 +46,1356;1;1;0;1;0;1;0;2;1;0;1;2 +46,1356;1;1;0;1;0;1;0;2;1;0;1;2 +46,1332;1;1;0;1;0;1;0;2;1;0;1;2 +46,137;1;1;0;1;0;1;0;2;1;0;1;2 +46,1386;1;1;0;1;0;1;0;2;1;0;1;2 +46,1393;1;1;0;1;0;1;0;2;1;0;1;2 +46,1413;1;1;0;1;0;1;0;2;1;0;1;2 +46,1419;1;1;0;1;0;1;0;2;1;0;1;2 +46,1391;1;1;0;1;0;1;0;2;1;0;1;2 +46,1414;1;1;0;1;0;1;0;2;1;0;1;2 +46,1465;1;1;0;1;0;1;0;2;1;0;1;2 +46,1446;1;1;0;1;0;1;0;2;1;0;1;2 +46,1442;1;1;0;1;0;1;0;2;1;0;1;2 +46,1463;1;1;0;1;0;1;0;2;1;0;1;2 +46,1455;1;1;0;1;0;1;0;2;1;0;1;2 +46,1441;1;1;0;1;0;1;0;2;1;0;1;2 +46,1469;1;1;0;1;0;1;0;2;1;0;1;2 +46,148;1;1;0;1;0;1;0;2;1;0;1;2 +46,1493;1;1;0;1;0;1;0;2;1;0;1;2 +46,1464;1;1;0;1;0;1;0;2;1;0;1;2 +46,1521;1;1;0;1;0;1;0;2;1;0;1;2 +46,1546;1;1;0;1;0;1;0;2;1;0;1;2 +46,1544;1;1;0;1;0;1;0;2;1;0;1;2 +46,1564;1;1;0;1;0;1;0;2;1;0;1;2 +46,152;1;1;0;1;0;1;0;2;1;0;1;2 +46,153;1;1;0;1;0;1;0;2;1;0;1;2 +46,1572;1;1;0;1;0;1;0;2;1;0;1;2 +46,1573;1;1;0;1;0;1;0;2;1;0;1;2 +46,158;1;1;0;1;0;1;0;2;1;0;1;2 +46,1595;1;1;0;1;0;1;0;2;1;0;1;2 +46,159;1;1;0;1;0;1;0;2;1;0;1;2 +46,1618;1;1;0;1;0;1;0;2;1;0;1;2 +46,1621;1;1;0;1;0;1;0;2;1;0;1;2 +46,1629;1;1;0;1;0;1;0;2;1;0;1;2 +46,1641;1;1;0;1;0;1;0;2;1;0;1;2 +46,167;1;1;0;1;0;1;0;2;1;0;1;2 +46,1643;1;1;0;1;0;1;0;2;1;0;1;2 +46,1696;1;1;0;1;0;1;0;2;1;0;1;2 +46,1661;1;1;0;1;0;1;0;2;1;0;1;2 +46,1681;1;1;0;1;0;1;0;2;1;0;1;2 +46,1666;1;1;0;1;0;1;0;2;1;0;1;2 +46,1722;1;1;0;1;0;1;0;2;1;0;1;2 +46,1754;1;1;0;1;0;1;0;2;1;0;1;2 +46,1684;1;1;0;1;0;1;0;2;1;0;1;2 +46,1712;1;1;0;1;0;1;0;2;1;0;1;2 +46,1726;1;1;0;1;0;1;0;2;1;0;1;2 +46,1774;1;1;0;1;0;1;0;2;1;0;1;2 +46,1763;1;1;0;1;0;1;0;2;1;0;1;2 +46,1754;1;1;0;1;0;1;0;2;1;0;1;2 +46,1798;1;1;0;1;0;1;0;2;1;0;1;2 +46,1799;1;1;0;1;0;1;0;2;1;0;1;2 +46,1775;1;1;0;1;0;1;0;2;1;0;1;2 +46,1799;1;1;0;1;0;1;0;2;1;0;1;2 +46,1805;1;1;0;1;0;1;0;2;1;0;1;2 +46,1818;1;1;0;1;0;1;0;2;1;0;1;2 +46,1838;1;1;0;1;0;1;0;2;1;0;1;2 +46,1849;1;1;0;1;0;1;0;2;1;0;1;2 +46,1838;1;1;0;1;0;1;0;2;1;0;1;2 +46,1873;1;1;0;1;0;1;0;2;1;0;1;2 +46,1832;1;1;0;1;0;1;0;2;1;0;1;2 +46,1887;1;1;0;1;0;1;0;2;1;0;1;2 +46,1839;1;1;0;1;0;1;0;2;1;0;1;1 +46,1888;1;1;0;1;0;1;0;2;1;0;1;1 +46,188;1;1;0;1;0;1;0;2;1;0;1;1 +46,1887;1;1;0;1;0;1;0;2;1;0;1;1 +46,1875;1;1;0;1;0;1;0;2;1;0;1;1 +46,1911;1;1;0;1;0;1;0;2;1;0;1;1 +46,1887;1;1;0;1;0;1;0;2;1;0;1;1 +46,1888;1;1;0;1;0;1;0;2;1;0;1;1 +46,1864;1;1;0;1;0;1;0;2;1;0;1;1 +46,1892;1;1;0;1;0;1;0;2;1;0;1;1 +46,1872;1;1;0;1;0;1;0;2;1;0;1;1 +46,1905;1;1;0;1;0;1;0;2;1;0;1;1 +46,189;1;1;0;1;0;1;0;2;1;0;1;1 +46,1878;1;1;0;1;0;1;0;2;1;0;1;1 +46,1882;1;1;0;1;0;1;0;2;1;0;1;1 +46,1894;1;1;0;1;0;1;0;2;1;0;1;1 +46,1873;1;1;0;1;0;1;0;2;1;0;1;1 +46,1872;1;1;0;1;0;1;0;2;1;0;1;1 +46,189;1;1;0;1;0;1;0;2;1;0;1;1 +46,1921;1;1;0;1;0;1;0;2;1;0;1;1 +46,1864;1;1;0;1;0;1;0;2;1;0;1;1 +46,1898;1;1;0;1;0;1;0;2;1;0;1;1 +46,189;1;1;0;1;0;1;0;2;1;0;1;1 +46,1889;1;1;0;1;0;1;0;2;1;0;1;1 +46,1885;1;1;0;1;0;1;0;2;1;0;1;1 +46,1871;1;1;0;1;0;1;0;2;1;0;1;1 +46,1876;1;1;0;1;0;1;0;2;1;0;1;1 +46,188;1;1;0;1;0;1;0;2;1;0;1;1 +46,1872;1;1;0;1;0;1;0;2;1;0;1;1 +46,1875;1;1;0;1;0;1;0;2;1;0;1;1 +46,1879;1;1;0;1;0;1;0;2;1;0;1;1 +46,1909;1;1;0;1;0;1;0;2;1;0;1;1 +46,1866;1;1;0;1;0;1;0;2;1;0;1;1 +46,1861;1;1;0;1;0;1;0;2;1;0;1;1 +46,1867;1;1;0;1;0;1;0;2;1;0;1;1 +46,1889;1;1;0;1;0;1;0;2;1;0;1;1 +46,191;1;1;0;1;0;1;0;2;1;0;1;1 +46,1883;1;1;0;1;0;1;0;2;1;0;1;1 +46,183;1;1;0;1;0;1;0;2;1;0;1;1 +46,1896;1;1;0;1;0;1;0;2;1;0;1;1 +46,1859;1;1;0;1;0;1;0;2;1;0;1;1 +46,188;1;1;0;1;0;1;0;2;1;0;1;1 +46,188;1;1;0;1;0;1;0;2;1;0;1;1 +46,1898;1;1;0;1;0;1;0;2;1;0;1;1 +46,187;1;1;0;1;0;1;0;2;1;0;1;1 +46,1865;1;1;0;1;0;1;0;2;1;0;1;1 +46,1875;1;1;0;1;0;1;0;2;1;0;1;1 +46,191;1;1;0;1;0;1;0;2;1;0;1;1 +46,1878;1;1;0;1;0;1;0;2;1;0;1;1 +46,1901;1;1;0;1;0;1;0;2;1;0;1;1 +46,1912;1;1;0;1;0;1;0;2;1;0;1;2 +46,1925;1;1;0;1;0;1;0;2;1;0;1;2 +46,1921;1;1;0;1;0;1;0;2;1;0;1;2 +46,1956;1;1;0;1;0;1;0;2;1;0;1;2 +46,195;1;1;0;1;0;1;0;2;1;0;1;2 +46,1976;1;1;0;1;0;1;0;2;1;0;1;2 +46,1998;1;1;0;1;0;1;0;2;1;0;1;2 +46,2036;1;1;0;1;0;1;0;2;1;0;1;2 +46,2043;1;1;0;1;0;1;0;2;1;0;1;2 +46,2048;1;1;0;1;0;1;0;2;1;0;1;2 +46,206;1;1;0;1;0;1;0;2;1;0;1;2 +46,2114;1;1;0;1;0;1;0;2;1;0;1;2 +46,2117;1;1;0;1;0;1;0;2;1;0;1;2 +46,2117;1;1;0;1;0;1;0;2;1;0;1;2 +46,2155;1;1;0;1;0;1;0;2;1;0;1;2 +46,2131;1;1;0;1;0;1;0;2;1;0;1;2 +46,2233;1;1;0;1;0;1;0;2;1;0;1;2 +46,2204;1;1;0;1;0;1;0;2;1;0;1;2 +46,2191;1;1;0;1;0;1;0;2;1;0;1;2 +46,2245;1;1;0;1;0;1;0;2;1;0;1;2 +46,224;1;1;0;1;0;1;0;2;1;0;1;2 +46,2278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2302;1;1;0;1;0;1;0;2;1;0;1;2 +46,2303;1;1;0;1;0;1;0;2;1;0;1;2 +46,2342;1;1;0;1;0;1;0;2;1;0;1;2 +46,2345;1;1;0;1;0;1;0;2;1;0;1;2 +46,2389;1;1;0;1;0;1;0;2;1;0;1;2 +46,2384;1;1;0;1;0;1;0;2;1;0;1;2 +46,2387;1;1;0;1;0;1;0;2;1;0;1;2 +46,242;1;1;0;1;0;1;0;2;1;0;1;2 +46,2432;1;1;0;1;0;1;0;2;1;0;1;2 +46,2465;1;1;0;1;0;1;0;2;1;0;1;2 +46,2461;1;1;0;1;0;1;0;2;1;0;1;2 +46,2471;1;1;0;1;0;1;0;2;1;0;1;2 +46,2516;1;1;0;1;0;1;0;2;1;0;1;2 +46,2496;1;1;0;1;0;1;0;2;1;0;1;2 +46,2483;1;1;0;1;0;1;0;2;1;0;1;2 +46,2592;1;1;0;1;0;1;0;2;1;0;1;2 +46,2571;1;1;0;1;0;1;0;2;1;0;1;2 +46,2639;1;1;0;1;0;1;0;2;1;0;1;2 +46,2651;1;1;0;1;0;1;0;2;1;0;1;2 +46,2633;1;1;0;1;0;1;0;2;1;0;1;2 +46,2686;1;1;0;1;0;1;0;2;1;0;1;2 +46,2673;1;1;0;1;0;1;0;2;1;0;1;2 +46,2702;1;1;0;1;0;1;0;2;1;0;1;2 +46,2707;1;1;0;1;0;1;0;2;1;0;1;2 +46,2738;1;1;0;1;0;1;0;2;1;0;1;2 +46,2751;1;1;0;1;0;1;0;2;1;0;1;2 +46,2747;1;1;0;1;0;1;0;2;1;0;1;2 +46,2758;1;1;0;1;0;1;0;2;1;0;1;2 +46,2782;1;1;0;1;0;1;0;2;1;0;1;2 +46,2831;1;1;0;1;0;1;0;2;1;0;1;2 +46,2801;1;1;0;1;0;1;0;2;1;0;1;2 +46,2866;1;1;0;1;0;1;0;2;1;0;1;2 +46,2874;1;1;0;1;0;1;0;2;1;0;1;2 +46,2899;1;1;0;1;0;1;0;2;1;0;1;2 +46,293;1;1;0;1;0;1;0;2;1;0;1;2 +46,2903;1;1;0;1;0;1;0;2;1;0;1;2 +46,2945;1;1;0;1;0;1;0;2;1;0;1;2 +46,2978;1;1;0;1;0;1;0;2;1;0;1;2 +46,2973;1;1;0;1;0;1;0;2;1;0;1;2 +46,2996;1;1;0;1;0;1;0;2;1;0;1;2 +46,2978;1;1;0;1;0;1;0;2;1;0;1;2 +46,3046;1;1;0;1;0;1;0;2;1;0;1;2 +46,3063;1;1;0;1;0;1;0;2;1;0;1;2 +46,3076;1;1;0;1;0;1;0;2;1;0;1;2 +46,3088;1;1;0;1;0;1;0;2;1;0;1;2 +46,312;1;1;0;1;0;1;0;2;1;0;1;2 +46,3125;1;1;0;1;0;1;0;2;1;0;1;2 +46,3119;1;1;0;1;0;1;0;2;1;0;1;2 +46,3173;1;1;0;1;0;1;0;2;1;0;1;2 +46,3177;1;1;0;1;0;1;0;2;1;0;1;2 +46,3171;1;1;0;1;0;1;0;2;1;0;1;2 +46,3204;1;1;0;1;0;1;0;2;1;0;1;2 +46,3252;1;1;0;1;0;1;0;2;1;0;1;2 +46,3252;1;1;0;1;0;1;0;2;1;0;1;2 +46,3272;1;1;0;1;0;1;0;2;1;0;1;2 +46,3265;1;1;0;1;0;1;0;2;1;0;1;2 +46,3285;1;1;0;1;0;1;0;2;1;0;1;2 +46,333;1;1;0;1;0;1;0;2;1;0;1;2 +46,3358;1;1;0;1;0;1;0;2;1;0;1;2 +46,3327;1;1;0;1;0;1;0;2;1;0;1;2 +46,3367;1;1;0;1;0;1;0;2;1;0;1;2 +46,3412;1;1;0;1;0;1;0;2;1;0;1;2 +46,3417;1;1;0;1;0;1;0;2;1;0;1;2 +46,3431;1;1;0;1;0;1;0;2;1;0;1;2 +46,3472;1;1;0;1;0;1;0;2;1;0;1;2 +46,347;1;1;0;1;0;1;0;2;1;0;1;2 +46,3484;1;1;0;1;0;1;0;2;1;0;1;2 +46,3504;1;1;0;1;0;1;0;2;1;0;1;2 +46,3515;1;1;0;1;0;1;0;2;1;0;1;2 +46,3563;1;1;0;1;0;1;0;2;1;0;1;2 +46,357;1;1;0;1;0;1;0;2;1;0;1;2 +46,3551;1;1;0;1;0;1;0;2;1;0;1;2 +46,3597;1;1;0;1;0;1;0;2;1;0;1;2 +46,3614;1;1;0;1;0;1;0;2;1;0;1;2 +46,3629;1;1;0;1;0;1;0;2;1;0;1;2 +46,3645;1;1;0;1;0;1;0;2;1;0;1;2 +46,3649;1;1;0;1;0;1;0;2;1;0;1;2 +46,3659;1;1;0;1;0;1;0;2;1;0;1;2 +46,3678;1;1;0;1;0;1;0;2;1;0;1;2 +46,3711;1;1;0;1;0;1;0;2;1;0;1;2 +46,3741;1;1;0;1;0;1;0;2;1;0;1;2 +46,376;1;1;0;1;0;1;0;2;1;0;1;2 +46,3768;1;1;0;1;0;1;0;2;1;0;1;2 +46,3803;1;1;0;1;0;1;0;2;1;0;1;2 +46,3822;1;1;0;1;0;1;0;2;1;0;1;2 +46,3823;1;1;0;1;0;1;0;2;1;0;1;2 +46,3812;1;1;0;1;0;1;0;2;1;0;1;2 +46,388;1;1;0;1;0;1;0;2;1;0;1;2 +46,3894;1;1;0;1;0;1;0;2;1;0;1;2 +46,389;1;1;0;1;0;1;0;2;1;0;1;2 +46,389;1;1;0;1;0;1;0;2;1;0;1;2 +46,3906;1;1;0;1;0;1;0;2;1;0;1;2 +46,3967;1;1;0;1;0;1;0;2;1;0;1;2 +46,3931;1;1;0;1;0;1;0;2;1;0;1;2 +46,3976;1;1;0;1;0;1;0;2;1;0;1;2 +46,4005;1;1;0;1;0;1;0;2;1;0;1;2 +46,4059;1;1;0;1;0;1;0;2;1;0;1;2 +46,4067;1;1;0;1;0;1;0;2;1;0;1;2 +46,4054;1;1;0;1;0;1;0;2;1;0;1;2 +46,4086;1;1;0;1;0;1;0;2;1;0;1;2 +46,4116;1;1;0;1;0;1;0;2;1;0;1;2 +46,4113;1;1;0;1;0;1;0;2;1;0;1;2 +46,4127;1;1;0;1;0;1;0;2;1;0;1;2 +46,413;1;1;0;1;0;1;0;2;1;0;1;2 +46,4161;1;1;0;1;0;1;0;2;1;0;1;2 +46,4179;1;1;0;1;0;1;0;2;1;0;1;2 +46,4199;1;1;0;1;0;1;0;2;1;0;1;2 +46,4207;1;1;0;1;0;1;0;2;1;0;1;2 +46,4252;1;1;0;1;0;1;0;2;1;0;1;2 +46,4257;1;1;0;1;0;1;0;2;1;0;1;2 +46,4269;1;1;0;1;0;1;0;2;1;0;1;2 +46,429;1;1;0;1;0;1;0;2;1;0;1;2 +46,4319;1;1;0;1;0;1;0;2;1;0;1;2 +46,4343;1;1;0;1;0;1;0;2;1;0;1;2 +46,4357;1;1;0;1;0;1;0;2;1;0;1;2 +46,4359;1;1;0;1;0;1;0;2;1;0;1;2 +46,4394;1;1;0;1;0;1;0;2;1;0;1;2 +46,4366;1;1;0;1;0;1;0;2;1;0;1;2 +46,4418;1;1;0;1;0;1;0;2;1;0;1;2 +46,442;1;1;0;1;0;1;0;2;1;0;1;2 +46,4404;1;1;0;1;0;1;0;2;1;0;1;2 +46,4455;1;1;0;1;0;1;0;2;1;0;1;2 +46,4502;1;1;0;1;0;1;0;2;1;0;1;2 +46,4506;1;1;0;1;0;1;0;2;1;0;1;2 +46,4529;1;1;0;1;0;1;0;2;1;0;1;2 +46,4551;1;1;0;1;0;1;0;2;1;0;1;2 +46,4567;1;1;0;1;0;1;0;2;1;0;1;2 +46,4587;1;1;0;1;0;1;0;2;1;0;1;2 +46,4587;1;1;0;1;0;1;0;2;1;0;1;2 +46,4612;1;1;0;1;0;1;0;2;1;0;1;2 +46,464;1;1;0;1;0;1;0;2;1;0;1;2 +46,466;1;1;0;1;0;1;0;2;1;0;1;2 +46,4656;1;1;0;1;0;1;0;2;1;0;1;2 +46,4714;1;1;0;1;0;1;0;2;1;0;1;2 +46,4708;1;1;0;1;0;1;0;2;1;0;1;2 +46,4707;1;1;0;1;0;1;0;2;1;0;1;2 +46,4751;1;1;0;1;0;1;0;2;1;0;1;2 +46,4819;1;1;0;1;0;1;0;2;1;0;1;2 +46,4778;1;1;0;1;0;1;0;2;1;0;1;2 +46,4803;1;1;0;1;0;1;0;2;1;0;1;2 +46,4823;1;1;0;1;0;1;0;2;1;0;1;2 +46,4833;1;1;0;1;0;1;0;2;1;0;1;2 +46,4819;1;1;0;1;0;1;0;2;1;0;1;2 +46,4832;1;1;0;1;0;1;0;2;1;0;1;2 +46,4883;1;1;0;1;0;1;0;2;1;0;1;2 +46,4868;1;1;0;1;0;1;0;2;1;0;1;2 +46,4918;1;1;0;1;0;1;0;2;1;0;1;2 +46,4961;1;1;0;1;0;1;0;2;1;0;1;2 +46,4947;1;1;0;1;0;1;0;2;1;0;1;2 +46,4984;1;1;0;1;0;1;0;2;1;0;1;2 +46,5037;1;1;0;1;0;1;0;2;1;0;1;2 +46,4998;1;1;0;1;0;1;0;2;1;0;1;2 +46,5071;1;1;0;1;0;1;0;2;1;0;1;2 +46,5047;1;1;0;1;0;1;0;2;1;0;1;2 +46,5077;1;1;0;1;0;1;0;2;1;0;1;2 +46,5021;1;1;0;1;0;1;0;2;1;0;1;2 +46,511;1;1;0;1;0;1;0;2;1;0;1;2 +46,512;1;1;0;1;0;1;0;2;1;0;1;2 +46,5131;1;1;0;1;0;1;0;2;1;0;1;2 +46,5177;1;1;0;1;0;1;0;2;1;0;1;2 +46,5132;1;1;0;1;0;1;0;2;1;0;1;2 +46,5208;1;1;0;1;0;1;0;2;1;0;1;2 +46,5225;1;1;0;1;0;1;0;2;1;0;1;2 +46,523;1;1;0;1;0;1;0;2;1;0;1;2 +46,5221;1;1;0;1;0;1;0;2;1;0;1;2 +46,5287;1;1;0;1;0;1;0;2;1;0;1;2 +46,528;1;1;0;1;0;1;0;2;1;0;1;2 +46,5305;1;1;0;1;0;1;0;2;1;0;1;2 +46,5317;1;1;0;1;0;1;0;2;1;0;1;2 +46,5323;1;1;0;1;0;1;0;2;1;0;1;2 +46,5358;1;1;0;1;0;1;0;2;1;0;1;2 +46,5375;1;1;0;1;0;1;0;2;1;0;1;2 +46,5363;1;1;0;1;0;1;0;2;1;0;1;2 +46,5403;1;1;0;1;0;1;0;2;1;0;1;2 +46,544;1;1;0;1;0;1;0;2;1;0;1;2 +46,5457;1;1;0;1;0;1;0;2;1;0;1;2 +46,5471;1;1;0;1;0;1;0;2;1;0;1;2 +46,5506;1;1;0;1;0;1;0;2;1;0;1;2 +46,551;1;1;0;1;0;1;0;2;1;0;1;1 +46,5449;1;1;0;1;0;1;0;2;1;0;1;1 +46,5493;1;1;0;1;0;1;0;2;1;0;1;1 +46,5479;1;1;0;1;0;1;0;2;1;0;1;1 +46,5463;1;1;0;1;0;1;0;2;1;0;1;1 +46,5479;1;1;0;1;0;1;0;2;1;0;1;1 +46,5493;1;1;0;1;0;1;0;2;1;0;1;1 +46,5499;1;1;0;1;0;1;0;2;1;0;1;1 +46,5477;1;1;0;1;0;1;0;2;1;0;1;1 +46,549;1;1;0;1;0;1;0;2;1;0;1;1 +46,5524;1;1;0;1;0;1;0;2;1;0;1;1 +46,5464;1;1;0;1;0;1;0;2;1;0;1;1 +46,5452;1;1;0;1;0;1;0;2;1;0;1;1 +46,5461;1;1;0;1;0;1;0;2;1;0;1;1 +46,5471;1;1;0;1;0;1;0;2;1;0;1;1 +46,5487;1;1;0;1;0;1;0;2;1;0;1;1 +46,5474;1;1;0;1;0;1;0;2;1;0;1;1 +46,5476;1;1;0;1;0;1;0;2;1;0;1;1 +46,545;1;1;0;1;0;1;0;2;1;0;1;1 +46,549;1;1;0;1;0;1;0;2;1;0;1;1 +46,5473;1;1;0;1;0;1;0;2;1;0;1;1 +46,5482;1;1;0;1;0;1;0;2;1;0;1;1 +46,5461;1;1;0;1;0;1;0;2;1;0;1;1 +46,5458;1;1;0;1;0;1;0;2;1;0;1;1 +46,5494;1;1;0;1;0;1;0;2;1;0;1;1 +46,547;1;1;0;1;0;1;0;2;1;0;1;1 +46,5482;1;1;0;1;0;1;0;2;1;0;1;1 +46,5471;1;1;0;1;0;1;0;2;1;0;1;1 +46,5443;1;1;0;1;0;1;0;2;1;0;1;1 +46,5471;1;1;0;1;0;1;0;2;1;0;1;1 +46,5483;1;1;0;1;0;1;0;2;1;0;1;1 +46,5495;1;1;0;1;0;1;0;2;1;0;1;1 +46,5511;1;1;0;1;0;1;0;2;1;0;1;1 +46,547;1;1;0;1;0;1;0;2;1;0;1;1 +46,5475;1;1;0;1;0;1;0;2;1;0;1;1 +46,5488;1;1;0;1;0;1;0;2;1;0;1;1 +46,5452;1;1;0;1;0;1;0;2;1;0;1;1 +46,5501;1;1;0;1;0;1;0;2;1;0;1;1 +46,5488;1;1;0;1;0;1;0;2;1;0;1;1 +46,5486;1;1;0;1;0;1;0;2;1;0;1;1 +46,5482;1;1;0;1;0;1;0;2;1;0;1;1 +46,5504;1;1;0;1;0;1;0;2;1;0;1;1 +46,5481;1;1;0;1;0;1;0;2;1;0;1;1 +46,5482;1;1;0;1;0;1;0;2;1;0;1;1 +46,5463;1;1;0;1;0;1;0;2;1;0;1;1 +46,5474;1;1;0;1;0;1;0;2;1;0;1;1 +46,55;1;1;0;1;0;1;0;2;1;0;1;1 +46,5501;1;1;0;1;0;1;0;2;1;0;1;1 +46,5461;1;1;0;1;0;1;0;2;1;0;1;1 +46,5477;1;1;0;1;0;1;0;2;1;0;1;1 +46,5452;1;1;0;1;0;1;0;2;1;0;1;2 +46,5459;1;1;0;1;0;1;0;2;1;0;1;2 +46,5392;1;1;0;1;0;1;0;2;1;0;1;2 +46,5333;1;1;0;1;0;1;0;2;1;0;1;2 +46,5279;1;1;0;1;0;1;0;2;1;0;1;2 +46,5266;1;1;0;1;0;1;0;2;1;0;1;2 +46,525;1;1;0;1;0;1;0;2;1;0;1;2 +46,5191;1;1;0;1;0;1;0;2;1;0;1;2 +46,5151;1;1;0;1;0;1;0;2;1;0;1;2 +46,5079;1;1;0;1;0;1;0;2;1;0;1;2 +46,5089;1;1;0;1;0;1;0;2;1;0;1;2 +46,5053;1;1;0;1;0;1;0;2;1;0;1;2 +46,5021;1;1;0;1;0;1;0;2;1;0;1;2 +46,4968;1;1;0;1;0;1;0;2;1;0;1;2 +46,4919;1;1;0;1;0;1;0;2;1;0;1;2 +46,4904;1;1;0;1;0;1;0;2;1;0;1;2 +46,4911;1;1;0;1;0;1;0;2;1;0;1;2 +46,4834;1;1;0;1;0;1;0;2;1;0;1;2 +46,4809;1;1;0;1;0;1;0;2;1;0;1;2 +46,4752;1;1;0;1;0;1;0;2;1;0;1;2 +46,4745;1;1;0;1;0;1;0;2;1;0;1;2 +46,4693;1;1;0;1;0;1;0;2;1;0;1;2 +46,4632;1;1;0;1;0;1;0;2;1;0;1;2 +46,4627;1;1;0;1;0;1;0;2;1;0;1;2 +46,4544;1;1;0;1;0;1;0;2;1;0;1;2 +46,4524;1;1;0;1;0;1;0;2;1;0;1;2 +46,4512;1;1;0;1;0;1;0;2;1;0;1;2 +46,449;1;1;0;1;0;1;0;2;1;0;1;2 +46,4464;1;1;0;1;0;1;0;2;1;0;1;2 +46,4372;1;1;0;1;0;1;0;2;1;0;1;2 +46,4364;1;1;0;1;0;1;0;2;1;0;1;2 +46,4339;1;1;0;1;0;1;0;2;1;0;1;2 +46,4268;1;1;0;1;0;1;0;2;1;0;1;2 +46,4259;1;1;0;1;0;1;0;2;1;0;1;2 +46,4224;1;1;0;1;0;1;0;2;1;0;1;2 +46,4195;1;1;0;1;0;1;0;2;1;0;1;2 +46,4151;1;1;0;1;0;1;0;2;1;0;1;2 +46,4129;1;1;0;1;0;1;0;2;1;0;1;2 +46,4076;1;1;0;1;0;1;0;2;1;0;1;2 +46,4053;1;1;0;1;0;1;0;2;1;0;1;2 +46,3988;1;1;0;1;0;1;0;2;1;0;1;2 +46,3959;1;1;0;1;0;1;0;2;1;0;1;2 +46,3942;1;1;0;1;0;1;0;2;1;0;1;2 +46,3902;1;1;0;1;0;1;0;2;1;0;1;2 +46,3849;1;1;0;1;0;1;0;2;1;0;1;2 +46,3826;1;1;0;1;0;1;0;2;1;0;1;2 +46,3798;1;1;0;1;0;1;0;2;1;0;1;2 +46,3753;1;1;0;1;0;1;0;2;1;0;1;2 +46,371;1;1;0;1;0;1;0;2;1;0;1;2 +46,3682;1;1;0;1;0;1;0;2;1;0;1;2 +46,3656;1;1;0;1;0;1;0;2;1;0;1;2 +46,3594;1;1;0;1;0;1;0;2;1;0;1;2 +46,3522;1;1;0;1;0;1;0;2;1;0;1;2 +46,3555;1;1;0;1;0;1;0;2;1;0;1;2 +46,3531;1;1;0;1;0;1;0;2;1;0;1;2 +46,3458;1;1;0;1;0;1;0;2;1;0;1;2 +46,3416;1;1;0;1;0;1;0;2;1;0;1;2 +46,3395;1;1;0;1;0;1;0;2;1;0;1;2 +46,3358;1;1;0;1;0;1;0;2;1;0;1;2 +46,3293;1;1;0;1;0;1;0;2;1;0;1;2 +46,3299;1;1;0;1;0;1;0;2;1;0;1;2 +46,3251;1;1;0;1;0;1;0;2;1;0;1;2 +46,3194;1;1;0;1;0;1;0;2;1;0;1;2 +46,3159;1;1;0;1;0;1;0;2;1;0;1;2 +46,3134;1;1;0;1;0;1;0;2;1;0;1;2 +46,3096;1;1;0;1;0;1;0;2;1;0;1;2 +46,3091;1;1;0;1;0;1;0;2;1;0;1;2 +46,3049;1;1;0;1;0;1;0;2;1;0;1;2 +46,2968;1;1;0;1;0;1;0;2;1;0;1;2 +46,296;1;1;0;1;0;1;0;2;1;0;1;2 +46,293;1;1;0;1;0;1;0;2;1;0;1;2 +46,2882;1;1;0;1;0;1;0;2;1;0;1;2 +46,2857;1;1;0;1;0;1;0;2;1;0;1;2 +46,2826;1;1;0;1;0;1;0;2;1;0;1;2 +46,2741;1;1;0;1;0;1;0;2;1;0;1;2 +46,2738;1;1;0;1;0;1;0;2;1;0;1;2 +46,2719;1;1;0;1;0;1;0;2;1;0;1;2 +46,2652;1;1;0;1;0;1;0;2;1;0;1;2 +46,2626;1;1;0;1;0;1;0;2;1;0;1;2 +46,2652;1;1;0;1;0;1;0;2;1;0;1;2 +46,258;1;1;0;1;0;1;0;2;1;0;1;2 +46,2532;1;1;0;1;0;1;0;2;1;0;1;2 +46,2478;1;1;0;1;0;1;0;2;1;0;1;2 +46,245;1;1;0;1;0;1;0;2;1;0;1;2 +46,2428;1;1;0;1;0;1;0;2;1;0;1;2 +46,2355;1;1;0;1;0;1;0;2;1;0;1;2 +46,2352;1;1;0;1;0;1;0;2;1;0;1;2 +46,2336;1;1;0;1;0;1;0;2;1;0;1;2 +46,2285;1;1;0;1;0;1;0;2;1;0;1;2 +46,2224;1;1;0;1;0;1;0;2;1;0;1;2 +46,2222;1;1;0;1;0;1;0;2;1;0;1;2 +46,2172;1;1;0;1;0;1;0;2;1;0;1;2 +46,215;1;1;0;1;0;1;0;2;1;0;1;2 +46,2115;1;1;0;1;0;1;0;2;1;0;1;2 +46,2048;1;1;0;1;0;1;0;2;1;0;1;2 +46,2014;1;1;0;1;0;1;0;2;1;0;1;2 +46,1996;1;1;0;1;0;1;0;2;1;0;1;2 +46,1944;1;1;0;1;0;1;0;2;1;0;1;2 +46,19;1;1;0;1;0;1;0;2;1;0;1;2 +46,1918;1;1;0;1;0;1;0;2;1;0;1;2 +46,1872;1;1;0;1;0;1;0;2;1;0;1;2 +46,1816;1;1;0;1;0;1;0;2;1;0;1;2 +46,177;1;1;0;1;0;1;0;2;1;0;1;2 +46,1782;1;1;0;1;0;1;0;2;1;0;1;2 +46,1714;1;1;0;1;0;1;0;2;1;0;1;2 +46,1667;1;1;0;1;0;1;0;2;1;0;1;2 +46,1624;1;1;0;1;0;1;0;2;1;0;1;2 +46,1542;1;1;0;1;0;1;0;2;1;0;1;2 +46,1523;1;1;0;1;0;1;0;2;1;0;1;2 +46,1512;1;1;0;1;0;1;0;2;1;0;1;2 +46,1494;1;1;0;1;0;1;0;2;1;0;1;2 +46,1435;1;1;0;1;0;1;0;2;1;0;1;2 +46,1408;1;1;0;1;0;1;0;2;1;0;1;2 +46,1391;1;1;0;1;0;1;0;2;1;0;1;2 +46,1349;1;1;0;1;0;1;0;2;1;0;1;2 +46,1311;1;1;0;1;0;1;0;2;1;0;1;2 +46,1274;1;1;0;1;0;1;0;2;1;0;1;2 +46,1245;1;1;0;1;0;1;0;2;1;0;1;2 +46,1188;1;1;0;1;0;1;0;2;1;0;1;2 +46,1136;1;1;0;1;0;1;0;2;1;0;1;2 +46,1141;1;1;0;1;0;1;0;2;1;0;1;2 +46,1093;1;1;0;1;0;1;0;2;1;0;1;2 +46,1072;1;1;0;1;0;1;0;2;1;0;1;2 +46,1015;1;1;0;1;0;1;0;2;1;0;1;2 +46,0985;1;1;0;1;0;1;0;2;1;0;1;2 +46,0908;1;1;0;1;0;1;0;2;1;0;1;2 +46,0949;1;1;0;1;0;1;0;2;1;0;1;2 +46,0873;1;1;0;1;0;1;0;2;1;0;1;2 +46,0816;1;1;0;1;0;1;0;2;1;0;1;2 +46,0774;1;1;0;1;0;1;0;2;1;0;1;2 +46,0766;1;1;0;1;0;1;0;2;1;0;1;2 +46,0719;1;1;0;1;0;1;0;2;1;0;1;2 +46,0693;1;1;0;1;0;1;0;2;1;0;1;2 +46,0661;1;1;0;1;0;1;0;2;1;0;1;2 +46,0653;1;1;0;1;0;1;0;2;1;0;1;2 +46,0584;1;1;0;1;0;1;0;2;1;0;1;2 +46,0542;1;1;0;1;0;1;0;2;1;0;1;2 +46,0469;1;1;0;1;0;1;0;2;1;0;1;2 +46,0444;1;1;0;1;0;1;0;2;1;0;1;2 +46,0409;1;1;0;1;0;1;0;2;1;0;1;2 +46,0417;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0347;1;1;0;1;0;1;0;2;1;0;1;2 +46,0279;1;1;0;1;0;1;0;2;1;0;1;2 +46,0224;1;1;0;1;0;1;0;2;1;0;1;2 +46,0227;1;1;0;1;0;1;0;2;1;0;1;2 +46,017;1;1;0;1;0;1;0;2;1;0;1;2 +46,0146;1;1;0;1;0;1;0;2;1;0;1;2 +46,0145;1;1;0;1;0;1;0;2;1;0;1;2 +46,0074;1;1;0;1;0;1;0;2;1;0;0,675823;2 +46,0048;1;1;0;1;0;1;0;2;1;0;0,675823;2 +46,0032;1;1;0;1;0;1;0;2;1;0;0,675823;2 +45,9997;1;1;0;1;0;1;0;2;1;0;0,675823;2 +45,9948;1;1;0;1;0;1;0;2;1;0;0,675823;2 +45,9893;1;1;0;1;0;1;0;2;1;0;0,675823;2 +45,9865;1;1;0;1;0;1;0;2;1;0;0,675823;2 +45,9846;1;1;0;1;0;1;0;2;1;0;0,675823;2 +45,9823;1;1;0;1;0;1;0;2;1;0;0,675823;2 +45,976;1;1;0;1;0;1;0;2;1;0;0,675823;2 +45,9736;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9689;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9632;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9609;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9575;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9625;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9519;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9447;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,943;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9401;1;1;0;1;0;1;0;2;1;0;0,821421;2 +45,9356;1;1;0;1;0;1;0;2;1;0;1;2 +45,9326;1;1;0;1;0;1;0;2;1;0;1;2 +45,9338;1;1;0;1;0;1;0;2;1;0;1;2 +45,9274;1;1;0;1;0;1;0;2;1;0;1;2 +45,9214;1;1;0;1;0;1;0;2;1;0;1;2 +45,9178;1;1;0;1;0;1;0;2;1;0;1;2 +45,9131;1;1;0;1;0;1;0;2;1;0;1;2 +45,912;1;1;0;1;0;1;0;2;1;0;1;2 +45,9099;1;1;0;1;0;1;0;2;1;0;1;2 +45,9043;1;1;0;1;0;1;0;2;1;0;1;2 +45,8996;1;1;0;1;0;1;0;2;1;0;1;2 +45,8927;1;1;0;1;0;1;0;2;1;0;1;2 +45,8923;1;1;0;1;0;1;0;2;1;0;1;2 +45,8897;1;1;0;1;0;1;0;2;1;0;1;2 +45,8858;1;1;0;1;0;1;0;2;1;0;1;2 +45,88;1;1;0;1;0;1;0;2;1;0;1;2 +45,878;1;1;0;1;0;1;0;2;1;0;1;2 +45,8719;1;1;0;1;0;1;0;2;1;0;1;2 +45,8734;1;1;0;1;0;1;0;2;1;0;1;2 +45,8686;1;1;0;1;0;1;0;2;1;0;1;2 +45,8639;1;1;0;1;0;1;0;2;1;0;1;2 +45,8604;1;1;0;1;0;1;0;2;1;0;1;2 +45,8569;1;1;0;1;0;1;0;2;1;0;1;2 +45,8534;1;1;0;1;0;1;0;2;1;0;1;2 +45,8509;1;1;0;1;0;1;0;2;1;0;1;2 +45,8452;1;1;0;1;0;1;0;2;1;0;1;2 +45,8439;1;1;0;1;0;1;0;2;1;0;1;2 +45,8398;1;1;0;1;0;1;0;2;1;0;1;2 +45,8284;1;1;0;1;0;1;0;2;1;0;1;2 +45,8279;1;1;0;1;0;1;0;2;1;0;1;2 +45,8294;1;1;0;1;0;1;0;2;1;0;1;2 +45,8291;1;1;0;1;0;1;0;2;1;0;1;1 +45,8292;1;1;0;1;0;1;0;2;1;0;1;1 +45,8272;1;1;0;1;0;1;0;2;1;0;1;1 +45,8306;1;1;0;1;0;1;0;2;1;0;1;1 +45,8284;1;1;0;1;0;1;0;2;1;0;1;1 +45,8284;1;1;0;1;0;1;0;2;1;0;1;1 +45,826;1;1;0;1;0;1;0;2;1;0;1;1 +45,8277;1;1;0;1;0;1;0;2;1;0;1;1 +45,8306;1;1;0;1;0;1;0;2;1;0;1;1 +45,8271;1;1;0;1;0;1;0;2;1;0;1;1 +45,8268;1;1;0;1;0;1;0;2;1;0;1;1 +45,8277;1;1;0;1;0;1;0;2;1;0;1;1 +45,8268;1;1;0;1;0;1;0;2;1;0;1;1 +45,8251;1;1;0;1;0;1;0;2;1;0;1;1 +45,8269;1;1;0;1;0;1;0;2;1;0;1;1 +45,828;1;1;0;1;0;1;0;2;1;0;1;1 +45,828;1;1;0;1;0;1;0;2;1;0;1;1 +45,8281;1;1;0;1;0;1;0;2;1;0;1;1 +45,8279;1;1;0;1;0;1;0;2;1;0;1;1 +45,8272;1;1;0;1;0;1;0;2;1;0;1;1 +45,8281;1;1;0;1;0;1;0;2;1;0;1;1 +45,8266;1;1;0;1;0;1;0;2;1;0;1;1 +45,8275;1;1;0;1;0;1;0;2;1;0;1;1 +45,8276;1;1;0;1;0;1;0;2;1;0;1;1 +45,8284;1;1;0;1;0;1;0;2;1;0;1;1 +45,8266;1;1;0;1;0;1;0;2;1;0;1;1 +45,8276;1;1;0;1;0;1;0;2;1;0;1;1 +45,8285;1;1;0;1;0;1;0;2;1;0;1;1 +45,8281;1;1;0;1;0;1;0;2;1;0;1;1 +45,8309;1;1;0;1;0;1;0;2;1;0;1;1 +45,8234;1;1;0;1;0;1;0;2;1;0;1;1 +45,8275;1;1;0;1;0;1;0;2;1;0;1;1 +45,8268;1;1;0;1;0;1;0;2;1;0;1;1 +45,8278;1;1;0;1;0;1;0;2;1;0;1;1 +45,8277;1;1;0;1;0;1;0;2;1;0;1;1 +45,8261;1;1;0;1;0;1;0;2;1;0;1;1 +45,8276;1;1;0;1;0;1;0;2;1;0;1;1 +45,8288;1;1;0;1;0;1;0;2;1;0;1;1 +45,8276;1;1;0;1;0;1;0;2;1;0;1;1 +45,8266;1;1;0;1;0;1;0;2;1;0;1;1 +45,8297;1;1;0;1;0;1;0;2;1;0;1;1 +45,8277;1;1;0;1;0;1;0;2;1;0;1;1 +45,8275;1;1;0;1;0;1;0;2;1;0;1;1 +45,8278;1;1;0;1;0;1;0;2;1;0;1;1 +45,8275;1;1;0;1;0;1;0;2;1;0;1;1 +45,8285;1;1;0;1;0;1;0;2;1;0;1;1 +45,8303;1;1;0;1;0;1;0;2;1;0;1;1 +45,8282;1;1;0;1;0;1;0;2;1;0;1;1 +45,8259;1;1;0;1;0;1;0;2;1;0;1;1 +45,8251;1;1;0;1;0;1;0;2;1;0;1;1 +45,8288;1;1;0;1;0;1;0;2;1;0;1;2 +45,8324;1;1;0;1;0;1;0;2;1;0;1;2 +45,835;1;1;0;1;0;1;0;2;1;0;1;2 +45,8333;1;1;0;1;0;1;0;2;1;0;1;2 +45,8358;1;1;0;1;0;1;0;2;1;0;1;2 +45,8405;1;1;0;1;0;1;0;2;1;0;1;2 +45,8431;1;1;0;1;0;1;0;2;1;0;1;2 +45,8443;1;1;0;1;0;1;0;2;1;0;1;2 +45,844;1;1;0;1;0;1;0;2;1;0;1;2 +45,8469;1;1;0;1;0;1;0;2;1;0;1;2 +45,8478;1;1;0;1;0;1;0;2;1;0;1;2 +45,8493;1;1;0;1;0;1;0;2;1;0;1;2 +45,8509;1;1;0;1;0;1;0;2;1;0;1;2 +45,8524;1;1;0;1;0;1;0;2;1;0;1;2 +45,8552;1;1;0;1;0;1;0;2;1;0;1;2 +45,86;1;1;0;1;0;1;0;2;1;0;1;2 +45,8589;1;1;0;1;0;1;0;2;1;0;1;2 +45,8611;1;1;0;1;0;1;0;2;1;0;1;2 +45,8621;1;1;0;1;0;1;0;2;1;0;1;2 +45,8631;1;1;0;1;0;1;0;2;1;0;1;2 +45,8641;1;1;0;1;0;1;0;2;1;0;1;2 +45,8674;1;1;0;1;0;1;0;2;1;0;1;2 +45,8725;1;1;0;1;0;1;0;2;1;0;1;2 +45,8708;1;1;0;1;0;1;0;2;1;0;1;2 +45,8748;1;1;0;1;0;1;0;2;1;0;1;2 +45,8767;1;1;0;1;0;1;0;2;1;0;1;2 +45,8766;1;1;0;1;0;1;0;2;1;0;1;2 +45,8799;1;1;0;1;0;1;0;2;1;0;1;2 +45,8792;1;1;0;1;0;1;0;2;1;0;1;2 +45,8805;1;1;0;1;0;1;0;2;1;0;1;2 +45,8834;1;1;0;1;0;1;0;2;1;0;1;2 +45,8837;1;1;0;1;0;1;0;2;1;0;1;2 +45,8873;1;1;0;1;0;1;0;2;1;0;1;2 +45,8896;1;1;0;1;0;1;0;2;1;0;1;2 +45,8926;1;1;0;1;0;1;0;2;1;0;1;2 +45,8937;1;1;0;1;0;1;0;2;1;0;1;2 +45,8952;1;1;0;1;0;1;0;2;1;0;1;2 +45,8966;1;1;0;1;0;1;0;2;1;0;1;2 +45,9001;1;1;0;1;0;1;0;2;1;0;1;2 +45,9015;1;1;0;1;0;1;0;2;1;0;1;2 +45,9019;1;1;0;1;0;1;0;2;1;0;1;2 +45,9032;1;1;0;1;0;1;0;2;1;0;1;2 +45,9062;1;1;0;1;0;1;0;2;1;0;1;2 +45,9074;1;1;0;1;0;1;0;2;1;0;1;2 +45,9076;1;1;0;1;0;1;0;2;1;0;1;2 +45,9116;1;1;0;1;0;1;0;2;1;0;1;2 +45,9141;1;1;0;1;0;1;0;2;1;0;1;2 +45,9165;1;1;0;1;0;1;0;2;1;0;1;2 +45,916;1;1;0;1;0;1;0;2;1;0;1;2 +45,918;1;1;0;1;0;1;0;2;1;0;1;2 +45,9209;1;1;0;1;0;1;0;2;1;0;1;2 +45,9217;1;1;0;1;0;1;0;2;1;0;1;2 +45,9206;1;1;0;1;0;1;0;2;1;0;1;2 +45,926;1;1;0;1;0;1;0;2;1;0;1;2 +45,9269;1;1;0;1;0;1;0;2;1;0;1;2 +45,9306;1;1;0;1;0;1;0;2;1;0;1;2 +45,93;1;1;0;1;0;1;0;2;1;0;1;2 +45,9302;1;1;0;1;0;1;0;2;1;0;1;2 +45,9303;1;1;0;1;0;1;0;2;1;0;1;2 +45,9368;1;1;0;1;0;1;0;2;1;0;1;2 +45,9393;1;1;0;1;0;1;0;2;1;0;1;2 +45,9415;1;1;0;1;0;1;0;2;1;0;1;2 +45,9427;1;1;0;1;0;1;0;2;1;0;1;2 +45,9428;1;1;0;1;0;1;0;2;1;0;1;2 +45,9461;1;1;0;1;0;1;0;2;1;0;1;2 +45,9481;1;1;0;1;0;1;0;2;1;0;1;2 +45,951;1;1;0;1;0;1;0;2;1;0;1;2 +45,9491;1;1;0;1;0;1;0;2;1;0;1;2 +45,9534;1;1;0;1;0;1;0;2;1;0;1;2 +45,9501;1;1;0;1;0;1;0;2;1;0;1;2 +45,9546;1;1;0;1;0;1;0;2;1;0;1;2 +45,9558;1;1;0;1;0;1;0;2;1;0;1;2 +45,9596;1;1;0;1;0;1;0;2;1;0;1;2 +45,961;1;1;0;1;0;1;0;2;1;0;1;2 +45,9645;1;1;0;1;0;1;0;2;1;0;1;2 +45,9627;1;1;0;1;0;1;0;2;1;0;1;2 +45,9718;1;1;0;1;0;1;0;2;1;0;1;2 +45,9663;1;1;0;1;0;1;0;2;1;0;1;2 +45,9713;1;1;0;1;0;1;0;2;1;0;1;2 +45,9708;1;1;0;1;0;1;0;2;1;0;1;2 +45,9735;1;1;0;1;0;1;0;2;1;0;1;2 +45,9742;1;1;0;1;0;1;0;2;1;0;1;2 +45,9775;1;1;0;1;0;1;0;2;1;0;1;2 +45,9799;1;1;0;1;0;1;0;2;1;0;1;2 +45,981;1;1;0;1;0;1;0;2;1;0;1;2 +45,9813;1;1;0;1;0;1;0;2;1;0;1;2 +45,9842;1;1;0;1;0;1;0;2;1;0;1;2 +45,9851;1;1;0;1;0;1;0;2;1;0;1;2 +45,9888;1;1;0;1;0;1;0;2;1;0;1;2 +45,9936;1;1;0;1;0;1;0;2;1;0;1;2 +45,9927;1;1;0;1;0;1;0;2;1;0;1;2 +45,9906;1;1;0;1;0;1;0;2;1;0;1;2 +45,995;1;1;0;1;0;1;0;2;1;0;1;2 +45,9962;1;1;0;1;0;1;0;2;1;0;1;2 +45,9962;1;1;0;1;0;1;0;2;1;0;1;2 +46,0032;1;1;0;1;0;1;0;2;1;0;1;2 +45,9996;1;1;0;1;0;1;0;2;1;0;1;2 +46,0054;1;1;0;1;0;1;0;2;1;0;1;2 +46,0071;1;1;0;1;0;1;0;2;1;0;1;2 +46,0059;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,0081;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,0113;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,0139;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,018;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,0193;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,0205;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,022;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,0244;1;1;0;1;0;1;0;1;1;0;0,608806;2 +46,0253;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0272;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0293;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0297;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0343;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0336;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0376;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0408;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0406;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0435;1;1;0;1;0;1;0;1;1;0;0,618444;2 +46,0399;1;1;0;1;0;1;0;2;1;0;1;2 +46,0465;1;1;0;1;0;1;0;2;1;0;1;2 +46,0491;1;1;0;1;0;1;0;2;1;0;1;2 +46,0491;1;1;0;1;0;1;0;2;1;0;1;2 +46,0498;1;1;0;1;0;1;0;2;1;0;1;2 +46,0511;1;1;0;1;0;1;0;2;1;0;1;2 +46,0589;1;1;0;1;0;1;0;2;1;0;1;2 +46,0581;1;1;0;1;0;1;0;2;1;0;1;2 +46,0601;1;1;0;1;0;1;0;2;1;0;1;2 +46,062;1;1;0;1;0;1;0;2;1;0;1;2 +46,0689;1;1;0;1;0;1;0;2;1;0;1;2 +46,0647;1;1;0;1;0;1;0;2;1;0;1;2 +46,063;1;1;0;1;0;1;0;2;1;0;1;2 +46,0689;1;1;0;1;0;1;0;2;1;0;1;2 +46,0713;1;1;0;1;0;1;0;2;1;0;1;2 +46,0702;1;1;0;1;0;1;0;2;1;0;1;2 +46,0736;1;1;0;1;0;1;0;2;1;0;1;2 +46,0758;1;1;0;1;0;1;0;2;1;0;1;2 +46,0764;1;1;0;1;0;1;0;2;1;0;1;2 +46,0804;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0835;1;1;0;1;0;1;0;2;1;0;1;2 +46,0839;1;1;0;1;0;1;0;2;1;0;1;2 +46,0841;1;1;0;1;0;1;0;2;1;0;1;2 +46,0887;1;1;0;1;0;1;0;2;1;0;1;2 +46,0882;1;1;0;1;0;1;0;2;1;0;1;2 +46,0905;1;1;0;1;0;1;0;2;1;0;1;2 +46,0933;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0965;1;1;0;1;0;1;0;2;1;0;1;2 +46,0998;1;1;0;1;0;1;0;2;1;0;1;2 +46,0986;1;1;0;1;0;1;0;2;1;0;1;2 +46,1023;1;1;0;1;0;1;0;2;1;0;1;2 +46,1071;1;1;0;1;0;1;0;2;1;0;1;2 +46,1068;1;1;0;1;0;1;0;2;1;0;1;2 +46,1055;1;1;0;1;0;1;0;2;1;0;1;2 +46,1108;1;1;0;1;0;1;0;2;1;0;1;2 +46,1128;1;1;0;1;0;1;0;2;1;0;1;2 +46,1126;1;1;0;1;0;1;0;2;1;0;1;2 +46,1161;1;1;0;1;0;1;0;2;1;0;1;2 +46,1167;1;1;0;1;0;1;0;2;1;0;1;2 +46,1199;1;1;0;1;0;1;0;2;1;0;1;2 +46,1175;1;1;0;1;0;1;0;2;1;0;1;2 +46,1205;1;1;0;1;0;1;0;2;1;0;1;2 +46,1233;1;1;0;1;0;1;0;2;1;0;1;2 +46,1225;1;1;0;1;0;1;0;2;1;0;1;2 +46,1255;1;1;0;1;0;1;0;2;1;0;1;2 +46,1288;1;1;0;1;0;1;0;2;1;0;1;2 +46,1339;1;1;0;1;0;1;0;2;1;0;1;2 +46,1348;1;1;0;1;0;1;0;2;1;0;1;2 +46,1334;1;1;0;1;0;1;0;2;1;0;1;2 +46,1362;1;1;0;1;0;1;0;2;1;0;1;2 +46,136;1;1;0;1;0;1;0;2;1;0;1;2 +46,1404;1;1;0;1;0;1;0;2;1;0;1;2 +46,14;1;1;0;1;0;1;0;2;1;0;1;2 +46,1395;1;1;0;1;0;1;0;2;1;0;1;2 +46,1438;1;1;0;1;0;1;0;2;1;0;1;2 +46,1454;1;1;0;1;0;1;0;2;1;0;1;2 +46,1493;1;1;0;1;0;1;0;2;1;0;1;2 +46,1481;1;1;0;1;0;1;0;2;1;0;1;2 +46,1507;1;1;0;1;0;1;0;2;1;0;1;2 +46,1511;1;1;0;1;0;1;0;2;1;0;1;2 +46,1557;1;1;0;1;0;1;0;2;1;0;1;2 +46,1578;1;1;0;1;0;1;0;2;1;0;1;2 +46,1591;1;1;0;1;0;1;0;2;1;0;1;2 +46,1604;1;1;0;1;0;1;0;2;1;0;1;2 +46,1636;1;1;0;1;0;1;0;2;1;0;1;2 +46,1656;1;1;0;1;0;1;0;2;1;0;1;2 +46,168;1;1;0;1;0;1;0;2;1;0;1;2 +46,1663;1;1;0;1;0;1;0;2;1;0;1;2 +46,1688;1;1;0;1;0;1;0;2;1;0;1;2 +46,1714;1;1;0;1;0;1;0;2;1;0;1;2 +46,169;1;1;0;1;0;1;0;2;1;0;1;2 +46,1762;1;1;0;1;0;1;0;2;1;0;1;2 +46,1754;1;1;0;1;0;1;0;2;1;0;1;2 +46,1802;1;1;0;1;0;1;0;2;1;0;1;2 +46,1818;1;1;0;1;0;1;0;2;1;0;1;2 +46,1804;1;1;0;1;0;1;0;2;1;0;1;2 +46,1843;1;1;0;1;0;1;0;2;1;0;1;2 +46,1857;1;1;0;1;0;1;0;2;1;0;1;2 +46,1889;1;1;0;1;0;1;0;2;1;0;1;2 +46,1892;1;1;0;1;0;1;0;2;1;0;1;1 +46,1864;1;1;0;1;0;1;0;2;1;0;1;1 +46,1877;1;1;0;1;0;1;0;2;1;0;1;1 +46,1907;1;1;0;1;0;1;0;2;1;0;1;1 +46,1894;1;1;0;1;0;1;0;2;1;0;1;1 +46,1864;1;1;0;1;0;1;0;2;1;0;1;1 +46,1858;1;1;0;1;0;1;0;2;1;0;1;1 +46,1874;1;1;0;1;0;1;0;2;1;0;1;1 +46,1869;1;1;0;1;0;1;0;2;1;0;1;1 +46,1862;1;1;0;1;0;1;0;2;1;0;1;1 +46,1874;1;1;0;1;0;1;0;2;1;0;1;1 +46,1833;1;1;0;1;0;1;0;2;1;0;1;1 +46,1881;1;1;0;1;0;1;0;2;1;0;1;1 +46,1882;1;1;0;1;0;1;0;2;1;0;1;1 +46,1868;1;1;0;1;0;1;0;2;1;0;1;1 +46,1896;1;1;0;1;0;1;0;2;1;0;1;1 +46,1878;1;1;0;1;0;1;0;2;1;0;1;1 +46,1886;1;1;0;1;0;1;0;2;1;0;1;1 +46,1882;1;1;0;1;0;1;0;2;1;0;1;1 +46,1875;1;1;0;1;0;1;0;2;1;0;1;1 +46,1892;1;1;0;1;0;1;0;2;1;0;1;1 +46,1871;1;1;0;1;0;1;0;2;1;0;1;1 +46,1873;1;1;0;1;0;1;0;2;1;0;1;1 +46,1903;1;1;0;1;0;1;0;2;1;0;1;1 +46,1884;1;1;0;1;0;1;0;2;1;0;1;1 +46,1878;1;1;0;1;0;1;0;2;1;0;1;1 +46,1859;1;1;0;1;0;1;0;2;1;0;1;1 +46,1873;1;1;0;1;0;1;0;2;1;0;1;1 +46,1876;1;1;0;1;0;1;0;2;1;0;1;1 +46,1873;1;1;0;1;0;1;0;2;1;0;1;1 +46,1862;1;1;0;1;0;1;0;2;1;0;1;1 +46,1874;1;1;0;1;0;1;0;2;1;0;1;1 +46,1888;1;1;0;1;0;1;0;2;1;0;1;1 +46,1876;1;1;0;1;0;1;0;2;1;0;1;1 +46,1891;1;1;0;1;0;1;0;2;1;0;1;1 +46,1876;1;1;0;1;0;1;0;2;1;0;1;1 +46,1903;1;1;0;1;0;1;0;2;1;0;1;1 +46,1888;1;1;0;1;0;1;0;2;1;0;1;1 +46,1892;1;1;0;1;0;1;0;2;1;0;1;1 +46,1888;1;1;0;1;0;1;0;2;1;0;1;1 +46,1865;1;1;0;1;0;1;0;2;1;0;1;1 +46,1876;1;1;0;1;0;1;0;2;1;0;1;1 +46,1879;1;1;0;1;0;1;0;2;1;0;1;1 +46,1882;1;1;0;1;0;1;0;2;1;0;1;1 +46,1876;1;1;0;1;0;1;0;2;1;0;1;1 +46,1891;1;1;0;1;0;1;0;2;1;0;1;1 +46,1869;1;1;0;1;0;1;0;2;1;0;1;1 +46,1868;1;1;0;1;0;1;0;2;1;0;1;1 +46,1866;1;1;0;1;0;1;0;2;1;0;1;1 +46,186;1;1;0;1;0;1;0;2;1;0;1;1 +46,1873;1;1;0;1;0;1;0;2;1;0;1;2 +46,18;1;1;0;1;0;1;0;2;1;0;1;2 +46,1855;1;1;0;1;0;1;0;2;1;0;1;2 +46,1832;1;1;0;1;0;1;0;2;1;0;1;2 +46,1894;1;1;0;1;0;1;0;2;1;0;1;2 +46,181;1;1;0;1;0;1;0;2;1;0;1;2 +46,1833;1;1;0;1;0;1;0;2;1;0;1;2 +46,1813;1;1;0;1;0;1;0;2;1;0;1;2 +46,179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1779;1;1;0;1;0;1;0;2;1;0;1;2 +46,1756;1;1;0;1;0;1;0;2;1;0;1;2 +46,1782;1;1;0;1;0;1;0;2;1;0;1;2 +46,1807;1;1;0;1;0;1;0;2;1;0;1;2 +46,1778;1;1;0;1;0;1;0;2;1;0;1;2 +46,1727;1;1;0;1;0;1;0;2;1;0;1;2 +46,1744;1;1;0;1;0;1;0;2;1;0;1;2 +46,1725;1;1;0;1;0;1;0;2;1;0;1;2 +46,1738;1;1;0;1;0;1;0;2;1;0;1;2 +46,1707;1;1;0;1;0;1;0;2;1;0;1;2 +46,1708;1;1;0;1;0;1;0;2;1;0;1;2 +46,1714;1;1;0;1;0;1;0;2;1;0;1;2 +46,1699;1;1;0;1;0;1;0;2;1;0;1;2 +46,1663;1;1;0;1;0;1;0;2;1;0;1;2 +46,1722;1;1;0;1;0;1;0;2;1;0;1;2 +46,1681;1;1;0;1;0;1;0;2;1;0;1;2 +46,1635;1;1;0;1;0;1;0;2;1;0;1;2 +46,1617;1;1;0;1;0;1;0;2;1;0;1;2 +46,1604;1;1;0;1;0;1;0;2;1;0;1;2 +46,1651;1;1;0;1;0;1;0;2;1;0;1;2 +46,1574;1;1;0;1;0;1;0;2;1;0;1;2 +46,1586;1;1;0;1;0;1;0;2;1;0;1;2 +46,1603;1;1;0;1;0;1;0;2;1;0;1;2 +46,1577;1;1;0;1;0;1;0;2;1;0;1;2 +46,1581;1;1;0;1;0;1;0;2;1;0;1;2 +46,1581;1;1;0;1;0;1;0;2;1;0;1;2 +46,1552;1;1;0;1;0;1;0;2;1;0;1;2 +46,1545;1;1;0;1;0;1;0;2;1;0;1;2 +46,1492;1;1;0;1;0;1;0;2;1;0;1;2 +46,152;1;1;0;1;0;1;0;2;1;0;1;2 +46,153;1;1;0;1;0;1;0;2;1;0;1;2 +46,1521;1;1;0;1;0;1;0;2;1;0;1;2 +46,1513;1;1;0;1;0;1;0;2;1;0;1;2 +46,1472;1;1;0;1;0;1;0;2;1;0;1;2 +46,1482;1;1;0;1;0;1;0;2;1;0;1;2 +46,1474;1;1;0;1;0;1;0;2;1;0;1;2 +46,1482;1;1;0;1;0;1;0;2;1;0;1;2 +46,1429;1;1;0;1;0;1;0;2;1;0;1;2 +46,1432;1;1;0;1;0;1;0;2;1;0;1;2 +46,143;1;1;0;1;0;1;0;2;1;0;1;2 +46,1437;1;1;0;1;0;1;0;2;1;0;1;2 +46,1421;1;1;0;1;0;1;0;2;1;0;1;2 +46,1394;1;1;0;1;0;1;0;2;1;0;1;2 +46,1388;1;1;0;1;0;1;0;2;1;0;1;2 +46,1409;1;1;0;1;0;1;0;2;1;0;1;2 +46,1393;1;1;0;1;0;1;0;2;1;0;1;2 +46,1387;1;1;0;1;0;1;0;2;1;0;1;2 +46,1355;1;1;0;1;0;1;0;2;1;0;1;2 +46,1379;1;1;0;1;0;1;0;2;1;0;1;2 +46,1347;1;1;0;1;0;1;0;2;1;0;1;2 +46,1346;1;1;0;1;0;1;0;2;1;0;1;2 +46,1324;1;1;0;1;0;1;0;2;1;0;1;2 +46,1317;1;1;0;1;0;1;0;2;1;0;1;2 +46,1302;1;1;0;1;0;1;0;2;1;0;1;2 +46,1317;1;1;0;1;0;1;0;2;1;0;1;2 +46,1302;1;1;0;1;0;1;0;2;1;0;1;2 +46,1283;1;1;0;1;0;1;0;2;1;0;1;2 +46,1275;1;1;0;1;0;1;0;2;1;0;1;2 +46,1254;1;1;0;1;0;1;0;2;1;0;1;2 +46,1255;1;1;0;1;0;1;0;2;1;0;1;2 +46,124;1;1;0;1;0;1;0;2;1;0;1;2 +46,1228;1;1;0;1;0;1;0;2;1;0;1;2 +46,125;1;1;0;1;0;1;0;2;1;0;1;2 +46,1234;1;1;0;1;0;1;0;2;1;0;1;2 +46,1217;1;1;0;1;0;1;0;2;1;0;1;2 +46,1201;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1177;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1102;1;1;0;1;0;1;0;2;1;0;1;2 +46,1178;1;1;0;1;0;1;0;2;1;0;1;2 +46,114;1;1;0;1;0;1;0;2;1;0;1;2 +46,1147;1;1;0;1;0;1;0;2;1;0;1;2 +46,1143;1;1;0;1;0;1;0;2;1;0;1;2 +46,1098;1;1;0;1;0;1;0;2;1;0;1;2 +46,1105;1;1;0;1;0;1;0;2;1;0;1;2 +46,1094;1;1;0;1;0;1;0;2;1;0;1;2 +46,1073;1;1;0;1;0;1;0;2;1;0;1;2 +46,1093;1;1;0;1;0;1;0;2;1;0;1;2 +46,1028;1;1;0;1;0;1;0;2;1;0;1;2 +46,107;1;1;0;1;0;1;0;2;1;0;1;2 +46,1061;1;1;0;1;0;1;0;2;1;0;1;2 +46,1052;1;1;0;1;0;1;0;2;1;0;1;2 +46,1053;1;1;0;1;0;1;0;2;1;0;1;2 +46,103;1;1;0;1;0;1;0;2;1;0;1;2 +46,1041;1;1;0;1;0;1;0;2;1;0;1;2 +46,1004;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0991;1;1;0;1;0;1;0;2;1;0;1;2 +46,1009;1;1;0;1;0;1;0;2;1;0;1;2 +46,1008;1;1;0;1;0;1;0;2;1;0;1;2 +46,0948;1;1;0;1;0;1;0;2;1;0;1;2 +46,1127;1;1;0;1;0;1;0;2;1;0;1;2 +46,0943;1;1;0;1;0;1;0;2;1;0;1;2 +46,0961;1;1;0;1;0;1;0;2;1;0;1;2 +46,0888;1;1;0;1;0;1;0;2;1;0;1;2 +46,0937;1;1;0;1;0;1;0;2;1;0;1;2 +46,0871;1;1;0;1;0;1;0;2;1;0;1;2 +46,0886;1;1;0;1;0;1;0;2;1;0;1;2 +46,0903;1;1;0;1;0;1;0;2;1;0;1;2 +46,0894;1;1;0;1;0;1;0;2;1;0;1;2 +46,0873;1;1;0;1;0;1;0;2;1;0;1;2 +46,0855;1;1;0;1;0;1;0;2;1;0;1;2 +46,0871;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0862;1;1;0;1;0;1;0;2;1;0;1;2 +46,0831;1;1;0;1;0;1;0;2;1;0;1;2 +46,0822;1;1;0;1;0;1;0;2;1;0;1;2 +46,0795;1;1;0;1;0;1;0;2;1;0;1;2 +46,0817;1;1;0;1;0;1;0;2;1;0;1;2 +46,0789;1;1;0;1;0;1;0;2;1;0;1;2 +46,0788;1;1;0;1;0;1;0;2;1;0;1;2 +46,0767;1;1;0;1;0;1;0;2;1;0;1;2 +46,0763;1;1;0;1;0;1;0;2;1;0;1;2 +46,0782;1;1;0;1;0;1;0;2;1;0;1;2 +46,0757;1;1;0;1;0;1;0;2;1;0;1;2 +46,0745;1;1;0;1;0;1;0;2;1;0;1;2 +46,0732;1;1;0;1;0;1;0;2;1;0;1;2 +46,0718;1;1;0;1;0;1;0;2;1;0;1;2 +46,0724;1;1;0;1;0;1;0;2;1;0;1;2 +46,0704;1;1;0;1;0;1;0;2;1;0;1;2 +46,0708;1;1;0;1;0;1;0;2;1;0;1;2 +46,0662;1;1;0;1;0;1;0;2;1;0;1;2 +46,068;1;1;0;1;0;1;0;2;1;0;1;2 +46,0718;1;1;0;1;0;1;0;2;1;0;1;2 +46,067;1;1;0;1;0;1;0;2;1;0;1;2 +46,0644;1;1;0;1;0;1;0;2;1;0;1;2 +46,0638;1;1;0;1;0;1;0;2;1;0;1;2 +46,0656;1;1;0;1;0;1;0;2;1;0;1;2 +46,0618;1;1;0;1;0;1;0;2;1;0;1;2 +46,0604;1;1;0;1;0;1;0;2;1;0;1;2 +46,0622;1;1;0;1;0;1;0;2;1;0;1;2 +46,0608;1;1;0;1;0;1;0;2;1;0;1;2 +46,0633;1;1;0;1;0;1;0;2;1;0;1;2 +46,0593;1;1;0;1;0;1;0;2;1;0;1;2 +46,0591;1;1;0;1;0;1;0;2;1;0;1;2 +46,058;1;1;0;1;0;1;0;2;1;0;1;2 +46,0564;1;1;0;1;0;1;0;2;1;0;1;2 +46,0533;1;1;0;1;0;1;0;2;1;0;1;2 +46,0532;1;1;0;1;0;1;0;2;1;0;1;2 +46,0539;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,0573;1;1;0;1;0;1;0;2;1;0;1;2 +46,0522;1;1;0;1;0;1;0;2;1;0;1;2 +46,0518;1;1;0;1;0;1;0;2;1;0;1;2 +46,0504;1;1;0;1;0;1;0;2;1;0;1;2 +46,047;1;1;0;1;0;1;0;2;1;0;1;2 +46,0469;1;1;0;1;0;1;0;2;1;0;1;2 +46,0469;1;1;0;1;0;1;0;2;1;0;1;2 +46,0463;1;1;0;1;0;1;0;2;1;0;1;2 +46,0464;1;1;0;1;0;1;0;2;1;0;1;2 +46,0437;1;1;0;1;0;1;0;2;1;0;1;2 +46,0417;1;1;0;1;0;1;0;2;1;0;1;2 +46,0382;1;1;0;1;0;1;0;2;1;0;1;2 +46,037;1;1;0;1;0;1;0;2;1;0;1;2 +46,0384;1;1;0;1;0;1;0;2;1;0;1;2 +46,0431;1;1;0;1;0;1;0;2;1;0;1;2 +46,0359;1;1;0;1;0;1;0;2;1;0;1;2 +46,037;1;1;0;1;0;1;0;2;1;0;1;2 +46,0351;1;1;0;1;0;1;0;2;1;0;1;2 +46,0388;1;1;0;1;0;1;0;2;1;0;1;2 +46,0344;1;1;0;1;0;1;0;2;1;0;1;2 +46,0315;1;1;0;1;0;1;0;2;1;0;1;2 +46,0373;1;1;0;1;0;1;0;2;1;0;1;2 +46,0332;1;1;0;1;0;1;0;2;1;0;1;2 +46,0329;1;1;0;1;0;1;0;2;1;0;1;2 +46,0287;1;1;0;1;0;1;0;2;1;0;1;2 +46,0292;1;1;0;1;0;1;0;2;1;0;1;2 +46,0295;1;1;0;1;0;1;0;2;1;0;1;2 +46,0272;1;1;0;1;0;1;0;2;1;0;1;2 +46,0249;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0288;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0228;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0238;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0219;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0193;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,02;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0205;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0176;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0206;1;1;0;1;0;1;0;2;1;0;0,973724;2 +46,0169;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0169;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0134;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,014;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0131;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0127;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0119;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0052;1;1;0;1;0;1;0;2;1;0;0,545612;2 +46,0064;1;1;0;1;0;1;0;1;1;0;0,885218;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,885218;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0143;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0046;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0103;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,971167;1 +46,0033;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0031;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,96186;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0119;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,98132;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0054;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0046;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0122;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0035;1;1;0;1;0;1;0;1;1;0;1;1 +46,0027;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,015;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0042;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0034;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,993335;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0123;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,978951;1 +46,0112;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0121;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,98775;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,98775;1 diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..d383a3e Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..6c62de5 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_5/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..e4e7967 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..a25a92e Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_6/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel.csv b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel.csv new file mode 100644 index 0000000..58af756 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,006;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0109;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0069;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,0118;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,007;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,005;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,0067;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0065;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0087;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,014;1;1;0;1;0;1;0;0;1;0;0;1 +46,0088;1;1;0;1;0;1;0;0;1;0;0;1 +46,0064;1;1;0;1;0;1;0;0;1;0;0;1 +46,0091;1;1;0;1;0;1;0;0;1;0;0;1 +46,0089;1;1;0;1;0;1;0;0;1;0;0;1 +46,0096;1;1;0;1;0;1;0;0;1;0;0;1 +46,0096;1;1;0;1;0;1;0;0;1;0;0;1 +46,0081;1;1;0;1;0;1;0;0;1;0;0;1 +46,008;1;1;0;1;0;1;0;0;1;0;0;1 +46,0058;1;1;0;1;0;1;0;0;1;0;0;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0124;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0045;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0054;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,981658;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0044;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0047;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,012;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,994857;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,963044;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;1;1 +46,0041;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0119;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0124;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,012;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0038;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0038;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,998411;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0123;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,987412;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0051;1;1;0;1;0;1;0;1;1;0;1;1 +46,0117;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0127;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0051;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,978782;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,959321;1 +46,0138;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,996718;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,0139;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,0134;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,0189;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,0157;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,02;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,0193;1;1;0;1;0;1;0;1;1;0;0,997903;2 +46,0218;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0228;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0209;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0249;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0284;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0295;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,029;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0349;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0323;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0314;1;1;0;1;0;1;0;1;1;0;0,716044;2 +46,0334;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0371;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0372;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0387;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0408;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0407;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0439;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0434;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0449;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0482;1;1;0;1;0;1;0;2;1;0;0,884467;2 +46,0493;1;1;0;1;0;1;0;2;1;0;1;2 +46,049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0481;1;1;0;1;0;1;0;2;1;0;1;2 +46,051;1;1;0;1;0;1;0;2;1;0;1;2 +46,0538;1;1;0;1;0;1;0;2;1;0;1;2 +46,0563;1;1;0;1;0;1;0;2;1;0;1;2 +46,0556;1;1;0;1;0;1;0;2;1;0;1;2 +46,0587;1;1;0;1;0;1;0;2;1;0;1;2 +46,0601;1;1;0;1;0;1;0;2;1;0;1;2 +46,0596;1;1;0;1;0;1;0;2;1;0;1;2 +46,0617;1;1;0;1;0;1;0;2;1;0;1;2 +46,0608;1;1;0;1;0;1;0;2;1;0;1;2 +46,0661;1;1;0;1;0;1;0;2;1;0;1;2 +46,0638;1;1;0;1;0;1;0;2;1;0;1;2 +46,066;1;1;0;1;0;1;0;2;1;0;1;2 +46,0686;1;1;0;1;0;1;0;2;1;0;1;2 +46,0714;1;1;0;1;0;1;0;2;1;0;1;2 +46,0694;1;1;0;1;0;1;0;2;1;0;1;2 +46,0682;1;1;0;1;0;1;0;2;1;0;1;2 +46,075;1;1;0;1;0;1;0;2;1;0;1;2 +46,0734;1;1;0;1;0;1;0;2;1;0;1;2 +46,0765;1;1;0;1;0;1;0;2;1;0;1;2 +46,0742;1;1;0;1;0;1;0;2;1;0;1;2 +46,0772;1;1;0;1;0;1;0;2;1;0;1;2 +46,0797;1;1;0;1;0;1;0;2;1;0;1;2 +46,0797;1;1;0;1;0;1;0;2;1;0;1;2 +46,0818;1;1;0;1;0;1;0;2;1;0;1;2 +46,0847;1;1;0;1;0;1;0;2;1;0;1;2 +46,0869;1;1;0;1;0;1;0;2;1;0;1;2 +46,0881;1;1;0;1;0;1;0;2;1;0;1;2 +46,0895;1;1;0;1;0;1;0;2;1;0;1;2 +46,0889;1;1;0;1;0;1;0;2;1;0;1;2 +46,0915;1;1;0;1;0;1;0;2;1;0;1;2 +46,0917;1;1;0;1;0;1;0;2;1;0;1;2 +46,0935;1;1;0;1;0;1;0;2;1;0;1;2 +46,0971;1;1;0;1;0;1;0;2;1;0;1;2 +46,0971;1;1;0;1;0;1;0;2;1;0;1;2 +46,0984;1;1;0;1;0;1;0;2;1;0;1;2 +46,0964;1;1;0;1;0;1;0;2;1;0;1;2 +46,0988;1;1;0;1;0;1;0;2;1;0;1;2 +46,1015;1;1;0;1;0;1;0;2;1;0;1;2 +46,1014;1;1;0;1;0;1;0;2;1;0;1;2 +46,1057;1;1;0;1;0;1;0;2;1;0;1;2 +46,1048;1;1;0;1;0;1;0;2;1;0;1;2 +46,1047;1;1;0;1;0;1;0;2;1;0;1;2 +46,1088;1;1;0;1;0;1;0;2;1;0;1;2 +46,1088;1;1;0;1;0;1;0;2;1;0;1;2 +46,1124;1;1;0;1;0;1;0;2;1;0;1;2 +46,1141;1;1;0;1;0;1;0;2;1;0;1;2 +46,1149;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1149;1;1;0;1;0;1;0;2;1;0;1;2 +46,118;1;1;0;1;0;1;0;2;1;0;1;2 +46,119;1;1;0;1;0;1;0;2;1;0;1;2 +46,121;1;1;0;1;0;1;0;2;1;0;1;2 +46,1226;1;1;0;1;0;1;0;2;1;0;1;2 +46,1244;1;1;0;1;0;1;0;2;1;0;1;2 +46,1246;1;1;0;1;0;1;0;2;1;0;1;2 +46,1253;1;1;0;1;0;1;0;2;1;0;1;2 +46,1265;1;1;0;1;0;1;0;2;1;0;1;2 +46,1281;1;1;0;1;0;1;0;2;1;0;1;2 +46,1294;1;1;0;1;0;1;0;2;1;0;1;2 +46,1333;1;1;0;1;0;1;0;2;1;0;1;2 +46,1302;1;1;0;1;0;1;0;2;1;0;1;2 +46,1313;1;1;0;1;0;1;0;2;1;0;1;2 +46,1335;1;1;0;1;0;1;0;2;1;0;1;2 +46,1365;1;1;0;1;0;1;0;2;1;0;1;2 +46,1412;1;1;0;1;0;1;0;2;1;0;1;2 +46,1375;1;1;0;1;0;1;0;2;1;0;1;2 +46,139;1;1;0;1;0;1;0;2;1;0;1;2 +46,1406;1;1;0;1;0;1;0;2;1;0;1;2 +46,1452;1;1;0;1;0;1;0;2;1;0;1;2 +46,1449;1;1;0;1;0;1;0;2;1;0;1;2 +46,1484;1;1;0;1;0;1;0;2;1;0;1;2 +46,1459;1;1;0;1;0;1;0;2;1;0;1;2 +46,1476;1;1;0;1;0;1;0;2;1;0;1;2 +46,1538;1;1;0;1;0;1;0;2;1;0;1;2 +46,152;1;1;0;1;0;1;0;2;1;0;1;2 +46,1552;1;1;0;1;0;1;0;2;1;0;1;2 +46,1537;1;1;0;1;0;1;0;2;1;0;1;2 +46,1567;1;1;0;1;0;1;0;2;1;0;1;2 +46,1581;1;1;0;1;0;1;0;2;1;0;1;2 +46,1585;1;1;0;1;0;1;0;2;1;0;1;2 +46,1615;1;1;0;1;0;1;0;2;1;0;1;2 +46,1626;1;1;0;1;0;1;0;2;1;0;1;2 +46,1616;1;1;0;1;0;1;0;2;1;0;1;2 +46,165;1;1;0;1;0;1;0;2;1;0;1;2 +46,1643;1;1;0;1;0;1;0;2;1;0;1;2 +46,1679;1;1;0;1;0;1;0;2;1;0;1;2 +46,1667;1;1;0;1;0;1;0;2;1;0;1;2 +46,1712;1;1;0;1;0;1;0;2;1;0;1;2 +46,1698;1;1;0;1;0;1;0;2;1;0;1;2 +46,1721;1;1;0;1;0;1;0;2;1;0;1;2 +46,1721;1;1;0;1;0;1;0;2;1;0;1;2 +46,1711;1;1;0;1;0;1;0;2;1;0;1;2 +46,1746;1;1;0;1;0;1;0;2;1;0;1;2 +46,1791;1;1;0;1;0;1;0;2;1;0;1;2 +46,1798;1;1;0;1;0;1;0;2;1;0;1;2 +46,1801;1;1;0;1;0;1;0;2;1;0;1;2 +46,1816;1;1;0;1;0;1;0;2;1;0;1;2 +46,1835;1;1;0;1;0;1;0;2;1;0;1;2 +46,1862;1;1;0;1;0;1;0;2;1;0;1;2 +46,1869;1;1;0;1;0;1;0;2;1;0;1;2 +46,1867;1;1;0;1;0;1;0;2;1;0;1;2 +46,1879;1;1;0;1;0;1;0;2;1;0;1;2 +46,1907;1;1;0;1;0;1;0;2;1;0;1;2 +46,1906;1;1;0;1;0;1;0;2;1;0;1;2 +46,1925;1;1;0;1;0;1;0;2;1;0;1;2 +46,1933;1;1;0;1;0;1;0;2;1;0;1;2 +46,1932;1;1;0;1;0;1;0;2;1;0;1;2 +46,1947;1;1;0;1;0;1;0;2;1;0;1;2 +46,1982;1;1;0;1;0;1;0;2;1;0;1;2 +46,2048;1;1;0;1;0;1;0;2;1;0;1;2 +46,1999;1;1;0;1;0;1;0;2;1;0;1;2 +46,2022;1;1;0;1;0;1;0;2;1;0;1;2 +46,2061;1;1;0;1;0;1;0;2;1;0;1;2 +46,2062;1;1;0;1;0;1;0;2;1;0;1;2 +46,2096;1;1;0;1;0;1;0;2;1;0;1;2 +46,2058;1;1;0;1;0;1;0;2;1;0;1;2 +46,218;1;1;0;1;0;1;0;2;1;0;1;2 +46,209;1;1;0;1;0;1;0;2;1;0;1;2 +46,2093;1;1;0;1;0;1;0;2;1;0;1;2 +46,2133;1;1;0;1;0;1;0;2;1;0;1;2 +46,2121;1;1;0;1;0;1;0;2;1;0;1;2 +46,2158;1;1;0;1;0;1;0;2;1;0;1;2 +46,2135;1;1;0;1;0;1;0;2;1;0;1;2 +46,2139;1;1;0;1;0;1;0;2;1;0;1;2 +46,2199;1;1;0;1;0;1;0;2;1;0;1;2 +46,2219;1;1;0;1;0;1;0;2;1;0;1;2 +46,2196;1;1;0;1;0;1;0;2;1;0;1;2 +46,2231;1;1;0;1;0;1;0;2;1;0;1;2 +46,2245;1;1;0;1;0;1;0;2;1;0;1;2 +46,2268;1;1;0;1;0;1;0;2;1;0;1;2 +46,2317;1;1;0;1;0;1;0;2;1;0;1;2 +46,2284;1;1;0;1;0;1;0;2;1;0;1;2 +46,2292;1;1;0;1;0;1;0;2;1;0;1;2 +46,2289;1;1;0;1;0;1;0;2;1;0;1;2 +46,2331;1;1;0;1;0;1;0;2;1;0;1;2 +46,2344;1;1;0;1;0;1;0;2;1;0;1;2 +46,2316;1;1;0;1;0;1;0;2;1;0;1;2 +46,2297;1;1;0;1;0;1;0;2;1;0;1;2 +46,2342;1;1;0;1;0;1;0;2;1;0;1;2 +46,2374;1;1;0;1;0;1;0;2;1;0;1;2 +46,2388;1;1;0;1;0;1;0;2;1;0;1;2 +46,2371;1;1;0;1;0;1;0;2;1;0;1;2 +46,2413;1;1;0;1;0;1;0;2;1;0;1;2 +46,2418;1;1;0;1;0;1;0;2;1;0;1;2 +46,242;1;1;0;1;0;1;0;2;1;0;1;2 +46,2451;1;1;0;1;0;1;0;2;1;0;1;2 +46,2488;1;1;0;1;0;1;0;2;1;0;1;2 +46,2498;1;1;0;1;0;1;0;2;1;0;1;2 +46,2505;1;1;0;1;0;1;0;2;1;0;1;2 +46,2526;1;1;0;1;0;1;0;2;1;0;1;2 +46,2518;1;1;0;1;0;1;0;2;1;0;1;2 +46,2534;1;1;0;1;0;1;0;2;1;0;1;2 +46,2568;1;1;0;1;0;1;0;2;1;0;1;2 +46,2563;1;1;0;1;0;1;0;2;1;0;1;2 +46,2579;1;1;0;1;0;1;0;2;1;0;1;2 +46,2613;1;1;0;1;0;1;0;2;1;0;1;2 +46,2644;1;1;0;1;0;1;0;2;1;0;1;2 +46,2613;1;1;0;1;0;1;0;2;1;0;1;2 +46,2598;1;1;0;1;0;1;0;2;1;0;1;2 +46,2662;1;1;0;1;0;1;0;2;1;0;1;2 +46,2675;1;1;0;1;0;1;0;2;1;0;1;2 +46,2667;1;1;0;1;0;1;0;2;1;0;1;2 +46,2712;1;1;0;1;0;1;0;2;1;0;1;2 +46,2699;1;1;0;1;0;1;0;2;1;0;1;2 +46,2723;1;1;0;1;0;1;0;2;1;0;1;2 +46,2751;1;1;0;1;0;1;0;2;1;0;1;2 +46,275;1;1;0;1;0;1;0;2;1;0;1;2 +46,2729;1;1;0;1;0;1;0;2;1;0;1;2 +46,2772;1;1;0;1;0;1;0;2;1;0;1;2 +46,2796;1;1;0;1;0;1;0;2;1;0;1;2 +46,2807;1;1;0;1;0;1;0;2;1;0;1;2 +46,2808;1;1;0;1;0;1;0;2;1;0;1;2 +46,286;1;1;0;1;0;1;0;2;1;0;1;2 +46,278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2869;1;1;0;1;0;1;0;2;1;0;1;2 +46,2916;1;1;0;1;0;1;0;2;1;0;1;2 +46,2874;1;1;0;1;0;1;0;2;1;0;1;2 +46,2897;1;1;0;1;0;1;0;2;1;0;1;2 +46,2903;1;1;0;1;0;1;0;2;1;0;1;2 +46,292;1;1;0;1;0;1;0;2;1;0;1;2 +46,2942;1;1;0;1;0;1;0;2;1;0;1;2 +46,2909;1;1;0;1;0;1;0;2;1;0;1;2 +46,2968;1;1;0;1;0;1;0;2;1;0;1;2 +46,2952;1;1;0;1;0;1;0;2;1;0;1;2 +46,2985;1;1;0;1;0;1;0;2;1;0;1;2 +46,2964;1;1;0;1;0;1;0;2;1;0;1;2 +46,3015;1;1;0;1;0;1;0;2;1;0;1;2 +46,3051;1;1;0;1;0;1;0;2;1;0;1;2 +46,301;1;1;0;1;0;1;0;2;1;0;1;2 +46,3058;1;1;0;1;0;1;0;2;1;0;1;2 +46,3079;1;1;0;1;0;1;0;2;1;0;1;2 +46,3063;1;1;0;1;0;1;0;2;1;0;1;2 +46,3121;1;1;0;1;0;1;0;2;1;0;1;2 +46,3104;1;1;0;1;0;1;0;2;1;0;1;2 +46,3113;1;1;0;1;0;1;0;2;1;0;1;2 +46,3138;1;1;0;1;0;1;0;2;1;0;1;2 +46,3185;1;1;0;1;0;1;0;2;1;0;1;2 +46,3184;1;1;0;1;0;1;0;2;1;0;1;2 +46,3217;1;1;0;1;0;1;0;2;1;0;1;2 +46,3194;1;1;0;1;0;1;0;2;1;0;1;2 +46,3207;1;1;0;1;0;1;0;2;1;0;1;2 +46,3188;1;1;0;1;0;1;0;2;1;0;1;2 +46,3249;1;1;0;1;0;1;0;2;1;0;1;2 +46,3224;1;1;0;1;0;1;0;2;1;0;1;2 +46,327;1;1;0;1;0;1;0;2;1;0;1;2 +46,3306;1;1;0;1;0;1;0;2;1;0;1;2 +46,3304;1;1;0;1;0;1;0;2;1;0;1;2 +46,3281;1;1;0;1;0;1;0;2;1;0;1;2 +46,3302;1;1;0;1;0;1;0;2;1;0;1;2 +46,3358;1;1;0;1;0;1;0;2;1;0;1;2 +46,3332;1;1;0;1;0;1;0;2;1;0;1;2 +46,3385;1;1;0;1;0;1;0;2;1;0;1;2 +46,333;1;1;0;1;0;1;0;2;1;0;1;2 +46,3374;1;1;0;1;0;1;0;2;1;0;1;2 +46,339;1;1;0;1;0;1;0;2;1;0;1;2 +46,3409;1;1;0;1;0;1;0;2;1;0;1;2 +46,3432;1;1;0;1;0;1;0;2;1;0;1;2 +46,3418;1;1;0;1;0;1;0;2;1;0;1;2 +46,3435;1;1;0;1;0;1;0;2;1;0;1;2 +46,346;1;1;0;1;0;1;0;2;1;0;1;2 +46,3426;1;1;0;1;0;1;0;2;1;0;1;2 +46,3508;1;1;0;1;0;1;0;2;1;0;1;2 +46,3517;1;1;0;1;0;1;0;2;1;0;1;2 +46,3507;1;1;0;1;0;1;0;2;1;0;1;2 +46,3496;1;1;0;1;0;1;0;2;1;0;1;2 +46,3534;1;1;0;1;0;1;0;2;1;0;1;2 +46,3519;1;1;0;1;0;1;0;2;1;0;1;2 +46,3524;1;1;0;1;0;1;0;2;1;0;1;2 +46,0112;1;1;0;1;0;1;0;2;1;0;1;1 +46,0084;1;1;0;1;0;1;0;2;1;0;1;1 +46,0058;1;1;0;1;0;1;0;2;1;0;1;1 +46,0071;1;1;0;1;0;1;0;2;1;0;1;1 +46,0059;1;1;0;1;0;1;0;2;1;0;1;1 +46,007;1;1;0;1;0;1;0;2;1;0;1;1 +46,0083;1;1;0;1;0;1;0;2;1;0;1;1 +46,0043;1;1;0;1;0;1;0;2;1;0;1;1 +46,0079;1;1;0;1;0;1;0;2;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,97269;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0131;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,968628;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0123;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0019;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,991135;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0037;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,976751;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,975905;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,0132;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,004;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,993166;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,005;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,999257;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,0144;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,013;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,0154;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,0156;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,0207;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,0192;1;1;0;1;0;1;0;1;1;0;0,999257;2 +46,0274;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0232;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0266;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0265;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0232;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0287;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0293;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0301;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0319;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,0341;1;1;0;1;0;1;0;1;1;0;0,699466;2 +46,036;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0375;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0375;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0374;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0375;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0418;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0432;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0451;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0444;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0454;1;1;0;1;0;1;0;2;1;0;0,893258;2 +46,0491;1;1;0;1;0;1;0;2;1;0;1;2 +46,0489;1;1;0;1;0;1;0;2;1;0;1;2 +46,0548;1;1;0;1;0;1;0;2;1;0;1;2 +46,053;1;1;0;1;0;1;0;2;1;0;1;2 +46,0515;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,05;1;1;0;1;0;1;0;2;1;0;1;2 +46,0556;1;1;0;1;0;1;0;2;1;0;1;2 +46,056;1;1;0;1;0;1;0;2;1;0;1;2 +46,0605;1;1;0;1;0;1;0;2;1;0;1;2 +46,0604;1;1;0;1;0;1;0;2;1;0;1;2 +46,068;1;1;0;1;0;1;0;2;1;0;1;2 +46,0643;1;1;0;1;0;1;0;2;1;0;1;2 +46,0631;1;1;0;1;0;1;0;2;1;0;1;2 +46,0672;1;1;0;1;0;1;0;2;1;0;1;2 +46,0703;1;1;0;1;0;1;0;2;1;0;1;2 +46,0682;1;1;0;1;0;1;0;2;1;0;1;2 +46,068;1;1;0;1;0;1;0;2;1;0;1;2 +46,0711;1;1;0;1;0;1;0;2;1;0;1;2 +46,0753;1;1;0;1;0;1;0;2;1;0;1;2 +46,0752;1;1;0;1;0;1;0;2;1;0;1;2 +46,0773;1;1;0;1;0;1;0;2;1;0;1;2 +46,077;1;1;0;1;0;1;0;2;1;0;1;2 +46,079;1;1;0;1;0;1;0;2;1;0;1;2 +46,0778;1;1;0;1;0;1;0;2;1;0;1;2 +46,0819;1;1;0;1;0;1;0;2;1;0;1;2 +46,0834;1;1;0;1;0;1;0;2;1;0;1;2 +46,0848;1;1;0;1;0;1;0;2;1;0;1;2 +46,0877;1;1;0;1;0;1;0;2;1;0;1;2 +46,0858;1;1;0;1;0;1;0;2;1;0;1;2 +46,0885;1;1;0;1;0;1;0;2;1;0;1;2 +46,0929;1;1;0;1;0;1;0;2;1;0;1;2 +46,0933;1;1;0;1;0;1;0;2;1;0;1;2 +46,0925;1;1;0;1;0;1;0;2;1;0;1;2 +46,0933;1;1;0;1;0;1;0;2;1;0;1;2 +46,0972;1;1;0;1;0;1;0;2;1;0;1;2 +46,0947;1;1;0;1;0;1;0;2;1;0;1;2 +46,098;1;1;0;1;0;1;0;2;1;0;1;2 +46,0973;1;1;0;1;0;1;0;2;1;0;1;2 +46,1017;1;1;0;1;0;1;0;2;1;0;1;2 +46,1045;1;1;0;1;0;1;0;2;1;0;1;2 +46,1041;1;1;0;1;0;1;0;2;1;0;1;2 +46,1016;1;1;0;1;0;1;0;2;1;0;1;2 +46,1057;1;1;0;1;0;1;0;2;1;0;1;2 +46,1077;1;1;0;1;0;1;0;2;1;0;1;2 +46,1092;1;1;0;1;0;1;0;2;1;0;1;2 +46,1106;1;1;0;1;0;1;0;2;1;0;1;2 +46,1087;1;1;0;1;0;1;0;2;1;0;1;2 +46,1116;1;1;0;1;0;1;0;2;1;0;1;2 +46,1143;1;1;0;1;0;1;0;2;1;0;1;2 +46,1148;1;1;0;1;0;1;0;2;1;0;1;2 +46,1161;1;1;0;1;0;1;0;2;1;0;1;2 +46,1179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1199;1;1;0;1;0;1;0;2;1;0;1;2 +46,1187;1;1;0;1;0;1;0;2;1;0;1;2 +46,1217;1;1;0;1;0;1;0;2;1;0;1;2 +46,1215;1;1;0;1;0;1;0;2;1;0;1;2 +46,1229;1;1;0;1;0;1;0;2;1;0;1;2 +46,1274;1;1;0;1;0;1;0;2;1;0;1;2 +46,1285;1;1;0;1;0;1;0;2;1;0;1;2 +46,1287;1;1;0;1;0;1;0;2;1;0;1;2 +46,1284;1;1;0;1;0;1;0;2;1;0;1;2 +46,13;1;1;0;1;0;1;0;2;1;0;1;2 +46,1293;1;1;0;1;0;1;0;2;1;0;1;2 +46,1361;1;1;0;1;0;1;0;2;1;0;1;2 +46,1394;1;1;0;1;0;1;0;2;1;0;1;2 +46,1369;1;1;0;1;0;1;0;2;1;0;1;2 +46,138;1;1;0;1;0;1;0;2;1;0;1;2 +46,1397;1;1;0;1;0;1;0;2;1;0;1;2 +46,1398;1;1;0;1;0;1;0;2;1;0;1;2 +46,1418;1;1;0;1;0;1;0;2;1;0;1;2 +46,1433;1;1;0;1;0;1;0;2;1;0;1;2 +46,1438;1;1;0;1;0;1;0;2;1;0;1;2 +46,1504;1;1;0;1;0;1;0;2;1;0;1;2 +46,1463;1;1;0;1;0;1;0;2;1;0;1;2 +46,1489;1;1;0;1;0;1;0;2;1;0;1;2 +46,1513;1;1;0;1;0;1;0;2;1;0;1;2 +46,1517;1;1;0;1;0;1;0;2;1;0;1;2 +46,1517;1;1;0;1;0;1;0;2;1;0;1;2 +46,1541;1;1;0;1;0;1;0;2;1;0;1;2 +46,1547;1;1;0;1;0;1;0;2;1;0;1;2 +46,1594;1;1;0;1;0;1;0;2;1;0;1;2 +46,1605;1;1;0;1;0;1;0;2;1;0;1;2 +46,1572;1;1;0;1;0;1;0;2;1;0;1;2 +46,1624;1;1;0;1;0;1;0;2;1;0;1;2 +46,1606;1;1;0;1;0;1;0;2;1;0;1;2 +46,1615;1;1;0;1;0;1;0;2;1;0;1;2 +46,1634;1;1;0;1;0;1;0;2;1;0;1;2 +46,1608;1;1;0;1;0;1;0;2;1;0;1;2 +46,1708;1;1;0;1;0;1;0;2;1;0;1;2 +46,1671;1;1;0;1;0;1;0;2;1;0;1;2 +46,1714;1;1;0;1;0;1;0;2;1;0;1;2 +46,1737;1;1;0;1;0;1;0;2;1;0;1;2 +46,1699;1;1;0;1;0;1;0;2;1;0;1;2 +46,1748;1;1;0;1;0;1;0;2;1;0;1;2 +46,1772;1;1;0;1;0;1;0;2;1;0;1;2 +46,1775;1;1;0;1;0;1;0;2;1;0;1;2 +46,1766;1;1;0;1;0;1;0;2;1;0;1;2 +46,1791;1;1;0;1;0;1;0;2;1;0;1;2 +46,1792;1;1;0;1;0;1;0;2;1;0;1;2 +46,1822;1;1;0;1;0;1;0;2;1;0;1;2 +46,1846;1;1;0;1;0;1;0;2;1;0;1;2 +46,1895;1;1;0;1;0;1;0;2;1;0;1;2 +46,1827;1;1;0;1;0;1;0;2;1;0;1;2 +46,1877;1;1;0;1;0;1;0;2;1;0;1;2 +46,187;1;1;0;1;0;1;0;2;1;0;1;2 +46,193;1;1;0;1;0;1;0;2;1;0;1;2 +46,1915;1;1;0;1;0;1;0;2;1;0;1;2 +46,1927;1;1;0;1;0;1;0;2;1;0;1;2 +46,1936;1;1;0;1;0;1;0;2;1;0;1;2 +46,1956;1;1;0;1;0;1;0;2;1;0;1;2 +46,2002;1;1;0;1;0;1;0;2;1;0;1;2 +46,1984;1;1;0;1;0;1;0;2;1;0;1;2 +46,1996;1;1;0;1;0;1;0;2;1;0;1;2 +46,201;1;1;0;1;0;1;0;2;1;0;1;2 +46,2036;1;1;0;1;0;1;0;2;1;0;1;2 +46,2037;1;1;0;1;0;1;0;2;1;0;1;2 +46,2032;1;1;0;1;0;1;0;2;1;0;1;2 +46,2068;1;1;0;1;0;1;0;2;1;0;1;2 +46,2083;1;1;0;1;0;1;0;2;1;0;1;2 +46,2099;1;1;0;1;0;1;0;2;1;0;1;2 +46,2103;1;1;0;1;0;1;0;2;1;0;1;2 +46,2105;1;1;0;1;0;1;0;2;1;0;1;2 +46,213;1;1;0;1;0;1;0;2;1;0;1;2 +46,2125;1;1;0;1;0;1;0;2;1;0;1;2 +46,215;1;1;0;1;0;1;0;2;1;0;1;2 +46,2172;1;1;0;1;0;1;0;2;1;0;1;2 +46,2166;1;1;0;1;0;1;0;2;1;0;1;2 +46,2186;1;1;0;1;0;1;0;2;1;0;1;2 +46,2196;1;1;0;1;0;1;0;2;1;0;1;2 +46,2243;1;1;0;1;0;1;0;2;1;0;1;2 +46,2259;1;1;0;1;0;1;0;2;1;0;1;2 +46,227;1;1;0;1;0;1;0;2;1;0;1;2 +46,2277;1;1;0;1;0;1;0;2;1;0;1;2 +46,2264;1;1;0;1;0;1;0;2;1;0;1;2 +46,2289;1;1;0;1;0;1;0;2;1;0;1;2 +46,2299;1;1;0;1;0;1;0;2;1;0;1;2 +46,2314;1;1;0;1;0;1;0;2;1;0;1;2 +46,2316;1;1;0;1;0;1;0;2;1;0;1;2 +46,2349;1;1;0;1;0;1;0;2;1;0;1;2 +46,2369;1;1;0;1;0;1;0;2;1;0;1;2 +46,2385;1;1;0;1;0;1;0;2;1;0;1;2 +46,2399;1;1;0;1;0;1;0;2;1;0;1;2 +46,242;1;1;0;1;0;1;0;2;1;0;1;2 +46,2415;1;1;0;1;0;1;0;2;1;0;1;2 +46,2438;1;1;0;1;0;1;0;2;1;0;1;2 +46,2439;1;1;0;1;0;1;0;2;1;0;1;2 +46,243;1;1;0;1;0;1;0;2;1;0;1;2 +46,2454;1;1;0;1;0;1;0;2;1;0;1;2 +46,2486;1;1;0;1;0;1;0;2;1;0;1;2 +46,2494;1;1;0;1;0;1;0;2;1;0;1;2 +46,25;1;1;0;1;0;1;0;2;1;0;1;2 +46,2547;1;1;0;1;0;1;0;2;1;0;1;2 +46,2532;1;1;0;1;0;1;0;2;1;0;1;2 +46,2538;1;1;0;1;0;1;0;2;1;0;1;2 +46,2592;1;1;0;1;0;1;0;2;1;0;1;2 +46,2607;1;1;0;1;0;1;0;2;1;0;1;2 +46,2598;1;1;0;1;0;1;0;2;1;0;1;2 +46,2599;1;1;0;1;0;1;0;2;1;0;1;2 +46,259;1;1;0;1;0;1;0;2;1;0;1;2 +46,2637;1;1;0;1;0;1;0;2;1;0;1;2 +46,2636;1;1;0;1;0;1;0;2;1;0;1;2 +46,2652;1;1;0;1;0;1;0;2;1;0;1;2 +46,2674;1;1;0;1;0;1;0;2;1;0;1;2 +46,2686;1;1;0;1;0;1;0;2;1;0;1;2 +46,2696;1;1;0;1;0;1;0;2;1;0;1;2 +46,2721;1;1;0;1;0;1;0;2;1;0;1;2 +46,2717;1;1;0;1;0;1;0;2;1;0;1;2 +46,2728;1;1;0;1;0;1;0;2;1;0;1;2 +46,274;1;1;0;1;0;1;0;2;1;0;1;2 +46,2761;1;1;0;1;0;1;0;2;1;0;1;2 +46,2747;1;1;0;1;0;1;0;2;1;0;1;1 +46,2772;1;1;0;1;0;1;0;2;1;0;1;1 +46,2756;1;1;0;1;0;1;0;2;1;0;1;1 +46,2739;1;1;0;1;0;1;0;2;1;0;1;1 +46,278;1;1;0;1;0;1;0;2;1;0;1;1 +46,2748;1;1;0;1;0;1;0;2;1;0;1;1 +46,2752;1;1;0;1;0;1;0;2;1;0;1;1 +46,2766;1;1;0;1;0;1;0;2;1;0;1;1 +46,2761;1;1;0;1;0;1;0;2;1;0;1;1 +46,2765;1;1;0;1;0;1;0;2;1;0;1;1 +46,2768;1;1;0;1;0;1;0;2;1;0;1;1 +46,2744;1;1;0;1;0;1;0;2;1;0;1;1 +46,2744;1;1;0;1;0;1;0;2;1;0;1;1 +46,2731;1;1;0;1;0;1;0;2;1;0;1;1 +46,2775;1;1;0;1;0;1;0;2;1;0;1;1 +46,2764;1;1;0;1;0;1;0;2;1;0;1;1 +46,2842;1;1;0;1;0;1;0;2;1;0;1;1 +46,2756;1;1;0;1;0;1;0;2;1;0;1;1 +46,28;1;1;0;1;0;1;0;2;1;0;1;1 +46,2758;1;1;0;1;0;1;0;2;1;0;1;1 +46,2747;1;1;0;1;0;1;0;2;1;0;1;1 +46,2737;1;1;0;1;0;1;0;2;1;0;1;1 +46,2747;1;1;0;1;0;1;0;2;1;0;1;1 +46,2776;1;1;0;1;0;1;0;2;1;0;1;1 +46,2776;1;1;0;1;0;1;0;2;1;0;1;1 +46,2762;1;1;0;1;0;1;0;2;1;0;1;1 +46,2782;1;1;0;1;0;1;0;2;1;0;1;1 +46,275;1;1;0;1;0;1;0;2;1;0;1;1 +46,2751;1;1;0;1;0;1;0;2;1;0;1;1 +46,2824;1;1;0;1;0;1;0;2;1;0;1;1 +46,2778;1;1;0;1;0;1;0;2;1;0;1;1 +46,2759;1;1;0;1;0;1;0;2;1;0;1;1 +46,2745;1;1;0;1;0;1;0;2;1;0;1;1 +46,2753;1;1;0;1;0;1;0;2;1;0;1;1 +46,275;1;1;0;1;0;1;0;2;1;0;1;1 +46,2772;1;1;0;1;0;1;0;2;1;0;1;1 +46,2727;1;1;0;1;0;1;0;2;1;0;1;1 +46,2748;1;1;0;1;0;1;0;2;1;0;1;1 +46,2738;1;1;0;1;0;1;0;2;1;0;1;1 +46,274;1;1;0;1;0;1;0;2;1;0;1;1 +46,2772;1;1;0;1;0;1;0;2;1;0;1;1 +46,2751;1;1;0;1;0;1;0;2;1;0;1;1 +46,2765;1;1;0;1;0;1;0;2;1;0;1;1 +46,2745;1;1;0;1;0;1;0;2;1;0;1;1 +46,2758;1;1;0;1;0;1;0;2;1;0;1;1 +46,2743;1;1;0;1;0;1;0;2;1;0;1;1 +46,2757;1;1;0;1;0;1;0;2;1;0;1;1 +46,2751;1;1;0;1;0;1;0;2;1;0;1;1 +46,2841;1;1;0;1;0;1;0;2;1;0;1;1 +46,2752;1;1;0;1;0;1;0;2;1;0;1;1 +46,2796;1;1;0;1;0;1;0;2;1;0;1;2 +46,286;1;1;0;1;0;1;0;2;1;0;1;2 +46,282;1;1;0;1;0;1;0;2;1;0;1;2 +46,2852;1;1;0;1;0;1;0;2;1;0;1;2 +46,2843;1;1;0;1;0;1;0;2;1;0;1;2 +46,2924;1;1;0;1;0;1;0;2;1;0;1;2 +46,2969;1;1;0;1;0;1;0;2;1;0;1;2 +46,2975;1;1;0;1;0;1;0;2;1;0;1;2 +46,3006;1;1;0;1;0;1;0;2;1;0;1;2 +46,3002;1;1;0;1;0;1;0;2;1;0;1;2 +46,3036;1;1;0;1;0;1;0;2;1;0;1;2 +46,3067;1;1;0;1;0;1;0;2;1;0;1;2 +46,3117;1;1;0;1;0;1;0;2;1;0;1;2 +46,3112;1;1;0;1;0;1;0;2;1;0;1;2 +46,3164;1;1;0;1;0;1;0;2;1;0;1;2 +46,3212;1;1;0;1;0;1;0;2;1;0;1;2 +46,3217;1;1;0;1;0;1;0;2;1;0;1;2 +46,323;1;1;0;1;0;1;0;2;1;0;1;2 +46,3279;1;1;0;1;0;1;0;2;1;0;1;2 +46,3281;1;1;0;1;0;1;0;2;1;0;1;2 +46,3325;1;1;0;1;0;1;0;2;1;0;1;2 +46,3324;1;1;0;1;0;1;0;2;1;0;1;2 +46,3366;1;1;0;1;0;1;0;2;1;0;1;2 +46,3413;1;1;0;1;0;1;0;2;1;0;1;2 +46,3446;1;1;0;1;0;1;0;2;1;0;1;2 +46,3468;1;1;0;1;0;1;0;2;1;0;1;2 +46,3483;1;1;0;1;0;1;0;2;1;0;1;2 +46,352;1;1;0;1;0;1;0;2;1;0;1;2 +46,3512;1;1;0;1;0;1;0;2;1;0;1;2 +46,3547;1;1;0;1;0;1;0;2;1;0;1;2 +46,3588;1;1;0;1;0;1;0;2;1;0;1;2 +46,361;1;1;0;1;0;1;0;2;1;0;1;2 +46,3647;1;1;0;1;0;1;0;2;1;0;1;2 +46,3711;1;1;0;1;0;1;0;2;1;0;1;2 +46,3724;1;1;0;1;0;1;0;2;1;0;1;2 +46,3781;1;1;0;1;0;1;0;2;1;0;1;2 +46,3772;1;1;0;1;0;1;0;2;1;0;1;2 +46,3755;1;1;0;1;0;1;0;2;1;0;1;2 +46,3824;1;1;0;1;0;1;0;2;1;0;1;2 +46,3846;1;1;0;1;0;1;0;2;1;0;1;2 +46,3846;1;1;0;1;0;1;0;2;1;0;1;2 +46,3877;1;1;0;1;0;1;0;2;1;0;1;2 +46,3924;1;1;0;1;0;1;0;2;1;0;1;2 +46,3947;1;1;0;1;0;1;0;2;1;0;1;2 +46,3962;1;1;0;1;0;1;0;2;1;0;1;2 +46,3996;1;1;0;1;0;1;0;2;1;0;1;2 +46,4016;1;1;0;1;0;1;0;2;1;0;1;2 +46,4055;1;1;0;1;0;1;0;2;1;0;1;2 +46,4101;1;1;0;1;0;1;0;2;1;0;1;2 +46,4108;1;1;0;1;0;1;0;2;1;0;1;2 +46,4113;1;1;0;1;0;1;0;2;1;0;1;2 +46,4158;1;1;0;1;0;1;0;2;1;0;1;2 +46,4164;1;1;0;1;0;1;0;2;1;0;1;2 +46,4203;1;1;0;1;0;1;0;2;1;0;1;2 +46,4247;1;1;0;1;0;1;0;2;1;0;1;2 +46,4219;1;1;0;1;0;1;0;2;1;0;1;2 +46,4262;1;1;0;1;0;1;0;2;1;0;1;2 +46,4348;1;1;0;1;0;1;0;2;1;0;1;2 +46,433;1;1;0;1;0;1;0;2;1;0;1;2 +46,4356;1;1;0;1;0;1;0;2;1;0;1;2 +46,4391;1;1;0;1;0;1;0;2;1;0;1;2 +46,4418;1;1;0;1;0;1;0;2;1;0;1;2 +46,4441;1;1;0;1;0;1;0;2;1;0;1;2 +46,45;1;1;0;1;0;1;0;2;1;0;1;2 +46,4519;1;1;0;1;0;1;0;2;1;0;1;2 +46,452;1;1;0;1;0;1;0;2;1;0;1;2 +46,4582;1;1;0;1;0;1;0;2;1;0;1;2 +46,4592;1;1;0;1;0;1;0;2;1;0;1;2 +46,4617;1;1;0;1;0;1;0;2;1;0;1;2 +46,4627;1;1;0;1;0;1;0;2;1;0;1;2 +46,4663;1;1;0;1;0;1;0;2;1;0;1;2 +46,4637;1;1;0;1;0;1;0;2;1;0;1;2 +46,472;1;1;0;1;0;1;0;2;1;0;1;2 +46,4742;1;1;0;1;0;1;0;2;1;0;1;2 +46,4765;1;1;0;1;0;1;0;2;1;0;1;2 +46,48;1;1;0;1;0;1;0;2;1;0;1;2 +46,4815;1;1;0;1;0;1;0;2;1;0;1;2 +46,4874;1;1;0;1;0;1;0;2;1;0;1;2 +46,4878;1;1;0;1;0;1;0;2;1;0;1;2 +46,4905;1;1;0;1;0;1;0;2;1;0;1;2 +46,4934;1;1;0;1;0;1;0;2;1;0;1;2 +46,4946;1;1;0;1;0;1;0;2;1;0;1;2 +46,4972;1;1;0;1;0;1;0;2;1;0;1;2 +46,5005;1;1;0;1;0;1;0;2;1;0;1;2 +46,5038;1;1;0;1;0;1;0;2;1;0;1;2 +46,5061;1;1;0;1;0;1;0;2;1;0;1;2 +46,5141;1;1;0;1;0;1;0;2;1;0;1;2 +46,5111;1;1;0;1;0;1;0;2;1;0;1;2 +46,5157;1;1;0;1;0;1;0;2;1;0;1;2 +46,5167;1;1;0;1;0;1;0;2;1;0;1;2 +46,5174;1;1;0;1;0;1;0;2;1;0;1;2 +46,5217;1;1;0;1;0;1;0;2;1;0;1;2 +46,5244;1;1;0;1;0;1;0;2;1;0;1;2 +46,5291;1;1;0;1;0;1;0;2;1;0;1;2 +46,5393;1;1;0;1;0;1;0;2;1;0;1;2 +46,535;1;1;0;1;0;1;0;2;1;0;1;2 +46,534;1;1;0;1;0;1;0;2;1;0;1;2 +46,5387;1;1;0;1;0;1;0;2;1;0;1;2 +46,5386;1;1;0;1;0;1;0;2;1;0;1;2 +46,5415;1;1;0;1;0;1;0;2;1;0;1;2 +46,5462;1;1;0;1;0;1;0;2;1;0;1;2 +46,5498;1;1;0;1;0;1;0;2;1;0;1;2 +46,5524;1;1;0;1;0;1;0;2;1;0;1;2 +46,5539;1;1;0;1;0;1;0;2;1;0;1;2 +46,5566;1;1;0;1;0;1;0;2;1;0;1;2 +46,5578;1;1;0;1;0;1;0;2;1;0;1;2 +46,5631;1;1;0;1;0;1;0;2;1;0;1;2 +46,5662;1;1;0;1;0;1;0;2;1;0;1;2 +46,5727;1;1;0;1;0;1;0;2;1;0;1;2 +46,5701;1;1;0;1;0;1;0;2;1;0;1;2 +46,5789;1;1;0;1;0;1;0;2;1;0;1;2 +46,5791;1;1;0;1;0;1;0;2;1;0;1;2 +46,5775;1;1;0;1;0;1;0;2;1;0;1;2 +46,5822;1;1;0;1;0;1;0;2;1;0;1;2 +46,5838;1;1;0;1;0;1;0;2;1;0;1;2 +46,5869;1;1;0;1;0;1;0;2;1;0;1;2 +46,5876;1;1;0;1;0;1;0;2;1;0;1;2 +46,5919;1;1;0;1;0;1;0;2;1;0;1;2 +46,5933;1;1;0;1;0;1;0;2;1;0;1;2 +46,5961;1;1;0;1;0;1;0;2;1;0;1;2 +46,5981;1;1;0;1;0;1;0;2;1;0;1;2 +46,6012;1;1;0;1;0;1;0;2;1;0;1;2 +46,6045;1;1;0;1;0;1;0;2;1;0;1;2 +46,6089;1;1;0;1;0;1;0;2;1;0;1;2 +46,6124;1;1;0;1;0;1;0;2;1;0;1;2 +46,6126;1;1;0;1;0;1;0;2;1;0;1;2 +46,6139;1;1;0;1;0;1;0;2;1;0;1;2 +46,6188;1;1;0;1;0;1;0;2;1;0;1;2 +46,6197;1;1;0;1;0;1;0;2;1;0;1;2 +46,6231;1;1;0;1;0;1;0;2;1;0;1;2 +46,6262;1;1;0;1;0;1;0;2;1;0;1;2 +46,6297;1;1;0;1;0;1;0;2;1;0;1;2 +46,632;1;1;0;1;0;1;0;2;1;0;1;2 +46,6309;1;1;0;1;0;1;0;2;1;0;1;2 +46,6381;1;1;0;1;0;1;0;2;1;0;1;2 +46,6375;1;1;0;1;0;1;0;2;1;0;1;2 +46,6448;1;1;0;1;0;1;0;2;1;0;1;2 +46,6427;1;1;0;1;0;1;0;2;1;0;1;2 +46,6558;1;1;0;1;0;1;0;2;1;0;1;2 +46,6498;1;1;0;1;0;1;0;2;1;0;1;2 +46,6537;1;1;0;1;0;1;0;2;1;0;1;2 +46,6559;1;1;0;1;0;1;0;2;1;0;1;2 +46,6589;1;1;0;1;0;1;0;2;1;0;1;2 +46,6628;1;1;0;1;0;1;0;2;1;0;1;2 +46,6671;1;1;0;1;0;1;0;2;1;0;1;2 +46,67;1;1;0;1;0;1;0;2;1;0;1;2 +46,6679;1;1;0;1;0;1;0;2;1;0;1;2 +46,67;1;1;0;1;0;1;0;2;1;0;1;2 +46,6748;1;1;0;1;0;1;0;2;1;0;1;2 +46,6773;1;1;0;1;0;1;0;2;1;0;1;2 +46,682;1;1;0;1;0;1;0;2;1;0;1;2 +46,682;1;1;0;1;0;1;0;2;1;0;1;2 +46,686;1;1;0;1;0;1;0;2;1;0;1;2 +46,6892;1;1;0;1;0;1;0;2;1;0;1;2 +46,692;1;1;0;1;0;1;0;2;1;0;1;2 +46,6944;1;1;0;1;0;1;0;2;1;0;1;2 +46,699;1;1;0;1;0;1;0;2;1;0;1;2 +46,6971;1;1;0;1;0;1;0;2;1;0;1;2 +46,7017;1;1;0;1;0;1;0;2;1;0;1;2 +46,704;1;1;0;1;0;1;0;2;1;0;1;2 +46,7096;1;1;0;1;0;1;0;2;1;0;1;2 +46,7106;1;1;0;1;0;1;0;2;1;0;1;2 +46,7138;1;1;0;1;0;1;0;2;1;0;1;2 +46,7144;1;1;0;1;0;1;0;2;1;0;1;2 +46,7165;1;1;0;1;0;1;0;2;1;0;1;2 +46,721;1;1;0;1;0;1;0;2;1;0;1;2 +46,7229;1;1;0;1;0;1;0;2;1;0;1;2 +46,7252;1;1;0;1;0;1;0;2;1;0;1;2 +46,7319;1;1;0;1;0;1;0;2;1;0;1;2 +46,7336;1;1;0;1;0;1;0;2;1;0;1;2 +46,7362;1;1;0;1;0;1;0;2;1;0;1;2 +46,7364;1;1;0;1;0;1;0;2;1;0;1;2 +46,7403;1;1;0;1;0;1;0;2;1;0;1;2 +46,7435;1;1;0;1;0;1;0;2;1;0;1;2 +46,7452;1;1;0;1;0;1;0;2;1;0;1;2 +46,747;1;1;0;1;0;1;0;2;1;0;1;2 +46,7496;1;1;0;1;0;1;0;2;1;0;1;2 +46,7532;1;1;0;1;0;1;0;2;1;0;1;2 +46,7558;1;1;0;1;0;1;0;2;1;0;1;2 +46,7572;1;1;0;1;0;1;0;2;1;0;1;2 +46,762;1;1;0;1;0;1;0;2;1;0;1;2 +46,7641;1;1;0;1;0;1;0;2;1;0;1;2 +46,764;1;1;0;1;0;1;0;2;1;0;1;2 +46,7729;1;1;0;1;0;1;0;2;1;0;1;2 +46,7711;1;1;0;1;0;1;0;2;1;0;1;2 +46,7721;1;1;0;1;0;1;0;2;1;0;1;2 +46,7804;1;1;0;1;0;1;0;2;1;0;1;2 +46,7779;1;1;0;1;0;1;0;2;1;0;1;2 +46,7782;1;1;0;1;0;1;0;2;1;0;1;2 +46,7855;1;1;0;1;0;1;0;2;1;0;1;2 +46,7871;1;1;0;1;0;1;0;2;1;0;1;2 +46,793;1;1;0;1;0;1;0;2;1;0;1;2 +46,7931;1;1;0;1;0;1;0;2;1;0;1;2 +46,7952;1;1;0;1;0;1;0;2;1;0;1;2 +46,8016;1;1;0;1;0;1;0;2;1;0;1;2 +46,8014;1;1;0;1;0;1;0;2;1;0;1;2 +46,8029;1;1;0;1;0;1;0;2;1;0;1;2 +46,8101;1;1;0;1;0;1;0;2;1;0;1;2 +46,81;1;1;0;1;0;1;0;2;1;0;1;2 +46,8084;1;1;0;1;0;1;0;2;1;0;1;2 +46,8132;1;1;0;1;0;1;0;2;1;0;1;1 +46,811;1;1;0;1;0;1;0;2;1;0;1;1 +46,8121;1;1;0;1;0;1;0;2;1;0;1;1 +46,8133;1;1;0;1;0;1;0;2;1;0;1;1 +46,8095;1;1;0;1;0;1;0;2;1;0;1;1 +46,8111;1;1;0;1;0;1;0;2;1;0;1;1 +46,8144;1;1;0;1;0;1;0;2;1;0;1;1 +46,8136;1;1;0;1;0;1;0;2;1;0;1;1 +46,8126;1;1;0;1;0;1;0;2;1;0;1;1 +46,8187;1;1;0;1;0;1;0;2;1;0;1;1 +46,8124;1;1;0;1;0;1;0;2;1;0;1;1 +46,8141;1;1;0;1;0;1;0;2;1;0;1;1 +46,8132;1;1;0;1;0;1;0;2;1;0;1;1 +46,8111;1;1;0;1;0;1;0;2;1;0;1;1 +46,8154;1;1;0;1;0;1;0;2;1;0;1;1 +46,8125;1;1;0;1;0;1;0;2;1;0;1;1 +46,8103;1;1;0;1;0;1;0;2;1;0;1;1 +46,8132;1;1;0;1;0;1;0;2;1;0;1;1 +46,8127;1;1;0;1;0;1;0;2;1;0;1;1 +46,8127;1;1;0;1;0;1;0;2;1;0;1;1 +46,8144;1;1;0;1;0;1;0;2;1;0;1;1 +46,8114;1;1;0;1;0;1;0;2;1;0;1;1 +46,8107;1;1;0;1;0;1;0;2;1;0;1;1 +46,8135;1;1;0;1;0;1;0;2;1;0;1;1 +46,8131;1;1;0;1;0;1;0;2;1;0;1;1 +46,8116;1;1;0;1;0;1;0;2;1;0;1;1 +46,8131;1;1;0;1;0;1;0;2;1;0;1;1 +46,8127;1;1;0;1;0;1;0;2;1;0;1;1 +46,8097;1;1;0;1;0;1;0;2;1;0;1;1 +46,8126;1;1;0;1;0;1;0;2;1;0;1;1 +46,8119;1;1;0;1;0;1;0;2;1;0;1;1 +46,814;1;1;0;1;0;1;0;2;1;0;1;1 +46,8105;1;1;0;1;0;1;0;2;1;0;1;1 +46,8134;1;1;0;1;0;1;0;2;1;0;1;1 +46,8107;1;1;0;1;0;1;0;2;1;0;1;1 +46,811;1;1;0;1;0;1;0;2;1;0;1;1 +46,8116;1;1;0;1;0;1;0;2;1;0;1;1 +46,8116;1;1;0;1;0;1;0;2;1;0;1;1 +46,8126;1;1;0;1;0;1;0;2;1;0;1;1 +46,8134;1;1;0;1;0;1;0;2;1;0;1;1 +46,8133;1;1;0;1;0;1;0;2;1;0;1;1 +46,8132;1;1;0;1;0;1;0;2;1;0;1;1 +46,813;1;1;0;1;0;1;0;2;1;0;1;1 +46,8131;1;1;0;1;0;1;0;2;1;0;1;1 +46,8121;1;1;0;1;0;1;0;2;1;0;1;1 +46,8107;1;1;0;1;0;1;0;2;1;0;1;1 +46,8109;1;1;0;1;0;1;0;2;1;0;1;1 +46,8121;1;1;0;1;0;1;0;2;1;0;1;1 +46,8123;1;1;0;1;0;1;0;2;1;0;1;1 +46,8122;1;1;0;1;0;1;0;2;1;0;1;1 +46,8061;1;1;0;1;0;1;0;2;1;0;1;2 +46,8041;1;1;0;1;0;1;0;2;1;0;1;2 +46,7961;1;1;0;1;0;1;0;2;1;0;1;2 +46,7894;1;1;0;1;0;1;0;2;1;0;1;2 +46,7856;1;1;0;1;0;1;0;2;1;0;1;2 +46,7818;1;1;0;1;0;1;0;2;1;0;1;2 +46,7749;1;1;0;1;0;1;0;2;1;0;1;2 +46,7685;1;1;0;1;0;1;0;2;1;0;1;2 +46,7648;1;1;0;1;0;1;0;2;1;0;1;2 +46,7575;1;1;0;1;0;1;0;2;1;0;1;2 +46,7528;1;1;0;1;0;1;0;2;1;0;1;2 +46,7482;1;1;0;1;0;1;0;2;1;0;1;2 +46,7407;1;1;0;1;0;1;0;2;1;0;1;2 +46,737;1;1;0;1;0;1;0;2;1;0;1;2 +46,7305;1;1;0;1;0;1;0;2;1;0;1;2 +46,73;1;1;0;1;0;1;0;2;1;0;1;2 +46,7212;1;1;0;1;0;1;0;2;1;0;1;2 +46,7133;1;1;0;1;0;1;0;2;1;0;1;2 +46,7107;1;1;0;1;0;1;0;2;1;0;1;2 +46,7071;1;1;0;1;0;1;0;2;1;0;1;2 +46,693;1;1;0;1;0;1;0;2;1;0;1;2 +46,6941;1;1;0;1;0;1;0;2;1;0;1;2 +46,6895;1;1;0;1;0;1;0;2;1;0;1;2 +46,6815;1;1;0;1;0;1;0;2;1;0;1;2 +46,6762;1;1;0;1;0;1;0;2;1;0;1;2 +46,6723;1;1;0;1;0;1;0;2;1;0;1;2 +46,6678;1;1;0;1;0;1;0;2;1;0;1;2 +46,66;1;1;0;1;0;1;0;2;1;0;1;2 +46,6572;1;1;0;1;0;1;0;2;1;0;1;2 +46,6488;1;1;0;1;0;1;0;2;1;0;1;2 +46,6465;1;1;0;1;0;1;0;2;1;0;1;2 +46,6411;1;1;0;1;0;1;0;2;1;0;1;2 +46,6329;1;1;0;1;0;1;0;2;1;0;1;2 +46,6303;1;1;0;1;0;1;0;2;1;0;1;2 +46,6228;1;1;0;1;0;1;0;2;1;0;1;2 +46,6184;1;1;0;1;0;1;0;2;1;0;1;2 +46,6082;1;1;0;1;0;1;0;2;1;0;1;2 +46,6063;1;1;0;1;0;1;0;2;1;0;1;2 +46,6031;1;1;0;1;0;1;0;2;1;0;1;2 +46,5979;1;1;0;1;0;1;0;2;1;0;1;2 +46,5936;1;1;0;1;0;1;0;2;1;0;1;2 +46,5832;1;1;0;1;0;1;0;2;1;0;1;2 +46,5809;1;1;0;1;0;1;0;2;1;0;1;2 +46,5755;1;1;0;1;0;1;0;2;1;0;1;2 +46,5708;1;1;0;1;0;1;0;2;1;0;1;2 +46,5659;1;1;0;1;0;1;0;2;1;0;1;2 +46,557;1;1;0;1;0;1;0;2;1;0;1;2 +46,5534;1;1;0;1;0;1;0;2;1;0;1;2 +46,5492;1;1;0;1;0;1;0;2;1;0;1;2 +46,5433;1;1;0;1;0;1;0;2;1;0;1;2 +46,5398;1;1;0;1;0;1;0;2;1;0;1;2 +46,5344;1;1;0;1;0;1;0;2;1;0;1;2 +46,5272;1;1;0;1;0;1;0;2;1;0;1;2 +46,5224;1;1;0;1;0;1;0;2;1;0;1;2 +46,5181;1;1;0;1;0;1;0;2;1;0;1;2 +46,5093;1;1;0;1;0;1;0;2;1;0;1;2 +46,5094;1;1;0;1;0;1;0;2;1;0;1;2 +46,5009;1;1;0;1;0;1;0;2;1;0;1;2 +46,4976;1;1;0;1;0;1;0;2;1;0;1;2 +46,4902;1;1;0;1;0;1;0;2;1;0;1;2 +46,486;1;1;0;1;0;1;0;2;1;0;1;2 +46,4767;1;1;0;1;0;1;0;2;1;0;1;2 +46,4731;1;1;0;1;0;1;0;2;1;0;1;2 +46,4699;1;1;0;1;0;1;0;2;1;0;1;2 +46,4656;1;1;0;1;0;1;0;2;1;0;1;2 +46,4591;1;1;0;1;0;1;0;2;1;0;1;2 +46,452;1;1;0;1;0;1;0;2;1;0;1;2 +46,4468;1;1;0;1;0;1;0;2;1;0;1;2 +46,4399;1;1;0;1;0;1;0;2;1;0;1;2 +46,4368;1;1;0;1;0;1;0;2;1;0;1;2 +46,4306;1;1;0;1;0;1;0;2;1;0;1;2 +46,4271;1;1;0;1;0;1;0;2;1;0;1;2 +46,4146;1;1;0;1;0;1;0;2;1;0;1;2 +46,4148;1;1;0;1;0;1;0;2;1;0;1;2 +46,4098;1;1;0;1;0;1;0;2;1;0;1;2 +46,4028;1;1;0;1;0;1;0;2;1;0;1;2 +46,4002;1;1;0;1;0;1;0;2;1;0;1;2 +46,3924;1;1;0;1;0;1;0;2;1;0;1;2 +46,3859;1;1;0;1;0;1;0;2;1;0;1;2 +46,3838;1;1;0;1;0;1;0;2;1;0;1;2 +46,378;1;1;0;1;0;1;0;2;1;0;1;2 +46,3694;1;1;0;1;0;1;0;2;1;0;1;2 +46,3663;1;1;0;1;0;1;0;2;1;0;1;2 +46,3612;1;1;0;1;0;1;0;2;1;0;1;2 +46,3558;1;1;0;1;0;1;0;2;1;0;1;2 +46,3521;1;1;0;1;0;1;0;2;1;0;1;2 +46,3442;1;1;0;1;0;1;0;2;1;0;1;2 +46,3393;1;1;0;1;0;1;0;2;1;0;1;2 +46,3349;1;1;0;1;0;1;0;2;1;0;1;2 +46,3285;1;1;0;1;0;1;0;2;1;0;1;2 +46,326;1;1;0;1;0;1;0;2;1;0;1;2 +46,318;1;1;0;1;0;1;0;2;1;0;1;2 +46,3148;1;1;0;1;0;1;0;2;1;0;1;2 +46,3064;1;1;0;1;0;1;0;2;1;0;1;2 +46,3044;1;1;0;1;0;1;0;2;1;0;1;2 +46,2978;1;1;0;1;0;1;0;2;1;0;1;2 +46,2947;1;1;0;1;0;1;0;2;1;0;1;2 +46,2858;1;1;0;1;0;1;0;2;1;0;1;2 +46,2816;1;1;0;1;0;1;0;2;1;0;1;2 +46,2735;1;1;0;1;0;1;0;2;1;0;1;2 +46,2695;1;1;0;1;0;1;0;2;1;0;1;2 +46,2659;1;1;0;1;0;1;0;2;1;0;1;2 +46,2621;1;1;0;1;0;1;0;2;1;0;1;2 +46,2551;1;1;0;1;0;1;0;2;1;0;1;2 +46,2467;1;1;0;1;0;1;0;2;1;0;1;2 +46,2432;1;1;0;1;0;1;0;2;1;0;1;2 +46,2376;1;1;0;1;0;1;0;2;1;0;1;2 +46,2338;1;1;0;1;0;1;0;2;1;0;1;2 +46,2262;1;1;0;1;0;1;0;2;1;0;1;2 +46,2211;1;1;0;1;0;1;0;2;1;0;1;2 +46,2213;1;1;0;1;0;1;0;2;1;0;1;2 +46,2114;1;1;0;1;0;1;0;2;1;0;1;2 +46,2029;1;1;0;1;0;1;0;2;1;0;1;2 +46,1998;1;1;0;1;0;1;0;2;1;0;1;2 +46,1962;1;1;0;1;0;1;0;2;1;0;1;2 +46,19;1;1;0;1;0;1;0;2;1;0;1;2 +46,1887;1;1;0;1;0;1;0;2;1;0;1;2 +46,1826;1;1;0;1;0;1;0;2;1;0;1;2 +46,1715;1;1;0;1;0;1;0;2;1;0;1;2 +46,1702;1;1;0;1;0;1;0;2;1;0;1;2 +46,1615;1;1;0;1;0;1;0;2;1;0;1;2 +46,1608;1;1;0;1;0;1;0;2;1;0;1;2 +46,1523;1;1;0;1;0;1;0;2;1;0;1;2 +46,1481;1;1;0;1;0;1;0;2;1;0;1;2 +46,1428;1;1;0;1;0;1;0;2;1;0;1;2 +46,1384;1;1;0;1;0;1;0;2;1;0;1;2 +46,1326;1;1;0;1;0;1;0;2;1;0;1;2 +46,1256;1;1;0;1;0;1;0;2;1;0;1;2 +46,1211;1;1;0;1;0;1;0;2;1;0;1;2 +46,1142;1;1;0;1;0;1;0;2;1;0;1;2 +46,1134;1;1;0;1;0;1;0;2;1;0;1;2 +46,1053;1;1;0;1;0;1;0;2;1;0;1;2 +46,0996;1;1;0;1;0;1;0;2;1;0;1;2 +46,0944;1;1;0;1;0;1;0;2;1;0;1;2 +46,0877;1;1;0;1;0;1;0;2;1;0;1;2 +46,0832;1;1;0;1;0;1;0;2;1;0;1;2 +46,0771;1;1;0;1;0;1;0;2;1;0;1;2 +46,0705;1;1;0;1;0;1;0;2;1;0;1;2 +46,0675;1;1;0;1;0;1;0;2;1;0;1;2 +46,0606;1;1;0;1;0;1;0;2;1;0;1;2 +46,0581;1;1;0;1;0;1;0;2;1;0;1;2 +46,0529;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0407;1;1;0;1;0;1;0;2;1;0;1;2 +46,0328;1;1;0;1;0;1;0;2;1;0;1;2 +46,0288;1;1;0;1;0;1;0;2;1;0;1;2 +46,0272;1;1;0;1;0;1;0;2;1;0;1;2 +46,0177;1;1;0;1;0;1;0;2;1;0;1;2 +46,0119;1;1;0;1;0;1;0;2;1;0;1;2 +46,0097;1;1;0;1;0;1;0;2;1;0;1;2 +46,0005;1;1;0;1;0;1;0;2;1;0;1;2 +45,9996;1;1;0;1;0;1;0;2;1;0;1;2 +45,99;1;1;0;1;0;1;0;2;1;0;1;2 +45,9852;1;1;0;1;0;1;0;2;1;0;1;2 +45,9801;1;1;0;1;0;1;0;2;1;0;1;2 +45,9762;1;1;0;1;0;1;0;2;1;0;1;2 +45,9696;1;1;0;1;0;1;0;2;1;0;1;2 +45,9641;1;1;0;1;0;1;0;2;1;0;1;2 +45,9573;1;1;0;1;0;1;0;2;1;0;1;2 +45,9597;1;1;0;1;0;1;0;2;1;0;1;2 +45,9514;1;1;0;1;0;1;0;2;1;0;1;2 +45,9422;1;1;0;1;0;1;0;2;1;0;1;2 +45,9405;1;1;0;1;0;1;0;2;1;0;1;2 +45,9376;1;1;0;1;0;1;0;2;1;0;1;2 +45,9264;1;1;0;1;0;1;0;2;1;0;1;2 +45,9213;1;1;0;1;0;1;0;2;1;0;1;2 +45,9202;1;1;0;1;0;1;0;2;1;0;1;2 +45,9147;1;1;0;1;0;1;0;2;1;0;1;2 +45,9034;1;1;0;1;0;1;0;2;1;0;1;2 +45,8981;1;1;0;1;0;1;0;2;1;0;1;2 +45,8972;1;1;0;1;0;1;0;2;1;0;1;2 +45,8887;1;1;0;1;0;1;0;2;1;0;1;2 +45,8846;1;1;0;1;0;1;0;2;1;0;1;2 +45,8803;1;1;0;1;0;1;0;2;1;0;1;2 +45,8732;1;1;0;1;0;1;0;2;1;0;1;2 +45,8654;1;1;0;1;0;1;0;2;1;0;1;2 +45,8594;1;1;0;1;0;1;0;2;1;0;1;2 +45,8571;1;1;0;1;0;1;0;2;1;0;1;2 +45,8495;1;1;0;1;0;1;0;2;1;0;1;2 +45,8465;1;1;0;1;0;1;0;2;1;0;1;2 +45,8431;1;1;0;1;0;1;0;2;1;0;1;2 +45,8384;1;1;0;1;0;1;0;2;1;0;1;2 +45,8295;1;1;0;1;0;1;0;2;1;0;1;2 +45,8248;1;1;0;1;0;1;0;2;1;0;1;2 +45,8184;1;1;0;1;0;1;0;2;1;0;1;2 +45,8148;1;1;0;1;0;1;0;2;1;0;1;2 +45,8096;1;1;0;1;0;1;0;2;1;0;1;2 +45,8087;1;1;0;1;0;1;0;2;1;0;1;2 +45,7988;1;1;0;1;0;1;0;2;1;0;1;2 +45,7928;1;1;0;1;0;1;0;2;1;0;1;2 +45,7887;1;1;0;1;0;1;0;2;1;0;1;2 +45,7885;1;1;0;1;0;1;0;2;1;0;1;2 +45,7786;1;1;0;1;0;1;0;2;1;0;1;2 +45,7762;1;1;0;1;0;1;0;2;1;0;1;2 +45,7663;1;1;0;1;0;1;0;2;1;0;1;2 +45,761;1;1;0;1;0;1;0;2;1;0;1;2 +45,7547;1;1;0;1;0;1;0;2;1;0;1;2 +45,7509;1;1;0;1;0;1;0;2;1;0;1;2 +45,7442;1;1;0;1;0;1;0;2;1;0;1;2 +45,7391;1;1;0;1;0;1;0;2;1;0;1;2 +45,7383;1;1;0;1;0;1;0;2;1;0;1;1 +45,7408;1;1;0;1;0;1;0;2;1;0;1;1 +45,7383;1;1;0;1;0;1;0;2;1;0;1;1 +45,7394;1;1;0;1;0;1;0;2;1;0;1;1 +45,7406;1;1;0;1;0;1;0;2;1;0;1;1 +45,7398;1;1;0;1;0;1;0;2;1;0;1;1 +45,7411;1;1;0;1;0;1;0;2;1;0;1;1 +45,7376;1;1;0;1;0;1;0;2;1;0;1;1 +45,741;1;1;0;1;0;1;0;2;1;0;1;1 +45,7374;1;1;0;1;0;1;0;2;1;0;1;1 +45,7366;1;1;0;1;0;1;0;2;1;0;1;1 +45,7408;1;1;0;1;0;1;0;2;1;0;1;1 +45,7413;1;1;0;1;0;1;0;2;1;0;1;1 +45,7395;1;1;0;1;0;1;0;2;1;0;1;1 +45,7383;1;1;0;1;0;1;0;2;1;0;1;1 +45,7403;1;1;0;1;0;1;0;2;1;0;1;1 +45,7393;1;1;0;1;0;1;0;2;1;0;1;1 +45,7402;1;1;0;1;0;1;0;2;1;0;1;1 +45,7411;1;1;0;1;0;1;0;2;1;0;1;1 +45,7394;1;1;0;1;0;1;0;2;1;0;1;1 +45,7374;1;1;0;1;0;1;0;2;1;0;1;1 +45,7415;1;1;0;1;0;1;0;2;1;0;1;1 +45,7391;1;1;0;1;0;1;0;2;1;0;1;1 +45,7437;1;1;0;1;0;1;0;2;1;0;1;1 +45,7382;1;1;0;1;0;1;0;2;1;0;1;1 +45,738;1;1;0;1;0;1;0;2;1;0;1;1 +45,7433;1;1;0;1;0;1;0;2;1;0;1;1 +45,7411;1;1;0;1;0;1;0;2;1;0;1;1 +45,7398;1;1;0;1;0;1;0;2;1;0;1;1 +45,7426;1;1;0;1;0;1;0;2;1;0;1;1 +45,7426;1;1;0;1;0;1;0;2;1;0;1;1 +45,7406;1;1;0;1;0;1;0;2;1;0;1;1 +45,7411;1;1;0;1;0;1;0;2;1;0;1;1 +45,7394;1;1;0;1;0;1;0;2;1;0;1;1 +45,7423;1;1;0;1;0;1;0;2;1;0;1;1 +45,7386;1;1;0;1;0;1;0;2;1;0;1;1 +45,7402;1;1;0;1;0;1;0;2;1;0;1;1 +45,7424;1;1;0;1;0;1;0;2;1;0;1;1 +45,7399;1;1;0;1;0;1;0;2;1;0;1;1 +45,7383;1;1;0;1;0;1;0;2;1;0;1;1 +45,7404;1;1;0;1;0;1;0;2;1;0;1;1 +45,7433;1;1;0;1;0;1;0;2;1;0;1;1 +45,7409;1;1;0;1;0;1;0;2;1;0;1;1 +45,7415;1;1;0;1;0;1;0;2;1;0;1;1 +45,7411;1;1;0;1;0;1;0;2;1;0;1;1 +45,7386;1;1;0;1;0;1;0;2;1;0;1;1 +45,7399;1;1;0;1;0;1;0;2;1;0;1;1 +45,7385;1;1;0;1;0;1;0;2;1;0;1;1 +45,7412;1;1;0;1;0;1;0;2;1;0;1;1 +45,7393;1;1;0;1;0;1;0;2;1;0;1;1 +45,7447;1;1;0;1;0;1;0;2;1;0;1;2 +45,746;1;1;0;1;0;1;0;2;1;0;1;2 +45,7493;1;1;0;1;0;1;0;2;1;0;1;2 +45,7511;1;1;0;1;0;1;0;2;1;0;1;2 +45,7543;1;1;0;1;0;1;0;2;1;0;1;2 +45,7607;1;1;0;1;0;1;0;2;1;0;1;2 +45,7579;1;1;0;1;0;1;0;2;1;0;1;2 +45,7647;1;1;0;1;0;1;0;2;1;0;1;2 +45,7655;1;1;0;1;0;1;0;2;1;0;1;2 +45,7659;1;1;0;1;0;1;0;2;1;0;1;2 +45,7682;1;1;0;1;0;1;0;2;1;0;1;2 +45,7708;1;1;0;1;0;1;0;2;1;0;1;2 +45,7725;1;1;0;1;0;1;0;2;1;0;1;2 +45,779;1;1;0;1;0;1;0;2;1;0;1;2 +45,7806;1;1;0;1;0;1;0;2;1;0;1;2 +45,7822;1;1;0;1;0;1;0;2;1;0;1;2 +45,7911;1;1;0;1;0;1;0;2;1;0;1;2 +45,7865;1;1;0;1;0;1;0;2;1;0;1;2 +45,7912;1;1;0;1;0;1;0;2;1;0;1;2 +45,793;1;1;0;1;0;1;0;2;1;0;1;2 +45,7973;1;1;0;1;0;1;0;2;1;0;1;2 +45,8016;1;1;0;1;0;1;0;2;1;0;1;2 +45,8022;1;1;0;1;0;1;0;2;1;0;1;2 +45,8051;1;1;0;1;0;1;0;2;1;0;1;2 +45,8051;1;1;0;1;0;1;0;2;1;0;1;2 +45,8123;1;1;0;1;0;1;0;2;1;0;1;2 +45,814;1;1;0;1;0;1;0;2;1;0;1;2 +45,8177;1;1;0;1;0;1;0;2;1;0;1;2 +45,8196;1;1;0;1;0;1;0;2;1;0;1;2 +45,8175;1;1;0;1;0;1;0;2;1;0;1;2 +45,8244;1;1;0;1;0;1;0;2;1;0;1;2 +45,8265;1;1;0;1;0;1;0;2;1;0;1;2 +45,8309;1;1;0;1;0;1;0;2;1;0;1;2 +45,8309;1;1;0;1;0;1;0;2;1;0;1;2 +45,8342;1;1;0;1;0;1;0;2;1;0;1;2 +45,8343;1;1;0;1;0;1;0;2;1;0;1;2 +45,8412;1;1;0;1;0;1;0;2;1;0;1;2 +45,8461;1;1;0;1;0;1;0;2;1;0;1;2 +45,8448;1;1;0;1;0;1;0;2;1;0;1;2 +45,8459;1;1;0;1;0;1;0;2;1;0;1;2 +45,8488;1;1;0;1;0;1;0;2;1;0;1;2 +45,8521;1;1;0;1;0;1;0;2;1;0;1;2 +45,854;1;1;0;1;0;1;0;2;1;0;1;2 +45,8585;1;1;0;1;0;1;0;2;1;0;1;2 +45,8603;1;1;0;1;0;1;0;2;1;0;1;2 +45,8598;1;1;0;1;0;1;0;2;1;0;1;2 +45,8635;1;1;0;1;0;1;0;2;1;0;1;2 +45,8691;1;1;0;1;0;1;0;2;1;0;1;2 +45,8719;1;1;0;1;0;1;0;2;1;0;1;2 +45,8728;1;1;0;1;0;1;0;2;1;0;1;2 +45,8723;1;1;0;1;0;1;0;2;1;0;1;2 +45,8851;1;1;0;1;0;1;0;2;1;0;1;2 +45,8828;1;1;0;1;0;1;0;2;1;0;1;2 +45,8848;1;1;0;1;0;1;0;2;1;0;1;2 +45,8816;1;1;0;1;0;1;0;2;1;0;1;2 +45,8893;1;1;0;1;0;1;0;2;1;0;1;2 +45,8915;1;1;0;1;0;1;0;2;1;0;1;2 +45,8955;1;1;0;1;0;1;0;2;1;0;1;2 +45,901;1;1;0;1;0;1;0;2;1;0;1;2 +45,9022;1;1;0;1;0;1;0;2;1;0;1;2 +45,9033;1;1;0;1;0;1;0;2;1;0;1;2 +45,9077;1;1;0;1;0;1;0;2;1;0;1;2 +45,9076;1;1;0;1;0;1;0;2;1;0;1;2 +45,9108;1;1;0;1;0;1;0;2;1;0;1;2 +45,9093;1;1;0;1;0;1;0;2;1;0;1;2 +45,9168;1;1;0;1;0;1;0;2;1;0;1;2 +45,9188;1;1;0;1;0;1;0;2;1;0;1;2 +45,9224;1;1;0;1;0;1;0;2;1;0;1;2 +45,9233;1;1;0;1;0;1;0;2;1;0;1;2 +45,9277;1;1;0;1;0;1;0;2;1;0;1;2 +45,9313;1;1;0;1;0;1;0;2;1;0;1;2 +45,931;1;1;0;1;0;1;0;2;1;0;1;2 +45,934;1;1;0;1;0;1;0;2;1;0;1;2 +45,9376;1;1;0;1;0;1;0;2;1;0;1;2 +45,941;1;1;0;1;0;1;0;2;1;0;1;2 +45,9477;1;1;0;1;0;1;0;2;1;0;1;2 +45,9465;1;1;0;1;0;1;0;2;1;0;1;2 +45,9486;1;1;0;1;0;1;0;2;1;0;1;2 +45,9553;1;1;0;1;0;1;0;2;1;0;1;2 +45,9527;1;1;0;1;0;1;0;2;1;0;1;2 +45,9565;1;1;0;1;0;1;0;2;1;0;1;2 +45,9586;1;1;0;1;0;1;0;2;1;0;1;2 +45,9614;1;1;0;1;0;1;0;2;1;0;1;2 +45,9668;1;1;0;1;0;1;0;2;1;0;1;2 +45,9669;1;1;0;1;0;1;0;2;1;0;1;2 +45,9704;1;1;0;1;0;1;0;2;1;0;1;2 +45,9714;1;1;0;1;0;1;0;2;1;0;1;2 +45,975;1;1;0;1;0;1;0;2;1;0;1;2 +45,9782;1;1;0;1;0;1;0;2;1;0;1;2 +45,98;1;1;0;1;0;1;0;2;1;0;1;2 +45,9828;1;1;0;1;0;1;0;2;1;0;1;2 +45,9832;1;1;0;1;0;1;0;2;1;0;1;2 +45,9901;1;1;0;1;0;1;0;2;1;0;1;2 +45,994;1;1;0;1;0;1;0;2;1;0;1;2 +45,9959;1;1;0;1;0;1;0;2;1;0;1;2 +45,9977;1;1;0;1;0;1;0;2;1;0;1;2 +45,9972;1;1;0;1;0;1;0;2;1;0;1;2 +46,0032;1;1;0;1;0;1;0;2;1;0;1;2 +46,0036;1;1;0;1;0;1;0;2;1;0;1;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0136;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0198;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0238;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0234;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0241;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0292;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0334;1;1;0;1;0;1;0;2;1;0;0,536277;2 +46,0332;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0344;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0405;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0417;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0465;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0493;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0511;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0533;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0547;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0564;1;1;0;1;0;1;0;2;1;0;0,599053;2 +46,0637;1;1;0;1;0;1;0;2;1;0;1;2 +46,0517;1;1;0;1;0;1;0;2;1;0;1;2 +46,0689;1;1;0;1;0;1;0;2;1;0;1;2 +46,0696;1;1;0;1;0;1;0;2;1;0;1;2 +46,0704;1;1;0;1;0;1;0;2;1;0;1;2 +46,075;1;1;0;1;0;1;0;2;1;0;1;2 +46,0782;1;1;0;1;0;1;0;2;1;0;1;2 +46,0822;1;1;0;1;0;1;0;2;1;0;1;2 +46,0812;1;1;0;1;0;1;0;2;1;0;1;2 +46,0862;1;1;0;1;0;1;0;2;1;0;1;2 +46,0889;1;1;0;1;0;1;0;2;1;0;1;2 +46,0917;1;1;0;1;0;1;0;2;1;0;1;2 +46,0948;1;1;0;1;0;1;0;2;1;0;1;2 +46,0964;1;1;0;1;0;1;0;2;1;0;1;2 +46,0968;1;1;0;1;0;1;0;2;1;0;1;2 +46,1009;1;1;0;1;0;1;0;2;1;0;1;2 +46,1044;1;1;0;1;0;1;0;2;1;0;1;2 +46,1068;1;1;0;1;0;1;0;2;1;0;1;2 +46,1076;1;1;0;1;0;1;0;2;1;0;1;2 +46,1137;1;1;0;1;0;1;0;2;1;0;1;2 +46,1159;1;1;0;1;0;1;0;2;1;0;1;2 +46,1154;1;1;0;1;0;1;0;2;1;0;1;2 +46,1197;1;1;0;1;0;1;0;2;1;0;1;2 +46,1225;1;1;0;1;0;1;0;2;1;0;1;2 +46,1223;1;1;0;1;0;1;0;2;1;0;1;2 +46,1284;1;1;0;1;0;1;0;2;1;0;1;2 +46,1284;1;1;0;1;0;1;0;2;1;0;1;2 +46,1341;1;1;0;1;0;1;0;2;1;0;1;2 +46,1362;1;1;0;1;0;1;0;2;1;0;1;2 +46,1387;1;1;0;1;0;1;0;2;1;0;1;2 +46,1417;1;1;0;1;0;1;0;2;1;0;1;2 +46,1455;1;1;0;1;0;1;0;2;1;0;1;2 +46,1482;1;1;0;1;0;1;0;2;1;0;1;2 +46,1493;1;1;0;1;0;1;0;2;1;0;1;2 +46,1515;1;1;0;1;0;1;0;2;1;0;1;2 +46,1554;1;1;0;1;0;1;0;2;1;0;1;2 +46,1557;1;1;0;1;0;1;0;2;1;0;1;2 +46,1622;1;1;0;1;0;1;0;2;1;0;1;2 +46,1632;1;1;0;1;0;1;0;2;1;0;1;2 +46,1674;1;1;0;1;0;1;0;2;1;0;1;2 +46,1668;1;1;0;1;0;1;0;2;1;0;1;2 +46,1695;1;1;0;1;0;1;0;2;1;0;1;2 +46,1775;1;1;0;1;0;1;0;2;1;0;1;2 +46,1766;1;1;0;1;0;1;0;2;1;0;1;2 +46,1792;1;1;0;1;0;1;0;2;1;0;1;2 +46,1834;1;1;0;1;0;1;0;2;1;0;1;2 +46,1843;1;1;0;1;0;1;0;2;1;0;1;2 +46,1899;1;1;0;1;0;1;0;2;1;0;1;2 +46,1889;1;1;0;1;0;1;0;2;1;0;1;2 +46,1912;1;1;0;1;0;1;0;2;1;0;1;2 +46,1978;1;1;0;1;0;1;0;2;1;0;1;2 +46,1982;1;1;0;1;0;1;0;2;1;0;1;2 +46,2014;1;1;0;1;0;1;0;2;1;0;1;2 +46,2039;1;1;0;1;0;1;0;2;1;0;1;2 +46,2071;1;1;0;1;0;1;0;2;1;0;1;2 +46,213;1;1;0;1;0;1;0;2;1;0;1;2 +46,2104;1;1;0;1;0;1;0;2;1;0;1;2 +46,2139;1;1;0;1;0;1;0;2;1;0;1;2 +46,2166;1;1;0;1;0;1;0;2;1;0;1;2 +46,2215;1;1;0;1;0;1;0;2;1;0;1;2 +46,22;1;1;0;1;0;1;0;2;1;0;1;2 +46,2271;1;1;0;1;0;1;0;2;1;0;1;2 +46,2286;1;1;0;1;0;1;0;2;1;0;1;2 +46,2317;1;1;0;1;0;1;0;2;1;0;1;2 +46,2316;1;1;0;1;0;1;0;2;1;0;1;2 +46,2393;1;1;0;1;0;1;0;2;1;0;1;2 +46,2356;1;1;0;1;0;1;0;2;1;0;1;2 +46,2407;1;1;0;1;0;1;0;2;1;0;1;2 +46,246;1;1;0;1;0;1;0;2;1;0;1;2 +46,2459;1;1;0;1;0;1;0;2;1;0;1;2 +46,2471;1;1;0;1;0;1;0;2;1;0;1;2 +46,2518;1;1;0;1;0;1;0;2;1;0;1;2 +46,2536;1;1;0;1;0;1;0;2;1;0;1;2 +46,2572;1;1;0;1;0;1;0;2;1;0;1;2 +46,2586;1;1;0;1;0;1;0;2;1;0;1;2 +46,2639;1;1;0;1;0;1;0;2;1;0;1;2 +46,2643;1;1;0;1;0;1;0;2;1;0;1;2 +46,269;1;1;0;1;0;1;0;2;1;0;1;2 +46,2727;1;1;0;1;0;1;0;2;1;0;1;2 +46,2732;1;1;0;1;0;1;0;2;1;0;1;2 +46,2758;1;1;0;1;0;1;0;2;1;0;1;2 +46,2765;1;1;0;1;0;1;0;2;1;0;1;1 +46,2755;1;1;0;1;0;1;0;2;1;0;1;1 +46,2787;1;1;0;1;0;1;0;2;1;0;1;1 +46,2743;1;1;0;1;0;1;0;2;1;0;1;1 +46,2744;1;1;0;1;0;1;0;2;1;0;1;1 +46,274;1;1;0;1;0;1;0;2;1;0;1;1 +46,277;1;1;0;1;0;1;0;2;1;0;1;1 +46,2747;1;1;0;1;0;1;0;2;1;0;1;1 +46,2731;1;1;0;1;0;1;0;2;1;0;1;1 +46,2779;1;1;0;1;0;1;0;2;1;0;1;1 +46,2774;1;1;0;1;0;1;0;2;1;0;1;1 +46,2793;1;1;0;1;0;1;0;2;1;0;1;1 +46,275;1;1;0;1;0;1;0;2;1;0;1;1 +46,278;1;1;0;1;0;1;0;2;1;0;1;1 +46,2765;1;1;0;1;0;1;0;2;1;0;1;1 +46,2786;1;1;0;1;0;1;0;2;1;0;1;1 +46,2725;1;1;0;1;0;1;0;2;1;0;1;1 +46,2698;1;1;0;1;0;1;0;2;1;0;1;1 +46,2747;1;1;0;1;0;1;0;2;1;0;1;1 +46,2806;1;1;0;1;0;1;0;2;1;0;1;1 +46,2755;1;1;0;1;0;1;0;2;1;0;1;1 +46,2768;1;1;0;1;0;1;0;2;1;0;1;1 +46,2763;1;1;0;1;0;1;0;2;1;0;1;1 +46,277;1;1;0;1;0;1;0;2;1;0;1;1 +46,2757;1;1;0;1;0;1;0;2;1;0;1;1 +46,2738;1;1;0;1;0;1;0;2;1;0;1;1 +46,2752;1;1;0;1;0;1;0;2;1;0;1;1 +46,2751;1;1;0;1;0;1;0;2;1;0;1;1 +46,2751;1;1;0;1;0;1;0;2;1;0;1;1 +46,2778;1;1;0;1;0;1;0;2;1;0;1;1 +46,2762;1;1;0;1;0;1;0;2;1;0;1;1 +46,2755;1;1;0;1;0;1;0;2;1;0;1;1 +46,2735;1;1;0;1;0;1;0;2;1;0;1;1 +46,2725;1;1;0;1;0;1;0;2;1;0;1;1 +46,2744;1;1;0;1;0;1;0;2;1;0;1;1 +46,2759;1;1;0;1;0;1;0;2;1;0;1;1 +46,2741;1;1;0;1;0;1;0;2;1;0;1;1 +46,2746;1;1;0;1;0;1;0;2;1;0;1;1 +46,2787;1;1;0;1;0;1;0;2;1;0;1;1 +46,2763;1;1;0;1;0;1;0;2;1;0;1;1 +46,2745;1;1;0;1;0;1;0;2;1;0;1;1 +46,2786;1;1;0;1;0;1;0;2;1;0;1;1 +46,2755;1;1;0;1;0;1;0;2;1;0;1;1 +46,2783;1;1;0;1;0;1;0;2;1;0;1;1 +46,2768;1;1;0;1;0;1;0;2;1;0;1;1 +46,2767;1;1;0;1;0;1;0;2;1;0;1;1 +46,2716;1;1;0;1;0;1;0;2;1;0;1;1 +46,2774;1;1;0;1;0;1;0;2;1;0;1;1 +46,2785;1;1;0;1;0;1;0;2;1;0;1;1 +46,2767;1;1;0;1;0;1;0;2;1;0;1;1 +46,2746;1;1;0;1;0;1;0;2;1;0;1;2 +46,2712;1;1;0;1;0;1;0;2;1;0;1;2 +46,2701;1;1;0;1;0;1;0;2;1;0;1;2 +46,27;1;1;0;1;0;1;0;2;1;0;1;2 +46,2659;1;1;0;1;0;1;0;2;1;0;1;2 +46,2694;1;1;0;1;0;1;0;2;1;0;1;2 +46,2682;1;1;0;1;0;1;0;2;1;0;1;2 +46,26;1;1;0;1;0;1;0;2;1;0;1;2 +46,2665;1;1;0;1;0;1;0;2;1;0;1;2 +46,2623;1;1;0;1;0;1;0;2;1;0;1;2 +46,2616;1;1;0;1;0;1;0;2;1;0;1;2 +46,2623;1;1;0;1;0;1;0;2;1;0;1;2 +46,2582;1;1;0;1;0;1;0;2;1;0;1;2 +46,2548;1;1;0;1;0;1;0;2;1;0;1;2 +46,2566;1;1;0;1;0;1;0;2;1;0;1;2 +46,2533;1;1;0;1;0;1;0;2;1;0;1;2 +46,2515;1;1;0;1;0;1;0;2;1;0;1;2 +46,2523;1;1;0;1;0;1;0;2;1;0;1;2 +46,247;1;1;0;1;0;1;0;2;1;0;1;2 +46,2486;1;1;0;1;0;1;0;2;1;0;1;2 +46,2474;1;1;0;1;0;1;0;2;1;0;1;2 +46,2473;1;1;0;1;0;1;0;2;1;0;1;2 +46,2467;1;1;0;1;0;1;0;2;1;0;1;2 +46,2459;1;1;0;1;0;1;0;2;1;0;1;2 +46,2415;1;1;0;1;0;1;0;2;1;0;1;2 +46,2392;1;1;0;1;0;1;0;2;1;0;1;2 +46,2399;1;1;0;1;0;1;0;2;1;0;1;2 +46,2381;1;1;0;1;0;1;0;2;1;0;1;2 +46,2358;1;1;0;1;0;1;0;2;1;0;1;2 +46,236;1;1;0;1;0;1;0;2;1;0;1;2 +46,2379;1;1;0;1;0;1;0;2;1;0;1;2 +46,2341;1;1;0;1;0;1;0;2;1;0;1;2 +46,2338;1;1;0;1;0;1;0;2;1;0;1;2 +46,2278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2285;1;1;0;1;0;1;0;2;1;0;1;2 +46,2281;1;1;0;1;0;1;0;2;1;0;1;2 +46,2252;1;1;0;1;0;1;0;2;1;0;1;2 +46,2201;1;1;0;1;0;1;0;2;1;0;1;2 +46,2216;1;1;0;1;0;1;0;2;1;0;1;2 +46,2222;1;1;0;1;0;1;0;2;1;0;1;2 +46,2209;1;1;0;1;0;1;0;2;1;0;1;2 +46,2193;1;1;0;1;0;1;0;2;1;0;1;2 +46,2163;1;1;0;1;0;1;0;2;1;0;1;2 +46,2099;1;1;0;1;0;1;0;2;1;0;1;2 +46,2142;1;1;0;1;0;1;0;2;1;0;1;2 +46,2122;1;1;0;1;0;1;0;2;1;0;1;2 +46,2114;1;1;0;1;0;1;0;2;1;0;1;2 +46,2099;1;1;0;1;0;1;0;2;1;0;1;2 +46,2096;1;1;0;1;0;1;0;2;1;0;1;2 +46,2089;1;1;0;1;0;1;0;2;1;0;1;2 +46,2066;1;1;0;1;0;1;0;2;1;0;1;2 +46,2072;1;1;0;1;0;1;0;2;1;0;1;2 +46,2;1;1;0;1;0;1;0;2;1;0;1;2 +46,2014;1;1;0;1;0;1;0;2;1;0;1;2 +46,1973;1;1;0;1;0;1;0;2;1;0;1;2 +46,1971;1;1;0;1;0;1;0;2;1;0;1;2 +46,2008;1;1;0;1;0;1;0;2;1;0;1;2 +46,199;1;1;0;1;0;1;0;2;1;0;1;2 +46,1965;1;1;0;1;0;1;0;2;1;0;1;2 +46,1954;1;1;0;1;0;1;0;2;1;0;1;2 +46,1943;1;1;0;1;0;1;0;2;1;0;1;2 +46,1903;1;1;0;1;0;1;0;2;1;0;1;2 +46,1897;1;1;0;1;0;1;0;2;1;0;1;2 +46,1914;1;1;0;1;0;1;0;2;1;0;1;2 +46,1877;1;1;0;1;0;1;0;2;1;0;1;2 +46,1875;1;1;0;1;0;1;0;2;1;0;1;2 +46,184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1835;1;1;0;1;0;1;0;2;1;0;1;2 +46,1803;1;1;0;1;0;1;0;2;1;0;1;2 +46,1784;1;1;0;1;0;1;0;2;1;0;1;2 +46,1803;1;1;0;1;0;1;0;2;1;0;1;2 +46,1789;1;1;0;1;0;1;0;2;1;0;1;2 +46,1783;1;1;0;1;0;1;0;2;1;0;1;2 +46,1747;1;1;0;1;0;1;0;2;1;0;1;2 +46,1728;1;1;0;1;0;1;0;2;1;0;1;2 +46,1744;1;1;0;1;0;1;0;2;1;0;1;2 +46,1692;1;1;0;1;0;1;0;2;1;0;1;2 +46,1723;1;1;0;1;0;1;0;2;1;0;1;2 +46,1723;1;1;0;1;0;1;0;2;1;0;1;2 +46,167;1;1;0;1;0;1;0;2;1;0;1;2 +46,1667;1;1;0;1;0;1;0;2;1;0;1;2 +46,1617;1;1;0;1;0;1;0;2;1;0;1;2 +46,1613;1;1;0;1;0;1;0;2;1;0;1;2 +46,1631;1;1;0;1;0;1;0;2;1;0;1;2 +46,1574;1;1;0;1;0;1;0;2;1;0;1;2 +46,1586;1;1;0;1;0;1;0;2;1;0;1;2 +46,1549;1;1;0;1;0;1;0;2;1;0;1;2 +46,1572;1;1;0;1;0;1;0;2;1;0;1;2 +46,1578;1;1;0;1;0;1;0;2;1;0;1;2 +46,156;1;1;0;1;0;1;0;2;1;0;1;2 +46,1556;1;1;0;1;0;1;0;2;1;0;1;2 +46,1531;1;1;0;1;0;1;0;2;1;0;1;2 +46,1511;1;1;0;1;0;1;0;2;1;0;1;2 +46,1457;1;1;0;1;0;1;0;2;1;0;1;2 +46,1506;1;1;0;1;0;1;0;2;1;0;1;2 +46,1477;1;1;0;1;0;1;0;2;1;0;1;2 +46,1421;1;1;0;1;0;1;0;2;1;0;1;2 +46,1442;1;1;0;1;0;1;0;2;1;0;1;2 +46,142;1;1;0;1;0;1;0;2;1;0;1;2 +46,1418;1;1;0;1;0;1;0;2;1;0;1;2 +46,1395;1;1;0;1;0;1;0;2;1;0;1;2 +46,1392;1;1;0;1;0;1;0;2;1;0;1;2 +46,1357;1;1;0;1;0;1;0;2;1;0;1;2 +46,1359;1;1;0;1;0;1;0;2;1;0;1;2 +46,133;1;1;0;1;0;1;0;2;1;0;1;2 +46,1331;1;1;0;1;0;1;0;2;1;0;1;2 +46,1311;1;1;0;1;0;1;0;2;1;0;1;2 +46,124;1;1;0;1;0;1;0;2;1;0;1;2 +46,1295;1;1;0;1;0;1;0;2;1;0;1;2 +46,1251;1;1;0;1;0;1;0;2;1;0;1;2 +46,1294;1;1;0;1;0;1;0;2;1;0;1;2 +46,1214;1;1;0;1;0;1;0;2;1;0;1;2 +46,1231;1;1;0;1;0;1;0;2;1;0;1;2 +46,1208;1;1;0;1;0;1;0;2;1;0;1;2 +46,1183;1;1;0;1;0;1;0;2;1;0;1;2 +46,1184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1133;1;1;0;1;0;1;0;2;1;0;1;2 +46,1157;1;1;0;1;0;1;0;2;1;0;1;2 +46,1142;1;1;0;1;0;1;0;2;1;0;1;2 +46,1127;1;1;0;1;0;1;0;2;1;0;1;2 +46,1107;1;1;0;1;0;1;0;2;1;0;1;2 +46,1076;1;1;0;1;0;1;0;2;1;0;1;2 +46,1082;1;1;0;1;0;1;0;2;1;0;1;2 +46,1104;1;1;0;1;0;1;0;2;1;0;1;2 +46,1059;1;1;0;1;0;1;0;2;1;0;1;2 +46,1056;1;1;0;1;0;1;0;2;1;0;1;2 +46,1017;1;1;0;1;0;1;0;2;1;0;1;2 +46,1009;1;1;0;1;0;1;0;2;1;0;1;2 +46,1052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0941;1;1;0;1;0;1;0;2;1;0;1;2 +46,0964;1;1;0;1;0;1;0;2;1;0;1;2 +46,0995;1;1;0;1;0;1;0;2;1;0;1;2 +46,0952;1;1;0;1;0;1;0;2;1;0;1;2 +46,0949;1;1;0;1;0;1;0;2;1;0;1;2 +46,0879;1;1;0;1;0;1;0;2;1;0;1;2 +46,0927;1;1;0;1;0;1;0;2;1;0;1;2 +46,0888;1;1;0;1;0;1;0;2;1;0;1;2 +46,0885;1;1;0;1;0;1;0;2;1;0;1;2 +46,0856;1;1;0;1;0;1;0;2;1;0;1;2 +46,0903;1;1;0;1;0;1;0;2;1;0;1;2 +46,0848;1;1;0;1;0;1;0;2;1;0;1;2 +46,0858;1;1;0;1;0;1;0;2;1;0;1;2 +46,0797;1;1;0;1;0;1;0;2;1;0;1;2 +46,0803;1;1;0;1;0;1;0;2;1;0;1;2 +46,0734;1;1;0;1;0;1;0;2;1;0;1;2 +46,0774;1;1;0;1;0;1;0;2;1;0;1;2 +46,0762;1;1;0;1;0;1;0;2;1;0;1;2 +46,0723;1;1;0;1;0;1;0;2;1;0;1;2 +46,0747;1;1;0;1;0;1;0;2;1;0;1;2 +46,0717;1;1;0;1;0;1;0;2;1;0;1;2 +46,0702;1;1;0;1;0;1;0;2;1;0;1;2 +46,0697;1;1;0;1;0;1;0;2;1;0;1;2 +46,0678;1;1;0;1;0;1;0;2;1;0;1;2 +46,0679;1;1;0;1;0;1;0;2;1;0;1;2 +46,0666;1;1;0;1;0;1;0;2;1;0;1;2 +46,0633;1;1;0;1;0;1;0;2;1;0;1;2 +46,0631;1;1;0;1;0;1;0;2;1;0;1;2 +46,0608;1;1;0;1;0;1;0;2;1;0;1;2 +46,0607;1;1;0;1;0;1;0;2;1;0;1;2 +46,061;1;1;0;1;0;1;0;2;1;0;1;2 +46,0565;1;1;0;1;0;1;0;2;1;0;1;2 +46,0571;1;1;0;1;0;1;0;2;1;0;1;2 +46,055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0543;1;1;0;1;0;1;0;2;1;0;1;2 +46,0501;1;1;0;1;0;1;0;2;1;0;1;2 +46,0505;1;1;0;1;0;1;0;2;1;0;1;2 +46,0521;1;1;0;1;0;1;0;2;1;0;1;2 +46,0476;1;1;0;1;0;1;0;2;1;0;1;2 +46,047;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0432;1;1;0;1;0;1;0;2;1;0;1;2 +46,0449;1;1;0;1;0;1;0;2;1;0;1;2 +46,038;1;1;0;1;0;1;0;2;1;0;1;2 +46,04;1;1;0;1;0;1;0;2;1;0;1;2 +46,0409;1;1;0;1;0;1;0;2;1;0;1;2 +46,0374;1;1;0;1;0;1;0;2;1;0;1;2 +46,0331;1;1;0;1;0;1;0;2;1;0;1;2 +46,034;1;1;0;1;0;1;0;2;1;0;1;2 +46,0328;1;1;0;1;0;1;0;2;1;0;1;2 +46,032;1;1;0;1;0;1;0;2;1;0;1;2 +46,029;1;1;0;1;0;1;0;2;1;0;1;2 +46,028;1;1;0;1;0;1;0;2;1;0;1;2 +46,0261;1;1;0;1;0;1;0;2;1;0;1;2 +46,0257;1;1;0;1;0;1;0;2;1;0;1;2 +46,028;1;1;0;1;0;1;0;2;1;0;1;2 +46,022;1;1;0;1;0;1;0;2;1;0;1;2 +46,0169;1;1;0;1;0;1;0;2;1;0;1;2 +46,0203;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0201;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0186;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0119;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0145;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0136;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0147;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0136;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0022;1;1;0;1;0;1;0;2;1;0;0,765272;2 +46,0066;1;1;0;1;0;1;0;1;1;0;0,827526;2 +46,009;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,0034;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,827526;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,003;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,971844;1 +45,9775;1;1;0;1;0;1;0;1;1;0;0,971844;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,872846;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0035;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,982674;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0119;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,954922;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0142;1;1;0;1;0;1;0;1;1;0;0,997226;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0128;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0048;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,984196;1 +46,0212;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,0037;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,931915;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,965075;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0049;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0117;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,984873;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,960337;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,990627;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,990627;1 diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..ea2e332 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..28f750f Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_7/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel.csv b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel.csv new file mode 100644 index 0000000..a60b165 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0084;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0061;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0085;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,0075;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,0095;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,0083;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,0061;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0073;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0077;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,008;1;1;0;1;0;1;0;0;1;0;0;1 +46,0067;1;1;0;1;0;1;0;0;1;0;0;1 +46,0089;1;1;0;1;0;1;0;0;1;0;0;1 +46,0107;1;1;0;1;0;1;0;0;1;0;0;1 +46,0082;1;1;0;1;0;1;0;0;1;0;0;1 +46,0097;1;1;0;1;0;1;0;0;1;0;0;1 +46,0079;1;1;0;1;0;1;0;0;1;0;0;1 +46,0086;1;1;0;1;0;1;0;0;1;0;0;1 +46,0076;1;1;0;1;0;1;0;0;1;0;0;1 +46,0086;1;1;0;1;0;1;0;0;1;0;0;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0039;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0049;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0048;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,994687;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0152;1;1;0;1;0;1;0;1;1;0;1;1 +46,0048;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,995365;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0125;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,955433;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,012;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,944434;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0124;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0047;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,985889;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0112;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0046;1;1;0;1;0;1;0;1;1;0;1;1 +46,0112;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,982844;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +45,999;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,998918;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,015;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,0159;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,0188;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,0229;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,0185;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,0197;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,0216;1;1;0;1;0;1;0;1;1;0;0,998918;2 +46,0228;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,0256;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,0275;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,0257;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,0313;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,0338;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,033;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,028;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,0359;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,0386;1;1;0;1;0;1;0;1;1;0;0,572939;2 +46,039;1;1;0;1;0;1;0;2;1;0;1;2 +46,038;1;1;0;1;0;1;0;2;1;0;1;2 +46,0402;1;1;0;1;0;1;0;2;1;0;1;2 +46,0396;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0472;1;1;0;1;0;1;0;2;1;0;1;2 +46,0471;1;1;0;1;0;1;0;2;1;0;1;2 +46,0476;1;1;0;1;0;1;0;2;1;0;1;2 +46,0505;1;1;0;1;0;1;0;2;1;0;1;2 +46,0493;1;1;0;1;0;1;0;2;1;0;1;2 +46,0586;1;1;0;1;0;1;0;2;1;0;1;2 +46,0576;1;1;0;1;0;1;0;2;1;0;1;2 +46,058;1;1;0;1;0;1;0;2;1;0;1;2 +46,0602;1;1;0;1;0;1;0;2;1;0;1;2 +46,0629;1;1;0;1;0;1;0;2;1;0;1;2 +46,0633;1;1;0;1;0;1;0;2;1;0;1;2 +46,0667;1;1;0;1;0;1;0;2;1;0;1;2 +46,069;1;1;0;1;0;1;0;2;1;0;1;2 +46,0667;1;1;0;1;0;1;0;2;1;0;1;2 +46,0687;1;1;0;1;0;1;0;2;1;0;1;2 +46,0715;1;1;0;1;0;1;0;2;1;0;1;2 +46,0715;1;1;0;1;0;1;0;2;1;0;1;2 +46,0731;1;1;0;1;0;1;0;2;1;0;1;2 +46,0762;1;1;0;1;0;1;0;2;1;0;1;2 +46,0772;1;1;0;1;0;1;0;2;1;0;1;2 +46,0782;1;1;0;1;0;1;0;2;1;0;1;2 +46,0806;1;1;0;1;0;1;0;2;1;0;1;2 +46,0849;1;1;0;1;0;1;0;2;1;0;1;2 +46,08;1;1;0;1;0;1;0;2;1;0;1;2 +46,0821;1;1;0;1;0;1;0;2;1;0;1;2 +46,0854;1;1;0;1;0;1;0;2;1;0;1;2 +46,0869;1;1;0;1;0;1;0;2;1;0;1;2 +46,087;1;1;0;1;0;1;0;2;1;0;1;2 +46,094;1;1;0;1;0;1;0;2;1;0;1;2 +46,0939;1;1;0;1;0;1;0;2;1;0;1;2 +46,0933;1;1;0;1;0;1;0;2;1;0;1;2 +46,0955;1;1;0;1;0;1;0;2;1;0;1;2 +46,0951;1;1;0;1;0;1;0;2;1;0;1;2 +46,0995;1;1;0;1;0;1;0;2;1;0;1;2 +46,0984;1;1;0;1;0;1;0;2;1;0;1;2 +46,1054;1;1;0;1;0;1;0;2;1;0;1;2 +46,1025;1;1;0;1;0;1;0;2;1;0;1;2 +46,1053;1;1;0;1;0;1;0;2;1;0;1;2 +46,1048;1;1;0;1;0;1;0;2;1;0;1;2 +46,1069;1;1;0;1;0;1;0;2;1;0;1;2 +46,1077;1;1;0;1;0;1;0;2;1;0;1;2 +46,1108;1;1;0;1;0;1;0;2;1;0;1;2 +46,1139;1;1;0;1;0;1;0;2;1;0;1;2 +46,1139;1;1;0;1;0;1;0;2;1;0;1;2 +46,1142;1;1;0;1;0;1;0;2;1;0;1;2 +46,1164;1;1;0;1;0;1;0;2;1;0;1;2 +46,1221;1;1;0;1;0;1;0;2;1;0;1;2 +46,1199;1;1;0;1;0;1;0;2;1;0;1;2 +46,1213;1;1;0;1;0;1;0;2;1;0;1;2 +46,1238;1;1;0;1;0;1;0;2;1;0;1;2 +46,1249;1;1;0;1;0;1;0;2;1;0;1;2 +46,1248;1;1;0;1;0;1;0;2;1;0;1;2 +46,129;1;1;0;1;0;1;0;2;1;0;1;2 +46,1284;1;1;0;1;0;1;0;2;1;0;1;2 +46,1274;1;1;0;1;0;1;0;2;1;0;1;2 +46,1342;1;1;0;1;0;1;0;2;1;0;1;2 +46,1332;1;1;0;1;0;1;0;2;1;0;1;2 +46,1358;1;1;0;1;0;1;0;2;1;0;1;2 +46,1388;1;1;0;1;0;1;0;2;1;0;1;2 +46,1362;1;1;0;1;0;1;0;2;1;0;1;2 +46,139;1;1;0;1;0;1;0;2;1;0;1;2 +46,1434;1;1;0;1;0;1;0;2;1;0;1;2 +46,1439;1;1;0;1;0;1;0;2;1;0;1;2 +46,1466;1;1;0;1;0;1;0;2;1;0;1;2 +46,146;1;1;0;1;0;1;0;2;1;0;1;2 +46,1519;1;1;0;1;0;1;0;2;1;0;1;2 +46,1495;1;1;0;1;0;1;0;2;1;0;1;2 +46,1494;1;1;0;1;0;1;0;2;1;0;1;2 +46,1526;1;1;0;1;0;1;0;2;1;0;1;2 +46,1562;1;1;0;1;0;1;0;2;1;0;1;2 +46,1549;1;1;0;1;0;1;0;2;1;0;1;2 +46,1592;1;1;0;1;0;1;0;2;1;0;1;2 +46,1599;1;1;0;1;0;1;0;2;1;0;1;2 +46,1635;1;1;0;1;0;1;0;2;1;0;1;2 +46,1582;1;1;0;1;0;1;0;2;1;0;1;2 +46,1607;1;1;0;1;0;1;0;2;1;0;1;2 +46,16;1;1;0;1;0;1;0;2;1;0;1;2 +46,1671;1;1;0;1;0;1;0;2;1;0;1;2 +46,1671;1;1;0;1;0;1;0;2;1;0;1;2 +46,167;1;1;0;1;0;1;0;2;1;0;1;2 +46,1699;1;1;0;1;0;1;0;2;1;0;1;2 +46,1733;1;1;0;1;0;1;0;2;1;0;1;2 +46,1717;1;1;0;1;0;1;0;2;1;0;1;2 +46,1762;1;1;0;1;0;1;0;2;1;0;1;2 +46,1775;1;1;0;1;0;1;0;2;1;0;1;2 +46,18;1;1;0;1;0;1;0;2;1;0;1;2 +46,1813;1;1;0;1;0;1;0;2;1;0;1;2 +46,1818;1;1;0;1;0;1;0;2;1;0;1;2 +46,1847;1;1;0;1;0;1;0;2;1;0;1;2 +46,1847;1;1;0;1;0;1;0;2;1;0;1;2 +46,1868;1;1;0;1;0;1;0;2;1;0;1;2 +46,185;1;1;0;1;0;1;0;2;1;0;1;2 +46,1939;1;1;0;1;0;1;0;2;1;0;1;2 +46,1921;1;1;0;1;0;1;0;2;1;0;1;2 +46,1925;1;1;0;1;0;1;0;2;1;0;1;2 +46,1959;1;1;0;1;0;1;0;2;1;0;1;2 +46,1957;1;1;0;1;0;1;0;2;1;0;1;2 +46,1973;1;1;0;1;0;1;0;2;1;0;1;2 +46,2024;1;1;0;1;0;1;0;2;1;0;1;2 +46,2002;1;1;0;1;0;1;0;2;1;0;1;2 +46,2014;1;1;0;1;0;1;0;2;1;0;1;2 +46,2057;1;1;0;1;0;1;0;2;1;0;1;2 +46,2069;1;1;0;1;0;1;0;2;1;0;1;2 +46,2076;1;1;0;1;0;1;0;2;1;0;1;2 +46,2102;1;1;0;1;0;1;0;2;1;0;1;2 +46,2118;1;1;0;1;0;1;0;2;1;0;1;2 +46,2134;1;1;0;1;0;1;0;2;1;0;1;2 +46,2143;1;1;0;1;0;1;0;2;1;0;1;2 +46,215;1;1;0;1;0;1;0;2;1;0;1;2 +46,2203;1;1;0;1;0;1;0;2;1;0;1;2 +46,2186;1;1;0;1;0;1;0;2;1;0;1;2 +46,2192;1;1;0;1;0;1;0;2;1;0;1;2 +46,2222;1;1;0;1;0;1;0;2;1;0;1;2 +46,2247;1;1;0;1;0;1;0;2;1;0;1;2 +46,2256;1;1;0;1;0;1;0;2;1;0;1;2 +46,2319;1;1;0;1;0;1;0;2;1;0;1;2 +46,2284;1;1;0;1;0;1;0;2;1;0;1;2 +46,2302;1;1;0;1;0;1;0;2;1;0;1;2 +46,2292;1;1;0;1;0;1;0;2;1;0;1;2 +46,2319;1;1;0;1;0;1;0;2;1;0;1;2 +46,2333;1;1;0;1;0;1;0;2;1;0;1;2 +46,2349;1;1;0;1;0;1;0;2;1;0;1;2 +46,2359;1;1;0;1;0;1;0;2;1;0;1;2 +46,2382;1;1;0;1;0;1;0;2;1;0;1;2 +46,2415;1;1;0;1;0;1;0;2;1;0;1;2 +46,2428;1;1;0;1;0;1;0;2;1;0;1;2 +46,245;1;1;0;1;0;1;0;2;1;0;1;2 +46,2438;1;1;0;1;0;1;0;2;1;0;1;2 +46,2465;1;1;0;1;0;1;0;2;1;0;1;2 +46,2503;1;1;0;1;0;1;0;2;1;0;1;2 +46,25;1;1;0;1;0;1;0;2;1;0;1;2 +46,2494;1;1;0;1;0;1;0;2;1;0;1;2 +46,2552;1;1;0;1;0;1;0;2;1;0;1;2 +46,2534;1;1;0;1;0;1;0;2;1;0;1;2 +46,2571;1;1;0;1;0;1;0;2;1;0;1;2 +46,2606;1;1;0;1;0;1;0;2;1;0;1;2 +46,2554;1;1;0;1;0;1;0;2;1;0;1;2 +46,2611;1;1;0;1;0;1;0;2;1;0;1;2 +46,2625;1;1;0;1;0;1;0;2;1;0;1;2 +46,2675;1;1;0;1;0;1;0;2;1;0;1;2 +46,2675;1;1;0;1;0;1;0;2;1;0;1;2 +46,2683;1;1;0;1;0;1;0;2;1;0;1;2 +46,2665;1;1;0;1;0;1;0;2;1;0;1;2 +46,2688;1;1;0;1;0;1;0;2;1;0;1;2 +46,2715;1;1;0;1;0;1;0;2;1;0;1;2 +46,2726;1;1;0;1;0;1;0;2;1;0;1;2 +46,278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2673;1;1;0;1;0;1;0;2;1;0;1;2 +46,2776;1;1;0;1;0;1;0;2;1;0;1;2 +46,2795;1;1;0;1;0;1;0;2;1;0;1;2 +46,2822;1;1;0;1;0;1;0;2;1;0;1;2 +46,2809;1;1;0;1;0;1;0;2;1;0;1;2 +46,289;1;1;0;1;0;1;0;2;1;0;1;2 +46,2841;1;1;0;1;0;1;0;2;1;0;1;2 +46,2881;1;1;0;1;0;1;0;2;1;0;1;2 +46,2893;1;1;0;1;0;1;0;2;1;0;1;2 +46,2914;1;1;0;1;0;1;0;2;1;0;1;2 +46,2908;1;1;0;1;0;1;0;2;1;0;1;2 +46,2938;1;1;0;1;0;1;0;2;1;0;1;2 +46,2963;1;1;0;1;0;1;0;2;1;0;1;2 +46,2973;1;1;0;1;0;1;0;2;1;0;1;2 +46,2976;1;1;0;1;0;1;0;2;1;0;1;2 +46,3013;1;1;0;1;0;1;0;2;1;0;1;2 +46,3037;1;1;0;1;0;1;0;2;1;0;1;2 +46,3048;1;1;0;1;0;1;0;2;1;0;1;2 +46,3067;1;1;0;1;0;1;0;2;1;0;1;2 +46,3037;1;1;0;1;0;1;0;2;1;0;1;2 +46,3137;1;1;0;1;0;1;0;2;1;0;1;2 +46,3062;1;1;0;1;0;1;0;2;1;0;1;2 +46,3109;1;1;0;1;0;1;0;2;1;0;1;2 +46,3125;1;1;0;1;0;1;0;2;1;0;1;2 +46,3137;1;1;0;1;0;1;0;2;1;0;1;2 +46,3217;1;1;0;1;0;1;0;2;1;0;1;2 +46,3052;1;1;0;1;0;1;0;2;1;0;1;2 +46,3175;1;1;0;1;0;1;0;2;1;0;1;2 +46,3201;1;1;0;1;0;1;0;2;1;0;1;2 +46,3197;1;1;0;1;0;1;0;2;1;0;1;2 +46,3177;1;1;0;1;0;1;0;2;1;0;1;2 +46,3271;1;1;0;1;0;1;0;2;1;0;1;2 +46,3258;1;1;0;1;0;1;0;2;1;0;1;2 +46,3285;1;1;0;1;0;1;0;2;1;0;1;2 +46,33;1;1;0;1;0;1;0;2;1;0;1;2 +46,3301;1;1;0;1;0;1;0;2;1;0;1;2 +46,3332;1;1;0;1;0;1;0;2;1;0;1;2 +46,3351;1;1;0;1;0;1;0;2;1;0;1;2 +46,3342;1;1;0;1;0;1;0;2;1;0;1;2 +46,3345;1;1;0;1;0;1;0;2;1;0;1;2 +46,3405;1;1;0;1;0;1;0;2;1;0;1;2 +46,3413;1;1;0;1;0;1;0;2;1;0;1;2 +46,3442;1;1;0;1;0;1;0;2;1;0;1;2 +46,3407;1;1;0;1;0;1;0;2;1;0;1;2 +46,3457;1;1;0;1;0;1;0;2;1;0;1;2 +46,3462;1;1;0;1;0;1;0;2;1;0;1;2 +46,3486;1;1;0;1;0;1;0;2;1;0;1;2 +46,3499;1;1;0;1;0;1;0;2;1;0;1;2 +46,3513;1;1;0;1;0;1;0;2;1;0;1;2 +46,3509;1;1;0;1;0;1;0;2;1;0;1;2 +46,3559;1;1;0;1;0;1;0;2;1;0;1;2 +46,3552;1;1;0;1;0;1;0;2;1;0;1;2 +46,3587;1;1;0;1;0;1;0;2;1;0;1;2 +46,3591;1;1;0;1;0;1;0;2;1;0;1;2 +46,363;1;1;0;1;0;1;0;2;1;0;1;2 +46,3652;1;1;0;1;0;1;0;2;1;0;1;2 +46,3638;1;1;0;1;0;1;0;2;1;0;1;2 +46,3648;1;1;0;1;0;1;0;2;1;0;1;2 +46,3704;1;1;0;1;0;1;0;2;1;0;1;2 +46,368;1;1;0;1;0;1;0;2;1;0;1;2 +46,369;1;1;0;1;0;1;0;2;1;0;1;2 +46,3722;1;1;0;1;0;1;0;2;1;0;1;2 +46,3744;1;1;0;1;0;1;0;2;1;0;1;2 +46,3762;1;1;0;1;0;1;0;2;1;0;1;2 +46,3767;1;1;0;1;0;1;0;2;1;0;1;2 +46,3786;1;1;0;1;0;1;0;2;1;0;1;2 +46,3801;1;1;0;1;0;1;0;2;1;0;1;2 +46,3813;1;1;0;1;0;1;0;2;1;0;1;2 +46,3875;1;1;0;1;0;1;0;2;1;0;1;2 +46,3847;1;1;0;1;0;1;0;2;1;0;1;2 +46,3861;1;1;0;1;0;1;0;2;1;0;1;2 +46,3895;1;1;0;1;0;1;0;2;1;0;1;2 +46,39;1;1;0;1;0;1;0;2;1;0;1;2 +46,3891;1;1;0;1;0;1;0;2;1;0;1;2 +46,3886;1;1;0;1;0;1;0;2;1;0;1;2 +46,3923;1;1;0;1;0;1;0;2;1;0;1;2 +46,3935;1;1;0;1;0;1;0;2;1;0;1;2 +46,3962;1;1;0;1;0;1;0;2;1;0;1;2 +46,3966;1;1;0;1;0;1;0;2;1;0;1;2 +46,402;1;1;0;1;0;1;0;2;1;0;1;2 +46,4016;1;1;0;1;0;1;0;2;1;0;1;2 +46,4026;1;1;0;1;0;1;0;2;1;0;1;2 +46,4018;1;1;0;1;0;1;0;2;1;0;1;2 +46,4058;1;1;0;1;0;1;0;2;1;0;1;2 +46,4081;1;1;0;1;0;1;0;2;1;0;1;2 +46,4099;1;1;0;1;0;1;0;2;1;0;1;2 +46,4101;1;1;0;1;0;1;0;2;1;0;1;2 +46,4129;1;1;0;1;0;1;0;2;1;0;1;2 +46,4139;1;1;0;1;0;1;0;2;1;0;1;2 +46,0085;1;1;0;1;0;1;0;2;1;0;1;1 +46,0098;1;1;0;1;0;1;0;2;1;0;1;1 +46,0067;1;1;0;1;0;1;0;2;1;0;1;1 +46,006;1;1;0;1;0;1;0;2;1;0;1;1 +46,0074;1;1;0;1;0;1;0;2;1;0;1;1 +46,0079;1;1;0;1;0;1;0;2;1;0;1;1 +46,0086;1;1;0;1;0;1;0;2;1;0;1;1 +46,0092;1;1;0;1;0;1;0;2;1;0;1;1 +46,0119;1;1;0;1;0;1;0;2;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,004;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,992658;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,960678;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0041;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0046;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,983011;1 +45,9996;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,983011;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0041;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,005;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;2 +46,0064;1;1;0;1;0;1;0;1;1;0;1;2 +46,011;1;1;0;1;0;1;0;1;1;0;1;2 +46,0195;1;1;0;1;0;1;0;1;1;0;1;2 +46,0163;1;1;0;1;0;1;0;1;1;0;1;2 +46,0173;1;1;0;1;0;1;0;1;1;0;1;2 +46,0193;1;1;0;1;0;1;0;1;1;0;1;2 +46,0194;1;1;0;1;0;1;0;1;1;0;1;2 +46,0211;1;1;0;1;0;1;0;1;1;0;1;2 +46,0192;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0252;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0277;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0288;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0319;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0304;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0319;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0357;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0352;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0405;1;1;0;1;0;1;0;1;1;0;0,657004;2 +46,0417;1;1;0;1;0;1;0;2;1;0;1;2 +46,0406;1;1;0;1;0;1;0;2;1;0;1;2 +46,0417;1;1;0;1;0;1;0;2;1;0;1;2 +46,0441;1;1;0;1;0;1;0;2;1;0;1;2 +46,0442;1;1;0;1;0;1;0;2;1;0;1;2 +46,0474;1;1;0;1;0;1;0;2;1;0;1;2 +46,0506;1;1;0;1;0;1;0;2;1;0;1;2 +46,0471;1;1;0;1;0;1;0;2;1;0;1;2 +46,0531;1;1;0;1;0;1;0;2;1;0;1;2 +46,0525;1;1;0;1;0;1;0;2;1;0;1;2 +46,0526;1;1;0;1;0;1;0;2;1;0;1;2 +46,0579;1;1;0;1;0;1;0;2;1;0;1;2 +46,0595;1;1;0;1;0;1;0;2;1;0;1;2 +46,0592;1;1;0;1;0;1;0;2;1;0;1;2 +46,0601;1;1;0;1;0;1;0;2;1;0;1;2 +46,0609;1;1;0;1;0;1;0;2;1;0;1;2 +46,0656;1;1;0;1;0;1;0;2;1;0;1;2 +46,0661;1;1;0;1;0;1;0;2;1;0;1;2 +46,0675;1;1;0;1;0;1;0;2;1;0;1;2 +46,0721;1;1;0;1;0;1;0;2;1;0;1;2 +46,0725;1;1;0;1;0;1;0;2;1;0;1;2 +46,069;1;1;0;1;0;1;0;2;1;0;1;2 +46,073;1;1;0;1;0;1;0;2;1;0;1;2 +46,0757;1;1;0;1;0;1;0;2;1;0;1;2 +46,0768;1;1;0;1;0;1;0;2;1;0;1;2 +46,0774;1;1;0;1;0;1;0;2;1;0;1;2 +46,082;1;1;0;1;0;1;0;2;1;0;1;2 +46,0798;1;1;0;1;0;1;0;2;1;0;1;2 +46,0837;1;1;0;1;0;1;0;2;1;0;1;2 +46,0894;1;1;0;1;0;1;0;2;1;0;1;2 +46,0862;1;1;0;1;0;1;0;2;1;0;1;2 +46,088;1;1;0;1;0;1;0;2;1;0;1;2 +46,0873;1;1;0;1;0;1;0;2;1;0;1;2 +46,0895;1;1;0;1;0;1;0;2;1;0;1;2 +46,0911;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0961;1;1;0;1;0;1;0;2;1;0;1;2 +46,0979;1;1;0;1;0;1;0;2;1;0;1;2 +46,0978;1;1;0;1;0;1;0;2;1;0;1;2 +46,1039;1;1;0;1;0;1;0;2;1;0;1;2 +46,1047;1;1;0;1;0;1;0;2;1;0;1;2 +46,1059;1;1;0;1;0;1;0;2;1;0;1;2 +46,1051;1;1;0;1;0;1;0;2;1;0;1;2 +46,1012;1;1;0;1;0;1;0;2;1;0;1;2 +46,1068;1;1;0;1;0;1;0;2;1;0;1;2 +46,1113;1;1;0;1;0;1;0;2;1;0;1;2 +46,111;1;1;0;1;0;1;0;2;1;0;1;2 +46,1152;1;1;0;1;0;1;0;2;1;0;1;2 +46,1138;1;1;0;1;0;1;0;2;1;0;1;2 +46,1147;1;1;0;1;0;1;0;2;1;0;1;2 +46,1176;1;1;0;1;0;1;0;2;1;0;1;2 +46,1202;1;1;0;1;0;1;0;2;1;0;1;2 +46,1218;1;1;0;1;0;1;0;2;1;0;1;2 +46,1257;1;1;0;1;0;1;0;2;1;0;1;2 +46,1251;1;1;0;1;0;1;0;2;1;0;1;2 +46,1287;1;1;0;1;0;1;0;2;1;0;1;2 +46,1298;1;1;0;1;0;1;0;2;1;0;1;2 +46,1282;1;1;0;1;0;1;0;2;1;0;1;2 +46,1347;1;1;0;1;0;1;0;2;1;0;1;2 +46,1372;1;1;0;1;0;1;0;2;1;0;1;2 +46,1328;1;1;0;1;0;1;0;2;1;0;1;2 +46,1321;1;1;0;1;0;1;0;2;1;0;1;2 +46,1376;1;1;0;1;0;1;0;2;1;0;1;2 +46,1399;1;1;0;1;0;1;0;2;1;0;1;2 +46,1386;1;1;0;1;0;1;0;2;1;0;1;2 +46,1425;1;1;0;1;0;1;0;2;1;0;1;2 +46,1447;1;1;0;1;0;1;0;2;1;0;1;2 +46,1451;1;1;0;1;0;1;0;2;1;0;1;2 +46,1473;1;1;0;1;0;1;0;2;1;0;1;2 +46,149;1;1;0;1;0;1;0;2;1;0;1;2 +46,1497;1;1;0;1;0;1;0;2;1;0;1;2 +46,1539;1;1;0;1;0;1;0;2;1;0;1;2 +46,1523;1;1;0;1;0;1;0;2;1;0;1;2 +46,1544;1;1;0;1;0;1;0;2;1;0;1;2 +46,1548;1;1;0;1;0;1;0;2;1;0;1;2 +46,1579;1;1;0;1;0;1;0;2;1;0;1;2 +46,1586;1;1;0;1;0;1;0;2;1;0;1;2 +46,1603;1;1;0;1;0;1;0;2;1;0;1;2 +46,1602;1;1;0;1;0;1;0;2;1;0;1;2 +46,1654;1;1;0;1;0;1;0;2;1;0;1;2 +46,1636;1;1;0;1;0;1;0;2;1;0;1;2 +46,1654;1;1;0;1;0;1;0;2;1;0;1;2 +46,1682;1;1;0;1;0;1;0;2;1;0;1;2 +46,1693;1;1;0;1;0;1;0;2;1;0;1;2 +46,1701;1;1;0;1;0;1;0;2;1;0;1;2 +46,171;1;1;0;1;0;1;0;2;1;0;1;2 +46,1741;1;1;0;1;0;1;0;2;1;0;1;2 +46,1737;1;1;0;1;0;1;0;2;1;0;1;2 +46,1779;1;1;0;1;0;1;0;2;1;0;1;2 +46,1806;1;1;0;1;0;1;0;2;1;0;1;2 +46,18;1;1;0;1;0;1;0;2;1;0;1;2 +46,1841;1;1;0;1;0;1;0;2;1;0;1;2 +46,1824;1;1;0;1;0;1;0;2;1;0;1;2 +46,1862;1;1;0;1;0;1;0;2;1;0;1;2 +46,1887;1;1;0;1;0;1;0;2;1;0;1;2 +46,1899;1;1;0;1;0;1;0;2;1;0;1;2 +46,1917;1;1;0;1;0;1;0;2;1;0;1;2 +46,1909;1;1;0;1;0;1;0;2;1;0;1;2 +46,1938;1;1;0;1;0;1;0;2;1;0;1;2 +46,1963;1;1;0;1;0;1;0;2;1;0;1;2 +46,1966;1;1;0;1;0;1;0;2;1;0;1;2 +46,1992;1;1;0;1;0;1;0;2;1;0;1;2 +46,1996;1;1;0;1;0;1;0;2;1;0;1;2 +46,2016;1;1;0;1;0;1;0;2;1;0;1;2 +46,2022;1;1;0;1;0;1;0;2;1;0;1;2 +46,2046;1;1;0;1;0;1;0;2;1;0;1;2 +46,2086;1;1;0;1;0;1;0;2;1;0;1;2 +46,2085;1;1;0;1;0;1;0;2;1;0;1;2 +46,2105;1;1;0;1;0;1;0;2;1;0;1;2 +46,2114;1;1;0;1;0;1;0;2;1;0;1;2 +46,2127;1;1;0;1;0;1;0;2;1;0;1;2 +46,2183;1;1;0;1;0;1;0;2;1;0;1;2 +46,2156;1;1;0;1;0;1;0;2;1;0;1;2 +46,2181;1;1;0;1;0;1;0;2;1;0;1;2 +46,2197;1;1;0;1;0;1;0;2;1;0;1;2 +46,2197;1;1;0;1;0;1;0;2;1;0;1;2 +46,2213;1;1;0;1;0;1;0;2;1;0;1;2 +46,2242;1;1;0;1;0;1;0;2;1;0;1;2 +46,2235;1;1;0;1;0;1;0;2;1;0;1;2 +46,2273;1;1;0;1;0;1;0;2;1;0;1;2 +46,2253;1;1;0;1;0;1;0;2;1;0;1;2 +46,2306;1;1;0;1;0;1;0;2;1;0;1;2 +46,2337;1;1;0;1;0;1;0;2;1;0;1;2 +46,2302;1;1;0;1;0;1;0;2;1;0;1;2 +46,2341;1;1;0;1;0;1;0;2;1;0;1;2 +46,2363;1;1;0;1;0;1;0;2;1;0;1;2 +46,2345;1;1;0;1;0;1;0;2;1;0;1;2 +46,2388;1;1;0;1;0;1;0;2;1;0;1;2 +46,2399;1;1;0;1;0;1;0;2;1;0;1;2 +46,2436;1;1;0;1;0;1;0;2;1;0;1;2 +46,2433;1;1;0;1;0;1;0;2;1;0;1;2 +46,2455;1;1;0;1;0;1;0;2;1;0;1;2 +46,2471;1;1;0;1;0;1;0;2;1;0;1;2 +46,2491;1;1;0;1;0;1;0;2;1;0;1;2 +46,2467;1;1;0;1;0;1;0;2;1;0;1;2 +46,2549;1;1;0;1;0;1;0;2;1;0;1;2 +46,2518;1;1;0;1;0;1;0;2;1;0;1;2 +46,2514;1;1;0;1;0;1;0;2;1;0;1;2 +46,2533;1;1;0;1;0;1;0;2;1;0;1;2 +46,258;1;1;0;1;0;1;0;2;1;0;1;2 +46,2599;1;1;0;1;0;1;0;2;1;0;1;2 +46,2585;1;1;0;1;0;1;0;2;1;0;1;2 +46,2652;1;1;0;1;0;1;0;2;1;0;1;2 +46,2642;1;1;0;1;0;1;0;2;1;0;1;2 +46,2615;1;1;0;1;0;1;0;2;1;0;1;2 +46,2667;1;1;0;1;0;1;0;2;1;0;1;2 +46,2685;1;1;0;1;0;1;0;2;1;0;1;2 +46,2687;1;1;0;1;0;1;0;2;1;0;1;2 +46,2725;1;1;0;1;0;1;0;2;1;0;1;2 +46,2777;1;1;0;1;0;1;0;2;1;0;1;2 +46,2708;1;1;0;1;0;1;0;2;1;0;1;2 +46,2748;1;1;0;1;0;1;0;2;1;0;1;2 +46,2789;1;1;0;1;0;1;0;2;1;0;1;2 +46,2822;1;1;0;1;0;1;0;2;1;0;1;2 +46,2833;1;1;0;1;0;1;0;2;1;0;1;2 +46,2816;1;1;0;1;0;1;0;2;1;0;1;2 +46,2894;1;1;0;1;0;1;0;2;1;0;1;2 +46,2855;1;1;0;1;0;1;0;2;1;0;1;2 +46,2863;1;1;0;1;0;1;0;2;1;0;1;2 +46,2891;1;1;0;1;0;1;0;2;1;0;1;2 +46,2866;1;1;0;1;0;1;0;2;1;0;1;2 +46,29;1;1;0;1;0;1;0;2;1;0;1;2 +46,2942;1;1;0;1;0;1;0;2;1;0;1;2 +46,2927;1;1;0;1;0;1;0;2;1;0;1;2 +46,2973;1;1;0;1;0;1;0;2;1;0;1;2 +46,2979;1;1;0;1;0;1;0;2;1;0;1;2 +46,2993;1;1;0;1;0;1;0;2;1;0;1;2 +46,2998;1;1;0;1;0;1;0;2;1;0;1;2 +46,3001;1;1;0;1;0;1;0;2;1;0;1;2 +46,3061;1;1;0;1;0;1;0;2;1;0;1;2 +46,3057;1;1;0;1;0;1;0;2;1;0;1;2 +46,3073;1;1;0;1;0;1;0;2;1;0;1;2 +46,3107;1;1;0;1;0;1;0;2;1;0;1;2 +46,3106;1;1;0;1;0;1;0;2;1;0;1;2 +46,3121;1;1;0;1;0;1;0;2;1;0;1;2 +46,313;1;1;0;1;0;1;0;2;1;0;1;2 +46,3147;1;1;0;1;0;1;0;2;1;0;1;2 +46,3162;1;1;0;1;0;1;0;2;1;0;1;2 +46,3212;1;1;0;1;0;1;0;2;1;0;1;2 +46,3204;1;1;0;1;0;1;0;2;1;0;1;2 +46,3216;1;1;0;1;0;1;0;2;1;0;1;1 +46,3221;1;1;0;1;0;1;0;2;1;0;1;1 +46,3227;1;1;0;1;0;1;0;2;1;0;1;1 +46,3182;1;1;0;1;0;1;0;2;1;0;1;1 +46,3223;1;1;0;1;0;1;0;2;1;0;1;1 +46,3184;1;1;0;1;0;1;0;2;1;0;1;1 +46,3213;1;1;0;1;0;1;0;2;1;0;1;1 +46,3268;1;1;0;1;0;1;0;2;1;0;1;1 +46,3208;1;1;0;1;0;1;0;2;1;0;1;1 +46,3209;1;1;0;1;0;1;0;2;1;0;1;1 +46,3176;1;1;0;1;0;1;0;2;1;0;1;1 +46,3195;1;1;0;1;0;1;0;2;1;0;1;1 +46,3198;1;1;0;1;0;1;0;2;1;0;1;1 +46,3184;1;1;0;1;0;1;0;2;1;0;1;1 +46,3196;1;1;0;1;0;1;0;2;1;0;1;1 +46,3222;1;1;0;1;0;1;0;2;1;0;1;1 +46,3139;1;1;0;1;0;1;0;2;1;0;1;1 +46,3231;1;1;0;1;0;1;0;2;1;0;1;1 +46,3217;1;1;0;1;0;1;0;2;1;0;1;1 +46,3212;1;1;0;1;0;1;0;2;1;0;1;1 +46,3221;1;1;0;1;0;1;0;2;1;0;1;1 +46,3191;1;1;0;1;0;1;0;2;1;0;1;1 +46,3198;1;1;0;1;0;1;0;2;1;0;1;1 +46,3203;1;1;0;1;0;1;0;2;1;0;1;1 +46,3196;1;1;0;1;0;1;0;2;1;0;1;1 +46,3179;1;1;0;1;0;1;0;2;1;0;1;1 +46,3249;1;1;0;1;0;1;0;2;1;0;1;1 +46,3169;1;1;0;1;0;1;0;2;1;0;1;1 +46,3203;1;1;0;1;0;1;0;2;1;0;1;1 +46,3201;1;1;0;1;0;1;0;2;1;0;1;1 +46,3212;1;1;0;1;0;1;0;2;1;0;1;1 +46,3196;1;1;0;1;0;1;0;2;1;0;1;1 +46,3171;1;1;0;1;0;1;0;2;1;0;1;1 +46,317;1;1;0;1;0;1;0;2;1;0;1;1 +46,3198;1;1;0;1;0;1;0;2;1;0;1;1 +46,32;1;1;0;1;0;1;0;2;1;0;1;1 +46,3176;1;1;0;1;0;1;0;2;1;0;1;1 +46,3206;1;1;0;1;0;1;0;2;1;0;1;1 +46,3215;1;1;0;1;0;1;0;2;1;0;1;1 +46,3175;1;1;0;1;0;1;0;2;1;0;1;1 +46,3216;1;1;0;1;0;1;0;2;1;0;1;1 +46,321;1;1;0;1;0;1;0;2;1;0;1;1 +46,3202;1;1;0;1;0;1;0;2;1;0;1;1 +46,3193;1;1;0;1;0;1;0;2;1;0;1;1 +46,3225;1;1;0;1;0;1;0;2;1;0;1;1 +46,3205;1;1;0;1;0;1;0;2;1;0;1;1 +46,3198;1;1;0;1;0;1;0;2;1;0;1;1 +46,3192;1;1;0;1;0;1;0;2;1;0;1;1 +46,3221;1;1;0;1;0;1;0;2;1;0;1;1 +46,3196;1;1;0;1;0;1;0;2;1;0;1;1 +46,3235;1;1;0;1;0;1;0;2;1;0;1;2 +46,323;1;1;0;1;0;1;0;2;1;0;1;2 +46,3292;1;1;0;1;0;1;0;2;1;0;1;2 +46,3379;1;1;0;1;0;1;0;2;1;0;1;2 +46,339;1;1;0;1;0;1;0;2;1;0;1;2 +46,3373;1;1;0;1;0;1;0;2;1;0;1;2 +46,3415;1;1;0;1;0;1;0;2;1;0;1;2 +46,3445;1;1;0;1;0;1;0;2;1;0;1;2 +46,3482;1;1;0;1;0;1;0;2;1;0;1;2 +46,3509;1;1;0;1;0;1;0;2;1;0;1;2 +46,3526;1;1;0;1;0;1;0;2;1;0;1;2 +46,3556;1;1;0;1;0;1;0;2;1;0;1;2 +46,3588;1;1;0;1;0;1;0;2;1;0;1;2 +46,3639;1;1;0;1;0;1;0;2;1;0;1;2 +46,3615;1;1;0;1;0;1;0;2;1;0;1;2 +46,3683;1;1;0;1;0;1;0;2;1;0;1;2 +46,3754;1;1;0;1;0;1;0;2;1;0;1;2 +46,3752;1;1;0;1;0;1;0;2;1;0;1;2 +46,3788;1;1;0;1;0;1;0;2;1;0;1;2 +46,382;1;1;0;1;0;1;0;2;1;0;1;2 +46,3833;1;1;0;1;0;1;0;2;1;0;1;2 +46,3898;1;1;0;1;0;1;0;2;1;0;1;2 +46,3897;1;1;0;1;0;1;0;2;1;0;1;2 +46,3947;1;1;0;1;0;1;0;2;1;0;1;2 +46,3976;1;1;0;1;0;1;0;2;1;0;1;2 +46,4006;1;1;0;1;0;1;0;2;1;0;1;2 +46,4042;1;1;0;1;0;1;0;2;1;0;1;2 +46,4096;1;1;0;1;0;1;0;2;1;0;1;2 +46,4135;1;1;0;1;0;1;0;2;1;0;1;2 +46,4132;1;1;0;1;0;1;0;2;1;0;1;2 +46,4167;1;1;0;1;0;1;0;2;1;0;1;2 +46,4184;1;1;0;1;0;1;0;2;1;0;1;2 +46,4227;1;1;0;1;0;1;0;2;1;0;1;2 +46,427;1;1;0;1;0;1;0;2;1;0;1;2 +46,4328;1;1;0;1;0;1;0;2;1;0;1;2 +46,4326;1;1;0;1;0;1;0;2;1;0;1;2 +46,4355;1;1;0;1;0;1;0;2;1;0;1;2 +46,4361;1;1;0;1;0;1;0;2;1;0;1;2 +46,4423;1;1;0;1;0;1;0;2;1;0;1;2 +46,4478;1;1;0;1;0;1;0;2;1;0;1;2 +46,4477;1;1;0;1;0;1;0;2;1;0;1;2 +46,4526;1;1;0;1;0;1;0;2;1;0;1;2 +46,4549;1;1;0;1;0;1;0;2;1;0;1;2 +46,4564;1;1;0;1;0;1;0;2;1;0;1;2 +46,4585;1;1;0;1;0;1;0;2;1;0;1;2 +46,4636;1;1;0;1;0;1;0;2;1;0;1;2 +46,4699;1;1;0;1;0;1;0;2;1;0;1;2 +46,4747;1;1;0;1;0;1;0;2;1;0;1;2 +46,4726;1;1;0;1;0;1;0;2;1;0;1;2 +46,4755;1;1;0;1;0;1;0;2;1;0;1;2 +46,48;1;1;0;1;0;1;0;2;1;0;1;2 +46,4833;1;1;0;1;0;1;0;2;1;0;1;2 +46,4846;1;1;0;1;0;1;0;2;1;0;1;2 +46,4896;1;1;0;1;0;1;0;2;1;0;1;2 +46,4913;1;1;0;1;0;1;0;2;1;0;1;2 +46,497;1;1;0;1;0;1;0;2;1;0;1;2 +46,4985;1;1;0;1;0;1;0;2;1;0;1;2 +46,5006;1;1;0;1;0;1;0;2;1;0;1;2 +46,5087;1;1;0;1;0;1;0;2;1;0;1;2 +46,5049;1;1;0;1;0;1;0;2;1;0;1;2 +46,5091;1;1;0;1;0;1;0;2;1;0;1;2 +46,5141;1;1;0;1;0;1;0;2;1;0;1;2 +46,5143;1;1;0;1;0;1;0;2;1;0;1;2 +46,5208;1;1;0;1;0;1;0;2;1;0;1;2 +46,5227;1;1;0;1;0;1;0;2;1;0;1;2 +46,5253;1;1;0;1;0;1;0;2;1;0;1;2 +46,5261;1;1;0;1;0;1;0;2;1;0;1;2 +46,5301;1;1;0;1;0;1;0;2;1;0;1;2 +46,5365;1;1;0;1;0;1;0;2;1;0;1;2 +46,5374;1;1;0;1;0;1;0;2;1;0;1;2 +46,5416;1;1;0;1;0;1;0;2;1;0;1;2 +46,543;1;1;0;1;0;1;0;2;1;0;1;2 +46,544;1;1;0;1;0;1;0;2;1;0;1;2 +46,549;1;1;0;1;0;1;0;2;1;0;1;2 +46,5537;1;1;0;1;0;1;0;2;1;0;1;2 +46,5566;1;1;0;1;0;1;0;2;1;0;1;2 +46,5562;1;1;0;1;0;1;0;2;1;0;1;2 +46,5628;1;1;0;1;0;1;0;2;1;0;1;2 +46,569;1;1;0;1;0;1;0;2;1;0;1;2 +46,5695;1;1;0;1;0;1;0;2;1;0;1;2 +46,5741;1;1;0;1;0;1;0;2;1;0;1;2 +46,5749;1;1;0;1;0;1;0;2;1;0;1;2 +46,5757;1;1;0;1;0;1;0;2;1;0;1;2 +46,5826;1;1;0;1;0;1;0;2;1;0;1;2 +46,5818;1;1;0;1;0;1;0;2;1;0;1;2 +46,5875;1;1;0;1;0;1;0;2;1;0;1;2 +46,5935;1;1;0;1;0;1;0;2;1;0;1;2 +46,5958;1;1;0;1;0;1;0;2;1;0;1;2 +46,597;1;1;0;1;0;1;0;2;1;0;1;2 +46,6054;1;1;0;1;0;1;0;2;1;0;1;2 +46,6036;1;1;0;1;0;1;0;2;1;0;1;2 +46,6091;1;1;0;1;0;1;0;2;1;0;1;2 +46,6097;1;1;0;1;0;1;0;2;1;0;1;2 +46,6138;1;1;0;1;0;1;0;2;1;0;1;2 +46,6159;1;1;0;1;0;1;0;2;1;0;1;2 +46,6205;1;1;0;1;0;1;0;2;1;0;1;2 +46,623;1;1;0;1;0;1;0;2;1;0;1;2 +46,6274;1;1;0;1;0;1;0;2;1;0;1;2 +46,6326;1;1;0;1;0;1;0;2;1;0;1;2 +46,6316;1;1;0;1;0;1;0;2;1;0;1;2 +46,6335;1;1;0;1;0;1;0;2;1;0;1;2 +46,6355;1;1;0;1;0;1;0;2;1;0;1;2 +46,6392;1;1;0;1;0;1;0;2;1;0;1;2 +46,645;1;1;0;1;0;1;0;2;1;0;1;2 +46,6476;1;1;0;1;0;1;0;2;1;0;1;2 +46,6502;1;1;0;1;0;1;0;2;1;0;1;2 +46,6518;1;1;0;1;0;1;0;2;1;0;1;2 +46,6508;1;1;0;1;0;1;0;2;1;0;1;2 +46,66;1;1;0;1;0;1;0;2;1;0;1;2 +46,6631;1;1;0;1;0;1;0;2;1;0;1;2 +46,667;1;1;0;1;0;1;0;2;1;0;1;2 +46,6663;1;1;0;1;0;1;0;2;1;0;1;2 +46,674;1;1;0;1;0;1;0;2;1;0;1;2 +46,6747;1;1;0;1;0;1;0;2;1;0;1;2 +46,68;1;1;0;1;0;1;0;2;1;0;1;2 +46,6828;1;1;0;1;0;1;0;2;1;0;1;2 +46,684;1;1;0;1;0;1;0;2;1;0;1;2 +46,6876;1;1;0;1;0;1;0;2;1;0;1;2 +46,693;1;1;0;1;0;1;0;2;1;0;1;2 +46,695;1;1;0;1;0;1;0;2;1;0;1;2 +46,6988;1;1;0;1;0;1;0;2;1;0;1;2 +46,7066;1;1;0;1;0;1;0;2;1;0;1;2 +46,7049;1;1;0;1;0;1;0;2;1;0;1;2 +46,7067;1;1;0;1;0;1;0;2;1;0;1;2 +46,7124;1;1;0;1;0;1;0;2;1;0;1;2 +46,7129;1;1;0;1;0;1;0;2;1;0;1;2 +46,7168;1;1;0;1;0;1;0;2;1;0;1;2 +46,7193;1;1;0;1;0;1;0;2;1;0;1;2 +46,7225;1;1;0;1;0;1;0;2;1;0;1;2 +46,7264;1;1;0;1;0;1;0;2;1;0;1;2 +46,7323;1;1;0;1;0;1;0;2;1;0;1;2 +46,729;1;1;0;1;0;1;0;2;1;0;1;2 +46,7337;1;1;0;1;0;1;0;2;1;0;1;2 +46,7388;1;1;0;1;0;1;0;2;1;0;1;2 +46,7414;1;1;0;1;0;1;0;2;1;0;1;2 +46,7448;1;1;0;1;0;1;0;2;1;0;1;2 +46,7469;1;1;0;1;0;1;0;2;1;0;1;2 +46,7498;1;1;0;1;0;1;0;2;1;0;1;2 +46,7549;1;1;0;1;0;1;0;2;1;0;1;2 +46,7569;1;1;0;1;0;1;0;2;1;0;1;2 +46,7603;1;1;0;1;0;1;0;2;1;0;1;2 +46,764;1;1;0;1;0;1;0;2;1;0;1;2 +46,7642;1;1;0;1;0;1;0;2;1;0;1;2 +46,7737;1;1;0;1;0;1;0;2;1;0;1;2 +46,7724;1;1;0;1;0;1;0;2;1;0;1;2 +46,7746;1;1;0;1;0;1;0;2;1;0;1;2 +46,78;1;1;0;1;0;1;0;2;1;0;1;2 +46,7819;1;1;0;1;0;1;0;2;1;0;1;2 +46,7849;1;1;0;1;0;1;0;2;1;0;1;2 +46,7878;1;1;0;1;0;1;0;2;1;0;1;2 +46,7904;1;1;0;1;0;1;0;2;1;0;1;2 +46,7914;1;1;0;1;0;1;0;2;1;0;1;2 +46,7981;1;1;0;1;0;1;0;2;1;0;1;2 +46,7981;1;1;0;1;0;1;0;2;1;0;1;2 +46,7999;1;1;0;1;0;1;0;2;1;0;1;2 +46,8049;1;1;0;1;0;1;0;2;1;0;1;2 +46,8095;1;1;0;1;0;1;0;2;1;0;1;2 +46,8122;1;1;0;1;0;1;0;2;1;0;1;2 +46,8175;1;1;0;1;0;1;0;2;1;0;1;2 +46,8204;1;1;0;1;0;1;0;2;1;0;1;2 +46,8222;1;1;0;1;0;1;0;2;1;0;1;2 +46,8245;1;1;0;1;0;1;0;2;1;0;1;2 +46,8278;1;1;0;1;0;1;0;2;1;0;1;2 +46,8304;1;1;0;1;0;1;0;2;1;0;1;2 +46,8369;1;1;0;1;0;1;0;2;1;0;1;2 +46,8398;1;1;0;1;0;1;0;2;1;0;1;2 +46,8406;1;1;0;1;0;1;0;2;1;0;1;2 +46,8422;1;1;0;1;0;1;0;2;1;0;1;2 +46,8476;1;1;0;1;0;1;0;2;1;0;1;2 +46,851;1;1;0;1;0;1;0;2;1;0;1;2 +46,8528;1;1;0;1;0;1;0;2;1;0;1;2 +46,8569;1;1;0;1;0;1;0;2;1;0;1;2 +46,8624;1;1;0;1;0;1;0;2;1;0;1;2 +46,8636;1;1;0;1;0;1;0;2;1;0;1;2 +46,865;1;1;0;1;0;1;0;2;1;0;1;2 +46,8702;1;1;0;1;0;1;0;2;1;0;1;2 +46,8714;1;1;0;1;0;1;0;2;1;0;1;2 +46,8803;1;1;0;1;0;1;0;2;1;0;1;2 +46,8795;1;1;0;1;0;1;0;2;1;0;1;2 +46,881;1;1;0;1;0;1;0;2;1;0;1;2 +46,8862;1;1;0;1;0;1;0;2;1;0;1;2 +46,888;1;1;0;1;0;1;0;2;1;0;1;2 +46,8919;1;1;0;1;0;1;0;2;1;0;1;2 +46,8923;1;1;0;1;0;1;0;2;1;0;1;2 +46,898;1;1;0;1;0;1;0;2;1;0;1;2 +46,9018;1;1;0;1;0;1;0;2;1;0;1;2 +46,9036;1;1;0;1;0;1;0;2;1;0;1;2 +46,9067;1;1;0;1;0;1;0;2;1;0;1;2 +46,9092;1;1;0;1;0;1;0;2;1;0;1;2 +46,914;1;1;0;1;0;1;0;2;1;0;1;2 +46,9149;1;1;0;1;0;1;0;2;1;0;1;2 +46,92;1;1;0;1;0;1;0;2;1;0;1;2 +46,921;1;1;0;1;0;1;0;2;1;0;1;2 +46,9263;1;1;0;1;0;1;0;2;1;0;1;2 +46,9299;1;1;0;1;0;1;0;2;1;0;1;2 +46,9307;1;1;0;1;0;1;0;2;1;0;1;2 +46,9345;1;1;0;1;0;1;0;2;1;0;1;2 +46,9418;1;1;0;1;0;1;0;2;1;0;1;2 +46,9337;1;1;0;1;0;1;0;2;1;0;1;2 +46,9451;1;1;0;1;0;1;0;2;1;0;1;2 +46,9443;1;1;0;1;0;1;0;2;1;0;1;1 +46,9436;1;1;0;1;0;1;0;2;1;0;1;1 +46,9419;1;1;0;1;0;1;0;2;1;0;1;1 +46,9417;1;1;0;1;0;1;0;2;1;0;1;1 +46,9438;1;1;0;1;0;1;0;2;1;0;1;1 +46,9473;1;1;0;1;0;1;0;2;1;0;1;1 +46,9419;1;1;0;1;0;1;0;2;1;0;1;1 +46,9452;1;1;0;1;0;1;0;2;1;0;1;1 +46,9426;1;1;0;1;0;1;0;2;1;0;1;1 +46,943;1;1;0;1;0;1;0;2;1;0;1;1 +46,9431;1;1;0;1;0;1;0;2;1;0;1;1 +46,9415;1;1;0;1;0;1;0;2;1;0;1;1 +46,9409;1;1;0;1;0;1;0;2;1;0;1;1 +46,9427;1;1;0;1;0;1;0;2;1;0;1;1 +46,9426;1;1;0;1;0;1;0;2;1;0;1;1 +46,9462;1;1;0;1;0;1;0;2;1;0;1;1 +46,9441;1;1;0;1;0;1;0;2;1;0;1;1 +46,9394;1;1;0;1;0;1;0;2;1;0;1;1 +46,9471;1;1;0;1;0;1;0;2;1;0;1;1 +46,9394;1;1;0;1;0;1;0;2;1;0;1;1 +46,9465;1;1;0;1;0;1;0;2;1;0;1;1 +46,9442;1;1;0;1;0;1;0;2;1;0;1;1 +46,9398;1;1;0;1;0;1;0;2;1;0;1;1 +46,9431;1;1;0;1;0;1;0;2;1;0;1;1 +46,9422;1;1;0;1;0;1;0;2;1;0;1;1 +46,9461;1;1;0;1;0;1;0;2;1;0;1;1 +46,9425;1;1;0;1;0;1;0;2;1;0;1;1 +46,9459;1;1;0;1;0;1;0;2;1;0;1;1 +46,9441;1;1;0;1;0;1;0;2;1;0;1;1 +46,9423;1;1;0;1;0;1;0;2;1;0;1;1 +46,9432;1;1;0;1;0;1;0;2;1;0;1;1 +46,9448;1;1;0;1;0;1;0;2;1;0;1;1 +46,9434;1;1;0;1;0;1;0;2;1;0;1;1 +46,9435;1;1;0;1;0;1;0;2;1;0;1;1 +46,9427;1;1;0;1;0;1;0;2;1;0;1;1 +46,9453;1;1;0;1;0;1;0;2;1;0;1;1 +46,9457;1;1;0;1;0;1;0;2;1;0;1;1 +46,9437;1;1;0;1;0;1;0;2;1;0;1;1 +46,9437;1;1;0;1;0;1;0;2;1;0;1;1 +46,9451;1;1;0;1;0;1;0;2;1;0;1;1 +46,9422;1;1;0;1;0;1;0;2;1;0;1;1 +46,9408;1;1;0;1;0;1;0;2;1;0;1;1 +46,9438;1;1;0;1;0;1;0;2;1;0;1;1 +46,9432;1;1;0;1;0;1;0;2;1;0;1;1 +46,9431;1;1;0;1;0;1;0;2;1;0;1;1 +46,9434;1;1;0;1;0;1;0;2;1;0;1;1 +46,943;1;1;0;1;0;1;0;2;1;0;1;1 +46,9436;1;1;0;1;0;1;0;2;1;0;1;1 +46,9483;1;1;0;1;0;1;0;2;1;0;1;1 +46,9435;1;1;0;1;0;1;0;2;1;0;1;1 +46,9401;1;1;0;1;0;1;0;2;1;0;1;2 +46,9307;1;1;0;1;0;1;0;2;1;0;1;2 +46,9275;1;1;0;1;0;1;0;2;1;0;1;2 +46,9171;1;1;0;1;0;1;0;2;1;0;1;2 +46,9127;1;1;0;1;0;1;0;2;1;0;1;2 +46,9095;1;1;0;1;0;1;0;2;1;0;1;2 +46,8929;1;1;0;1;0;1;0;2;1;0;1;2 +46,8935;1;1;0;1;0;1;0;2;1;0;1;2 +46,8877;1;1;0;1;0;1;0;2;1;0;1;2 +46,8797;1;1;0;1;0;1;0;2;1;0;1;2 +46,8749;1;1;0;1;0;1;0;2;1;0;1;2 +46,8745;1;1;0;1;0;1;0;2;1;0;1;2 +46,8594;1;1;0;1;0;1;0;2;1;0;1;2 +46,8566;1;1;0;1;0;1;0;2;1;0;1;2 +46,8515;1;1;0;1;0;1;0;2;1;0;1;2 +46,845;1;1;0;1;0;1;0;2;1;0;1;2 +46,8377;1;1;0;1;0;1;0;2;1;0;1;2 +46,833;1;1;0;1;0;1;0;2;1;0;1;2 +46,8233;1;1;0;1;0;1;0;2;1;0;1;2 +46,8171;1;1;0;1;0;1;0;2;1;0;1;2 +46,8129;1;1;0;1;0;1;0;2;1;0;1;2 +46,8049;1;1;0;1;0;1;0;2;1;0;1;2 +46,7994;1;1;0;1;0;1;0;2;1;0;1;2 +46,7943;1;1;0;1;0;1;0;2;1;0;1;2 +46,786;1;1;0;1;0;1;0;2;1;0;1;2 +46,7819;1;1;0;1;0;1;0;2;1;0;1;2 +46,777;1;1;0;1;0;1;0;2;1;0;1;2 +46,7679;1;1;0;1;0;1;0;2;1;0;1;2 +46,7655;1;1;0;1;0;1;0;2;1;0;1;2 +46,7566;1;1;0;1;0;1;0;2;1;0;1;2 +46,7499;1;1;0;1;0;1;0;2;1;0;1;2 +46,7434;1;1;0;1;0;1;0;2;1;0;1;2 +46,7374;1;1;0;1;0;1;0;2;1;0;1;2 +46,7306;1;1;0;1;0;1;0;2;1;0;1;2 +46,7234;1;1;0;1;0;1;0;2;1;0;1;2 +46,7193;1;1;0;1;0;1;0;2;1;0;1;2 +46,7122;1;1;0;1;0;1;0;2;1;0;1;2 +46,7046;1;1;0;1;0;1;0;2;1;0;1;2 +46,6938;1;1;0;1;0;1;0;2;1;0;1;2 +46,6934;1;1;0;1;0;1;0;2;1;0;1;2 +46,6894;1;1;0;1;0;1;0;2;1;0;1;2 +46,6832;1;1;0;1;0;1;0;2;1;0;1;2 +46,6748;1;1;0;1;0;1;0;2;1;0;1;2 +46,6696;1;1;0;1;0;1;0;2;1;0;1;2 +46,6592;1;1;0;1;0;1;0;2;1;0;1;2 +46,658;1;1;0;1;0;1;0;2;1;0;1;2 +46,6488;1;1;0;1;0;1;0;2;1;0;1;2 +46,6436;1;1;0;1;0;1;0;2;1;0;1;2 +46,65;1;1;0;1;0;1;0;2;1;0;1;2 +46,6283;1;1;0;1;0;1;0;2;1;0;1;2 +46,625;1;1;0;1;0;1;0;2;1;0;1;2 +46,6174;1;1;0;1;0;1;0;2;1;0;1;2 +46,613;1;1;0;1;0;1;0;2;1;0;1;2 +46,6086;1;1;0;1;0;1;0;2;1;0;1;2 +46,6006;1;1;0;1;0;1;0;2;1;0;1;2 +46,5941;1;1;0;1;0;1;0;2;1;0;1;2 +46,5903;1;1;0;1;0;1;0;2;1;0;1;2 +46,5872;1;1;0;1;0;1;0;2;1;0;1;2 +46,5731;1;1;0;1;0;1;0;2;1;0;1;2 +46,5685;1;1;0;1;0;1;0;2;1;0;1;2 +46,5665;1;1;0;1;0;1;0;2;1;0;1;2 +46,5567;1;1;0;1;0;1;0;2;1;0;1;2 +46,5505;1;1;0;1;0;1;0;2;1;0;1;2 +46,5442;1;1;0;1;0;1;0;2;1;0;1;2 +46,5372;1;1;0;1;0;1;0;2;1;0;1;2 +46,5333;1;1;0;1;0;1;0;2;1;0;1;2 +46,5262;1;1;0;1;0;1;0;2;1;0;1;2 +46,5187;1;1;0;1;0;1;0;2;1;0;1;2 +46,515;1;1;0;1;0;1;0;2;1;0;1;2 +46,5082;1;1;0;1;0;1;0;2;1;0;1;2 +46,5031;1;1;0;1;0;1;0;2;1;0;1;2 +46,4939;1;1;0;1;0;1;0;2;1;0;1;2 +46,4881;1;1;0;1;0;1;0;2;1;0;1;2 +46,48;1;1;0;1;0;1;0;2;1;0;1;2 +46,4762;1;1;0;1;0;1;0;2;1;0;1;2 +46,4716;1;1;0;1;0;1;0;2;1;0;1;2 +46,4658;1;1;0;1;0;1;0;2;1;0;1;2 +46,4591;1;1;0;1;0;1;0;2;1;0;1;2 +46,4527;1;1;0;1;0;1;0;2;1;0;1;2 +46,445;1;1;0;1;0;1;0;2;1;0;1;2 +46,4398;1;1;0;1;0;1;0;2;1;0;1;2 +46,4346;1;1;0;1;0;1;0;2;1;0;1;2 +46,4271;1;1;0;1;0;1;0;2;1;0;1;2 +46,4208;1;1;0;1;0;1;0;2;1;0;1;2 +46,4164;1;1;0;1;0;1;0;2;1;0;1;2 +46,4035;1;1;0;1;0;1;0;2;1;0;1;2 +46,4014;1;1;0;1;0;1;0;2;1;0;1;2 +46,3956;1;1;0;1;0;1;0;2;1;0;1;2 +46,385;1;1;0;1;0;1;0;2;1;0;1;2 +46,3825;1;1;0;1;0;1;0;2;1;0;1;2 +46,3771;1;1;0;1;0;1;0;2;1;0;1;2 +46,3723;1;1;0;1;0;1;0;2;1;0;1;2 +46,3629;1;1;0;1;0;1;0;2;1;0;1;2 +46,3604;1;1;0;1;0;1;0;2;1;0;1;2 +46,3517;1;1;0;1;0;1;0;2;1;0;1;2 +46,3433;1;1;0;1;0;1;0;2;1;0;1;2 +46,338;1;1;0;1;0;1;0;2;1;0;1;2 +46,3339;1;1;0;1;0;1;0;2;1;0;1;2 +46,3257;1;1;0;1;0;1;0;2;1;0;1;2 +46,3221;1;1;0;1;0;1;0;2;1;0;1;2 +46,3128;1;1;0;1;0;1;0;2;1;0;1;2 +46,3036;1;1;0;1;0;1;0;2;1;0;1;2 +46,3014;1;1;0;1;0;1;0;2;1;0;1;2 +46,2964;1;1;0;1;0;1;0;2;1;0;1;2 +46,2869;1;1;0;1;0;1;0;2;1;0;1;2 +46,2818;1;1;0;1;0;1;0;2;1;0;1;2 +46,2788;1;1;0;1;0;1;0;2;1;0;1;2 +46,2716;1;1;0;1;0;1;0;2;1;0;1;2 +46,2612;1;1;0;1;0;1;0;2;1;0;1;2 +46,2584;1;1;0;1;0;1;0;2;1;0;1;2 +46,2525;1;1;0;1;0;1;0;2;1;0;1;2 +46,2461;1;1;0;1;0;1;0;2;1;0;1;2 +46,2408;1;1;0;1;0;1;0;2;1;0;1;2 +46,2348;1;1;0;1;0;1;0;2;1;0;1;2 +46,2262;1;1;0;1;0;1;0;2;1;0;1;2 +46,2175;1;1;0;1;0;1;0;2;1;0;1;2 +46,2134;1;1;0;1;0;1;0;2;1;0;1;2 +46,2111;1;1;0;1;0;1;0;2;1;0;1;2 +46,1988;1;1;0;1;0;1;0;2;1;0;1;2 +46,1967;1;1;0;1;0;1;0;2;1;0;1;2 +46,1918;1;1;0;1;0;1;0;2;1;0;1;2 +46,1832;1;1;0;1;0;1;0;2;1;0;1;2 +46,177;1;1;0;1;0;1;0;2;1;0;1;2 +46,1723;1;1;0;1;0;1;0;2;1;0;1;2 +46,1643;1;1;0;1;0;1;0;2;1;0;1;2 +46,1577;1;1;0;1;0;1;0;2;1;0;1;2 +46,1522;1;1;0;1;0;1;0;2;1;0;1;2 +46,1481;1;1;0;1;0;1;0;2;1;0;1;2 +46,139;1;1;0;1;0;1;0;2;1;0;1;2 +46,1329;1;1;0;1;0;1;0;2;1;0;1;2 +46,1255;1;1;0;1;0;1;0;2;1;0;1;2 +46,1204;1;1;0;1;0;1;0;2;1;0;1;2 +46,1138;1;1;0;1;0;1;0;2;1;0;1;2 +46,1137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0981;1;1;0;1;0;1;0;2;1;0;1;2 +46,0944;1;1;0;1;0;1;0;2;1;0;1;2 +46,0894;1;1;0;1;0;1;0;2;1;0;1;2 +46,0867;1;1;0;1;0;1;0;2;1;0;1;2 +46,0766;1;1;0;1;0;1;0;2;1;0;1;2 +46,0673;1;1;0;1;0;1;0;2;1;0;1;2 +46,0623;1;1;0;1;0;1;0;2;1;0;1;2 +46,058;1;1;0;1;0;1;0;2;1;0;1;2 +46,0523;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0401;1;1;0;1;0;1;0;2;1;0;1;2 +46,0323;1;1;0;1;0;1;0;2;1;0;1;2 +46,0252;1;1;0;1;0;1;0;2;1;0;1;2 +46,021;1;1;0;1;0;1;0;2;1;0;1;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0069;1;1;0;1;0;1;0;2;1;0;1;2 +46,0016;1;1;0;1;0;1;0;2;1;0;1;2 +46,0001;1;1;0;1;0;1;0;2;1;0;1;2 +45,9889;1;1;0;1;0;1;0;2;1;0;1;2 +45,9851;1;1;0;1;0;1;0;2;1;0;1;2 +45,977;1;1;0;1;0;1;0;2;1;0;1;2 +45,9711;1;1;0;1;0;1;0;2;1;0;1;2 +45,9634;1;1;0;1;0;1;0;2;1;0;1;2 +45,9663;1;1;0;1;0;1;0;2;1;0;1;2 +45,948;1;1;0;1;0;1;0;2;1;0;1;2 +45,9458;1;1;0;1;0;1;0;2;1;0;1;2 +45,9374;1;1;0;1;0;1;0;2;1;0;1;2 +45,935;1;1;0;1;0;1;0;2;1;0;1;2 +45,9268;1;1;0;1;0;1;0;2;1;0;1;2 +45,9209;1;1;0;1;0;1;0;2;1;0;1;2 +45,9122;1;1;0;1;0;1;0;2;1;0;1;2 +45,9065;1;1;0;1;0;1;0;2;1;0;1;2 +45,9009;1;1;0;1;0;1;0;2;1;0;1;2 +45,8958;1;1;0;1;0;1;0;2;1;0;1;2 +45,8905;1;1;0;1;0;1;0;2;1;0;1;2 +45,8852;1;1;0;1;0;1;0;2;1;0;1;2 +45,8781;1;1;0;1;0;1;0;2;1;0;1;2 +45,8695;1;1;0;1;0;1;0;2;1;0;1;2 +45,8669;1;1;0;1;0;1;0;2;1;0;1;2 +45,8572;1;1;0;1;0;1;0;2;1;0;1;2 +45,8526;1;1;0;1;0;1;0;2;1;0;1;2 +45,8469;1;1;0;1;0;1;0;2;1;0;1;2 +45,8389;1;1;0;1;0;1;0;2;1;0;1;2 +45,8328;1;1;0;1;0;1;0;2;1;0;1;2 +45,8287;1;1;0;1;0;1;0;2;1;0;1;2 +45,8217;1;1;0;1;0;1;0;2;1;0;1;2 +45,813;1;1;0;1;0;1;0;2;1;0;1;2 +45,8097;1;1;0;1;0;1;0;2;1;0;1;2 +45,8014;1;1;0;1;0;1;0;2;1;0;1;2 +45,7954;1;1;0;1;0;1;0;2;1;0;1;2 +45,7884;1;1;0;1;0;1;0;2;1;0;1;2 +45,7836;1;1;0;1;0;1;0;2;1;0;1;2 +45,7795;1;1;0;1;0;1;0;2;1;0;1;2 +45,7702;1;1;0;1;0;1;0;2;1;0;1;2 +45,766;1;1;0;1;0;1;0;2;1;0;1;2 +45,7581;1;1;0;1;0;1;0;2;1;0;1;2 +45,7519;1;1;0;1;0;1;0;2;1;0;1;2 +45,7472;1;1;0;1;0;1;0;2;1;0;1;2 +45,7403;1;1;0;1;0;1;0;2;1;0;1;2 +45,7325;1;1;0;1;0;1;0;2;1;0;1;2 +45,7286;1;1;0;1;0;1;0;2;1;0;1;2 +45,7232;1;1;0;1;0;1;0;2;1;0;1;2 +45,7145;1;1;0;1;0;1;0;2;1;0;1;2 +45,7097;1;1;0;1;0;1;0;2;1;0;1;2 +45,7026;1;1;0;1;0;1;0;2;1;0;1;2 +45,6971;1;1;0;1;0;1;0;2;1;0;1;2 +45,6952;1;1;0;1;0;1;0;2;1;0;1;1 +45,6961;1;1;0;1;0;1;0;2;1;0;1;1 +45,6955;1;1;0;1;0;1;0;2;1;0;1;1 +45,6966;1;1;0;1;0;1;0;2;1;0;1;1 +45,696;1;1;0;1;0;1;0;2;1;0;1;1 +45,6993;1;1;0;1;0;1;0;2;1;0;1;1 +45,6949;1;1;0;1;0;1;0;2;1;0;1;1 +45,6957;1;1;0;1;0;1;0;2;1;0;1;1 +45,6953;1;1;0;1;0;1;0;2;1;0;1;1 +45,6971;1;1;0;1;0;1;0;2;1;0;1;1 +45,6963;1;1;0;1;0;1;0;2;1;0;1;1 +45,6938;1;1;0;1;0;1;0;2;1;0;1;1 +45,6939;1;1;0;1;0;1;0;2;1;0;1;1 +45,7003;1;1;0;1;0;1;0;2;1;0;1;1 +45,6998;1;1;0;1;0;1;0;2;1;0;1;1 +45,6895;1;1;0;1;0;1;0;2;1;0;1;1 +45,6964;1;1;0;1;0;1;0;2;1;0;1;1 +45,6968;1;1;0;1;0;1;0;2;1;0;1;1 +45,6949;1;1;0;1;0;1;0;2;1;0;1;1 +45,6959;1;1;0;1;0;1;0;2;1;0;1;1 +45,6922;1;1;0;1;0;1;0;2;1;0;1;1 +45,6964;1;1;0;1;0;1;0;2;1;0;1;1 +45,6966;1;1;0;1;0;1;0;2;1;0;1;1 +45,6974;1;1;0;1;0;1;0;2;1;0;1;1 +45,6973;1;1;0;1;0;1;0;2;1;0;1;1 +45,6974;1;1;0;1;0;1;0;2;1;0;1;1 +45,6967;1;1;0;1;0;1;0;2;1;0;1;1 +45,6953;1;1;0;1;0;1;0;2;1;0;1;1 +45,6971;1;1;0;1;0;1;0;2;1;0;1;1 +45,6964;1;1;0;1;0;1;0;2;1;0;1;1 +45,6971;1;1;0;1;0;1;0;2;1;0;1;1 +45,6929;1;1;0;1;0;1;0;2;1;0;1;1 +45,6906;1;1;0;1;0;1;0;2;1;0;1;1 +45,6962;1;1;0;1;0;1;0;2;1;0;1;1 +45,6971;1;1;0;1;0;1;0;2;1;0;1;1 +45,6956;1;1;0;1;0;1;0;2;1;0;1;1 +45,6978;1;1;0;1;0;1;0;2;1;0;1;1 +45,6944;1;1;0;1;0;1;0;2;1;0;1;1 +45,6963;1;1;0;1;0;1;0;2;1;0;1;1 +45,6957;1;1;0;1;0;1;0;2;1;0;1;1 +45,6931;1;1;0;1;0;1;0;2;1;0;1;1 +45,6962;1;1;0;1;0;1;0;2;1;0;1;1 +45,6976;1;1;0;1;0;1;0;2;1;0;1;1 +45,6966;1;1;0;1;0;1;0;2;1;0;1;1 +45,6947;1;1;0;1;0;1;0;2;1;0;1;1 +45,6972;1;1;0;1;0;1;0;2;1;0;1;1 +45,6953;1;1;0;1;0;1;0;2;1;0;1;1 +45,6938;1;1;0;1;0;1;0;2;1;0;1;1 +45,6959;1;1;0;1;0;1;0;2;1;0;1;1 +45,6957;1;1;0;1;0;1;0;2;1;0;1;1 +45,7003;1;1;0;1;0;1;0;2;1;0;1;2 +45,7025;1;1;0;1;0;1;0;2;1;0;1;2 +45,7057;1;1;0;1;0;1;0;2;1;0;1;2 +45,7081;1;1;0;1;0;1;0;2;1;0;1;2 +45,711;1;1;0;1;0;1;0;2;1;0;1;2 +45,7139;1;1;0;1;0;1;0;2;1;0;1;2 +45,7215;1;1;0;1;0;1;0;2;1;0;1;2 +45,7224;1;1;0;1;0;1;0;2;1;0;1;2 +45,7226;1;1;0;1;0;1;0;2;1;0;1;2 +45,7282;1;1;0;1;0;1;0;2;1;0;1;2 +45,7277;1;1;0;1;0;1;0;2;1;0;1;2 +45,7348;1;1;0;1;0;1;0;2;1;0;1;2 +45,7357;1;1;0;1;0;1;0;2;1;0;1;2 +45,739;1;1;0;1;0;1;0;2;1;0;1;2 +45,7428;1;1;0;1;0;1;0;2;1;0;1;2 +45,7495;1;1;0;1;0;1;0;2;1;0;1;2 +45,7481;1;1;0;1;0;1;0;2;1;0;1;2 +45,7532;1;1;0;1;0;1;0;2;1;0;1;2 +45,7555;1;1;0;1;0;1;0;2;1;0;1;2 +45,7612;1;1;0;1;0;1;0;2;1;0;1;2 +45,7622;1;1;0;1;0;1;0;2;1;0;1;2 +45,7642;1;1;0;1;0;1;0;2;1;0;1;2 +45,7675;1;1;0;1;0;1;0;2;1;0;1;2 +45,7718;1;1;0;1;0;1;0;2;1;0;1;2 +45,7759;1;1;0;1;0;1;0;2;1;0;1;2 +45,7772;1;1;0;1;0;1;0;2;1;0;1;2 +45,7798;1;1;0;1;0;1;0;2;1;0;1;2 +45,7842;1;1;0;1;0;1;0;2;1;0;1;2 +45,7867;1;1;0;1;0;1;0;2;1;0;1;2 +45,789;1;1;0;1;0;1;0;2;1;0;1;2 +45,7941;1;1;0;1;0;1;0;2;1;0;1;2 +45,7953;1;1;0;1;0;1;0;2;1;0;1;2 +45,7989;1;1;0;1;0;1;0;2;1;0;1;2 +45,7994;1;1;0;1;0;1;0;2;1;0;1;2 +45,8043;1;1;0;1;0;1;0;2;1;0;1;2 +45,8119;1;1;0;1;0;1;0;2;1;0;1;2 +45,8101;1;1;0;1;0;1;0;2;1;0;1;2 +45,814;1;1;0;1;0;1;0;2;1;0;1;2 +45,8172;1;1;0;1;0;1;0;2;1;0;1;2 +45,8222;1;1;0;1;0;1;0;2;1;0;1;2 +45,8269;1;1;0;1;0;1;0;2;1;0;1;2 +45,8288;1;1;0;1;0;1;0;2;1;0;1;2 +45,8326;1;1;0;1;0;1;0;2;1;0;1;2 +45,8324;1;1;0;1;0;1;0;2;1;0;1;2 +45,8364;1;1;0;1;0;1;0;2;1;0;1;2 +45,8378;1;1;0;1;0;1;0;2;1;0;1;2 +45,8389;1;1;0;1;0;1;0;2;1;0;1;2 +45,847;1;1;0;1;0;1;0;2;1;0;1;2 +45,8478;1;1;0;1;0;1;0;2;1;0;1;2 +45,8518;1;1;0;1;0;1;0;2;1;0;1;2 +45,8543;1;1;0;1;0;1;0;2;1;0;1;2 +45,8569;1;1;0;1;0;1;0;2;1;0;1;2 +45,858;1;1;0;1;0;1;0;2;1;0;1;2 +45,8641;1;1;0;1;0;1;0;2;1;0;1;2 +45,8691;1;1;0;1;0;1;0;2;1;0;1;2 +45,8708;1;1;0;1;0;1;0;2;1;0;1;2 +45,8733;1;1;0;1;0;1;0;2;1;0;1;2 +45,877;1;1;0;1;0;1;0;2;1;0;1;2 +45,8771;1;1;0;1;0;1;0;2;1;0;1;2 +45,8878;1;1;0;1;0;1;0;2;1;0;1;2 +45,8871;1;1;0;1;0;1;0;2;1;0;1;2 +45,8881;1;1;0;1;0;1;0;2;1;0;1;2 +45,8939;1;1;0;1;0;1;0;2;1;0;1;2 +45,8936;1;1;0;1;0;1;0;2;1;0;1;2 +45,8977;1;1;0;1;0;1;0;2;1;0;1;2 +45,9026;1;1;0;1;0;1;0;2;1;0;1;2 +45,9057;1;1;0;1;0;1;0;2;1;0;1;2 +45,9077;1;1;0;1;0;1;0;2;1;0;1;2 +45,9119;1;1;0;1;0;1;0;2;1;0;1;2 +45,9123;1;1;0;1;0;1;0;2;1;0;1;2 +45,9179;1;1;0;1;0;1;0;2;1;0;1;2 +45,919;1;1;0;1;0;1;0;2;1;0;1;2 +45,9238;1;1;0;1;0;1;0;2;1;0;1;2 +45,9173;1;1;0;1;0;1;0;2;1;0;1;2 +45,9307;1;1;0;1;0;1;0;2;1;0;1;2 +45,9325;1;1;0;1;0;1;0;2;1;0;1;2 +45,9373;1;1;0;1;0;1;0;2;1;0;1;2 +45,94;1;1;0;1;0;1;0;2;1;0;1;2 +45,9379;1;1;0;1;0;1;0;2;1;0;1;2 +45,9473;1;1;0;1;0;1;0;2;1;0;1;2 +45,9463;1;1;0;1;0;1;0;2;1;0;1;2 +45,9498;1;1;0;1;0;1;0;2;1;0;1;2 +45,9547;1;1;0;1;0;1;0;2;1;0;1;2 +45,9558;1;1;0;1;0;1;0;2;1;0;1;2 +45,9657;1;1;0;1;0;1;0;2;1;0;1;2 +45,9653;1;1;0;1;0;1;0;2;1;0;1;2 +45,9677;1;1;0;1;0;1;0;2;1;0;1;2 +45,9747;1;1;0;1;0;1;0;2;1;0;1;2 +45,9713;1;1;0;1;0;1;0;2;1;0;1;2 +45,9739;1;1;0;1;0;1;0;2;1;0;1;2 +45,9796;1;1;0;1;0;1;0;2;1;0;1;2 +45,9825;1;1;0;1;0;1;0;2;1;0;1;2 +45,9872;1;1;0;1;0;1;0;2;1;0;1;2 +45,9892;1;1;0;1;0;1;0;2;1;0;1;2 +45,9892;1;1;0;1;0;1;0;2;1;0;1;2 +45,994;1;1;0;1;0;1;0;2;1;0;1;2 +45,9982;1;1;0;1;0;1;0;2;1;0;1;2 +46,0019;1;1;0;1;0;1;0;2;1;0;1;2 +46,0028;1;1;0;1;0;1;0;2;1;0;1;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0121;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0183;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0205;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0258;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0246;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0287;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0351;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0326;1;1;0;1;0;1;0;2;1;0;0,611289;2 +46,0404;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,044;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,0437;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,0458;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,0501;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,0543;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,059;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,0598;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,0629;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,067;1;1;0;1;0;1;0;2;1;0;0,743978;2 +46,069;1;1;0;1;0;1;0;2;1;0;1;2 +46,0746;1;1;0;1;0;1;0;2;1;0;1;2 +46,078;1;1;0;1;0;1;0;2;1;0;1;2 +46,08;1;1;0;1;0;1;0;2;1;0;1;2 +46,084;1;1;0;1;0;1;0;2;1;0;1;2 +46,086;1;1;0;1;0;1;0;2;1;0;1;2 +46,0901;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0978;1;1;0;1;0;1;0;2;1;0;1;2 +46,1009;1;1;0;1;0;1;0;2;1;0;1;2 +46,1012;1;1;0;1;0;1;0;2;1;0;1;2 +46,1071;1;1;0;1;0;1;0;2;1;0;1;2 +46,1091;1;1;0;1;0;1;0;2;1;0;1;2 +46,109;1;1;0;1;0;1;0;2;1;0;1;2 +46,1131;1;1;0;1;0;1;0;2;1;0;1;2 +46,1152;1;1;0;1;0;1;0;2;1;0;1;2 +46,1201;1;1;0;1;0;1;0;2;1;0;1;2 +46,1247;1;1;0;1;0;1;0;2;1;0;1;2 +46,1276;1;1;0;1;0;1;0;2;1;0;1;2 +46,1299;1;1;0;1;0;1;0;2;1;0;1;2 +46,134;1;1;0;1;0;1;0;2;1;0;1;2 +46,134;1;1;0;1;0;1;0;2;1;0;1;2 +46,138;1;1;0;1;0;1;0;2;1;0;1;2 +46,1452;1;1;0;1;0;1;0;2;1;0;1;2 +46,1437;1;1;0;1;0;1;0;2;1;0;1;2 +46,1497;1;1;0;1;0;1;0;2;1;0;1;2 +46,1511;1;1;0;1;0;1;0;2;1;0;1;2 +46,1581;1;1;0;1;0;1;0;2;1;0;1;2 +46,1579;1;1;0;1;0;1;0;2;1;0;1;2 +46,1601;1;1;0;1;0;1;0;2;1;0;1;2 +46,1661;1;1;0;1;0;1;0;2;1;0;1;2 +46,1648;1;1;0;1;0;1;0;2;1;0;1;2 +46,1697;1;1;0;1;0;1;0;2;1;0;1;2 +46,1735;1;1;0;1;0;1;0;2;1;0;1;2 +46,1759;1;1;0;1;0;1;0;2;1;0;1;2 +46,1786;1;1;0;1;0;1;0;2;1;0;1;2 +46,1825;1;1;0;1;0;1;0;2;1;0;1;2 +46,1865;1;1;0;1;0;1;0;2;1;0;1;2 +46,1911;1;1;0;1;0;1;0;2;1;0;1;2 +46,1894;1;1;0;1;0;1;0;2;1;0;1;2 +46,1936;1;1;0;1;0;1;0;2;1;0;1;2 +46,2013;1;1;0;1;0;1;0;2;1;0;1;2 +46,2027;1;1;0;1;0;1;0;2;1;0;1;2 +46,2062;1;1;0;1;0;1;0;2;1;0;1;2 +46,2072;1;1;0;1;0;1;0;2;1;0;1;2 +46,2094;1;1;0;1;0;1;0;2;1;0;1;2 +46,2127;1;1;0;1;0;1;0;2;1;0;1;2 +46,2153;1;1;0;1;0;1;0;2;1;0;1;2 +46,2176;1;1;0;1;0;1;0;2;1;0;1;2 +46,2259;1;1;0;1;0;1;0;2;1;0;1;2 +46,2225;1;1;0;1;0;1;0;2;1;0;1;2 +46,229;1;1;0;1;0;1;0;2;1;0;1;2 +46,2335;1;1;0;1;0;1;0;2;1;0;1;2 +46,2348;1;1;0;1;0;1;0;2;1;0;1;2 +46,2393;1;1;0;1;0;1;0;2;1;0;1;2 +46,2444;1;1;0;1;0;1;0;2;1;0;1;2 +46,2442;1;1;0;1;0;1;0;2;1;0;1;2 +46,2475;1;1;0;1;0;1;0;2;1;0;1;2 +46,2459;1;1;0;1;0;1;0;2;1;0;1;2 +46,258;1;1;0;1;0;1;0;2;1;0;1;2 +46,2565;1;1;0;1;0;1;0;2;1;0;1;2 +46,2622;1;1;0;1;0;1;0;2;1;0;1;2 +46,266;1;1;0;1;0;1;0;2;1;0;1;2 +46,2659;1;1;0;1;0;1;0;2;1;0;1;2 +46,2725;1;1;0;1;0;1;0;2;1;0;1;2 +46,2732;1;1;0;1;0;1;0;2;1;0;1;2 +46,2745;1;1;0;1;0;1;0;2;1;0;1;2 +46,2793;1;1;0;1;0;1;0;2;1;0;1;2 +46,2813;1;1;0;1;0;1;0;2;1;0;1;2 +46,2846;1;1;0;1;0;1;0;2;1;0;1;2 +46,2896;1;1;0;1;0;1;0;2;1;0;1;2 +46,2925;1;1;0;1;0;1;0;2;1;0;1;2 +46,2956;1;1;0;1;0;1;0;2;1;0;1;2 +46,2981;1;1;0;1;0;1;0;2;1;0;1;2 +46,3016;1;1;0;1;0;1;0;2;1;0;1;2 +46,3061;1;1;0;1;0;1;0;2;1;0;1;2 +46,308;1;1;0;1;0;1;0;2;1;0;1;2 +46,3074;1;1;0;1;0;1;0;2;1;0;1;2 +46,3131;1;1;0;1;0;1;0;2;1;0;1;2 +46,3168;1;1;0;1;0;1;0;2;1;0;1;2 +46,3189;1;1;0;1;0;1;0;2;1;0;1;2 +46,3198;1;1;0;1;0;1;0;2;1;0;1;1 +46,3207;1;1;0;1;0;1;0;2;1;0;1;1 +46,3181;1;1;0;1;0;1;0;2;1;0;1;1 +46,3203;1;1;0;1;0;1;0;2;1;0;1;1 +46,319;1;1;0;1;0;1;0;2;1;0;1;1 +46,3244;1;1;0;1;0;1;0;2;1;0;1;1 +46,3201;1;1;0;1;0;1;0;2;1;0;1;1 +46,3204;1;1;0;1;0;1;0;2;1;0;1;1 +46,3179;1;1;0;1;0;1;0;2;1;0;1;1 +46,3204;1;1;0;1;0;1;0;2;1;0;1;1 +46,3203;1;1;0;1;0;1;0;2;1;0;1;1 +46,3163;1;1;0;1;0;1;0;2;1;0;1;1 +46,32;1;1;0;1;0;1;0;2;1;0;1;1 +46,3214;1;1;0;1;0;1;0;2;1;0;1;1 +46,3212;1;1;0;1;0;1;0;2;1;0;1;1 +46,3181;1;1;0;1;0;1;0;2;1;0;1;1 +46,3178;1;1;0;1;0;1;0;2;1;0;1;1 +46,3196;1;1;0;1;0;1;0;2;1;0;1;1 +46,3187;1;1;0;1;0;1;0;2;1;0;1;1 +46,3193;1;1;0;1;0;1;0;2;1;0;1;1 +46,3201;1;1;0;1;0;1;0;2;1;0;1;1 +46,321;1;1;0;1;0;1;0;2;1;0;1;1 +46,3207;1;1;0;1;0;1;0;2;1;0;1;1 +46,3208;1;1;0;1;0;1;0;2;1;0;1;1 +46,3201;1;1;0;1;0;1;0;2;1;0;1;1 +46,3207;1;1;0;1;0;1;0;2;1;0;1;1 +46,3175;1;1;0;1;0;1;0;2;1;0;1;1 +46,3199;1;1;0;1;0;1;0;2;1;0;1;1 +46,3188;1;1;0;1;0;1;0;2;1;0;1;1 +46,3201;1;1;0;1;0;1;0;2;1;0;1;1 +46,3212;1;1;0;1;0;1;0;2;1;0;1;1 +46,3198;1;1;0;1;0;1;0;2;1;0;1;1 +46,3218;1;1;0;1;0;1;0;2;1;0;1;1 +46,3196;1;1;0;1;0;1;0;2;1;0;1;1 +46,3196;1;1;0;1;0;1;0;2;1;0;1;1 +46,3199;1;1;0;1;0;1;0;2;1;0;1;1 +46,3199;1;1;0;1;0;1;0;2;1;0;1;1 +46,3215;1;1;0;1;0;1;0;2;1;0;1;1 +46,3221;1;1;0;1;0;1;0;2;1;0;1;1 +46,3175;1;1;0;1;0;1;0;2;1;0;1;1 +46,3215;1;1;0;1;0;1;0;2;1;0;1;1 +46,3178;1;1;0;1;0;1;0;2;1;0;1;1 +46,3201;1;1;0;1;0;1;0;2;1;0;1;1 +46,3196;1;1;0;1;0;1;0;2;1;0;1;1 +46,3165;1;1;0;1;0;1;0;2;1;0;1;1 +46,3211;1;1;0;1;0;1;0;2;1;0;1;1 +46,3178;1;1;0;1;0;1;0;2;1;0;1;1 +46,3223;1;1;0;1;0;1;0;2;1;0;1;1 +46,3213;1;1;0;1;0;1;0;2;1;0;1;1 +46,3208;1;1;0;1;0;1;0;2;1;0;1;1 +46,3165;1;1;0;1;0;1;0;2;1;0;1;2 +46,3172;1;1;0;1;0;1;0;2;1;0;1;2 +46,3147;1;1;0;1;0;1;0;2;1;0;1;2 +46,3117;1;1;0;1;0;1;0;2;1;0;1;2 +46,3104;1;1;0;1;0;1;0;2;1;0;1;2 +46,321;1;1;0;1;0;1;0;2;1;0;1;2 +46,3047;1;1;0;1;0;1;0;2;1;0;1;2 +46,307;1;1;0;1;0;1;0;2;1;0;1;2 +46,3062;1;1;0;1;0;1;0;2;1;0;1;2 +46,3064;1;1;0;1;0;1;0;2;1;0;1;2 +46,3056;1;1;0;1;0;1;0;2;1;0;1;2 +46,3009;1;1;0;1;0;1;0;2;1;0;1;2 +46,296;1;1;0;1;0;1;0;2;1;0;1;2 +46,2995;1;1;0;1;0;1;0;2;1;0;1;2 +46,2975;1;1;0;1;0;1;0;2;1;0;1;2 +46,2921;1;1;0;1;0;1;0;2;1;0;1;2 +46,295;1;1;0;1;0;1;0;2;1;0;1;2 +46,2947;1;1;0;1;0;1;0;2;1;0;1;2 +46,2884;1;1;0;1;0;1;0;2;1;0;1;2 +46,2898;1;1;0;1;0;1;0;2;1;0;1;2 +46,2864;1;1;0;1;0;1;0;2;1;0;1;2 +46,2882;1;1;0;1;0;1;0;2;1;0;1;2 +46,2831;1;1;0;1;0;1;0;2;1;0;1;2 +46,2821;1;1;0;1;0;1;0;2;1;0;1;2 +46,2824;1;1;0;1;0;1;0;2;1;0;1;2 +46,2796;1;1;0;1;0;1;0;2;1;0;1;2 +46,2754;1;1;0;1;0;1;0;2;1;0;1;2 +46,2773;1;1;0;1;0;1;0;2;1;0;1;2 +46,2733;1;1;0;1;0;1;0;2;1;0;1;2 +46,271;1;1;0;1;0;1;0;2;1;0;1;2 +46,2733;1;1;0;1;0;1;0;2;1;0;1;2 +46,2701;1;1;0;1;0;1;0;2;1;0;1;2 +46,2704;1;1;0;1;0;1;0;2;1;0;1;2 +46,2716;1;1;0;1;0;1;0;2;1;0;1;2 +46,2641;1;1;0;1;0;1;0;2;1;0;1;2 +46,2659;1;1;0;1;0;1;0;2;1;0;1;2 +46,261;1;1;0;1;0;1;0;2;1;0;1;2 +46,2601;1;1;0;1;0;1;0;2;1;0;1;2 +46,2598;1;1;0;1;0;1;0;2;1;0;1;2 +46,2497;1;1;0;1;0;1;0;2;1;0;1;2 +46,2574;1;1;0;1;0;1;0;2;1;0;1;2 +46,2551;1;1;0;1;0;1;0;2;1;0;1;2 +46,2556;1;1;0;1;0;1;0;2;1;0;1;2 +46,2504;1;1;0;1;0;1;0;2;1;0;1;2 +46,2476;1;1;0;1;0;1;0;2;1;0;1;2 +46,2481;1;1;0;1;0;1;0;2;1;0;1;2 +46,2469;1;1;0;1;0;1;0;2;1;0;1;2 +46,2464;1;1;0;1;0;1;0;2;1;0;1;2 +46,2414;1;1;0;1;0;1;0;2;1;0;1;2 +46,2406;1;1;0;1;0;1;0;2;1;0;1;2 +46,2386;1;1;0;1;0;1;0;2;1;0;1;2 +46,2406;1;1;0;1;0;1;0;2;1;0;1;2 +46,2392;1;1;0;1;0;1;0;2;1;0;1;2 +46,2372;1;1;0;1;0;1;0;2;1;0;1;2 +46,2355;1;1;0;1;0;1;0;2;1;0;1;2 +46,2338;1;1;0;1;0;1;0;2;1;0;1;2 +46,2308;1;1;0;1;0;1;0;2;1;0;1;2 +46,2285;1;1;0;1;0;1;0;2;1;0;1;2 +46,2289;1;1;0;1;0;1;0;2;1;0;1;2 +46,2284;1;1;0;1;0;1;0;2;1;0;1;2 +46,2252;1;1;0;1;0;1;0;2;1;0;1;2 +46,219;1;1;0;1;0;1;0;2;1;0;1;2 +46,2223;1;1;0;1;0;1;0;2;1;0;1;2 +46,2188;1;1;0;1;0;1;0;2;1;0;1;2 +46,2198;1;1;0;1;0;1;0;2;1;0;1;2 +46,2167;1;1;0;1;0;1;0;2;1;0;1;2 +46,2161;1;1;0;1;0;1;0;2;1;0;1;2 +46,2131;1;1;0;1;0;1;0;2;1;0;1;2 +46,2109;1;1;0;1;0;1;0;2;1;0;1;2 +46,2099;1;1;0;1;0;1;0;2;1;0;1;2 +46,2092;1;1;0;1;0;1;0;2;1;0;1;2 +46,2069;1;1;0;1;0;1;0;2;1;0;1;2 +46,2056;1;1;0;1;0;1;0;2;1;0;1;2 +46,2045;1;1;0;1;0;1;0;2;1;0;1;2 +46,2033;1;1;0;1;0;1;0;2;1;0;1;2 +46,1999;1;1;0;1;0;1;0;2;1;0;1;2 +46,2012;1;1;0;1;0;1;0;2;1;0;1;2 +46,1958;1;1;0;1;0;1;0;2;1;0;1;2 +46,1955;1;1;0;1;0;1;0;2;1;0;1;2 +46,195;1;1;0;1;0;1;0;2;1;0;1;2 +46,1909;1;1;0;1;0;1;0;2;1;0;1;2 +46,1949;1;1;0;1;0;1;0;2;1;0;1;2 +46,1929;1;1;0;1;0;1;0;2;1;0;1;2 +46,1895;1;1;0;1;0;1;0;2;1;0;1;2 +46,1866;1;1;0;1;0;1;0;2;1;0;1;2 +46,1868;1;1;0;1;0;1;0;2;1;0;1;2 +46,1808;1;1;0;1;0;1;0;2;1;0;1;2 +46,1837;1;1;0;1;0;1;0;2;1;0;1;2 +46,1797;1;1;0;1;0;1;0;2;1;0;1;2 +46,1799;1;1;0;1;0;1;0;2;1;0;1;2 +46,1791;1;1;0;1;0;1;0;2;1;0;1;2 +46,1763;1;1;0;1;0;1;0;2;1;0;1;2 +46,1707;1;1;0;1;0;1;0;2;1;0;1;2 +46,1677;1;1;0;1;0;1;0;2;1;0;1;2 +46,175;1;1;0;1;0;1;0;2;1;0;1;2 +46,1701;1;1;0;1;0;1;0;2;1;0;1;2 +46,1692;1;1;0;1;0;1;0;2;1;0;1;2 +46,1678;1;1;0;1;0;1;0;2;1;0;1;2 +46,165;1;1;0;1;0;1;0;2;1;0;1;2 +46,1616;1;1;0;1;0;1;0;2;1;0;1;2 +46,1656;1;1;0;1;0;1;0;2;1;0;1;2 +46,1616;1;1;0;1;0;1;0;2;1;0;1;2 +46,1588;1;1;0;1;0;1;0;2;1;0;1;2 +46,158;1;1;0;1;0;1;0;2;1;0;1;2 +46,1637;1;1;0;1;0;1;0;2;1;0;1;2 +46,155;1;1;0;1;0;1;0;2;1;0;1;2 +46,1523;1;1;0;1;0;1;0;2;1;0;1;2 +46,1499;1;1;0;1;0;1;0;2;1;0;1;2 +46,1493;1;1;0;1;0;1;0;2;1;0;1;2 +46,1449;1;1;0;1;0;1;0;2;1;0;1;2 +46,1472;1;1;0;1;0;1;0;2;1;0;1;2 +46,1472;1;1;0;1;0;1;0;2;1;0;1;2 +46,1494;1;1;0;1;0;1;0;2;1;0;1;2 +46,1402;1;1;0;1;0;1;0;2;1;0;1;2 +46,1397;1;1;0;1;0;1;0;2;1;0;1;2 +46,1372;1;1;0;1;0;1;0;2;1;0;1;2 +46,139;1;1;0;1;0;1;0;2;1;0;1;2 +46,138;1;1;0;1;0;1;0;2;1;0;1;2 +46,1328;1;1;0;1;0;1;0;2;1;0;1;2 +46,1317;1;1;0;1;0;1;0;2;1;0;1;2 +46,1305;1;1;0;1;0;1;0;2;1;0;1;2 +46,1291;1;1;0;1;0;1;0;2;1;0;1;2 +46,1287;1;1;0;1;0;1;0;2;1;0;1;2 +46,1278;1;1;0;1;0;1;0;2;1;0;1;2 +46,1237;1;1;0;1;0;1;0;2;1;0;1;2 +46,126;1;1;0;1;0;1;0;2;1;0;1;2 +46,1248;1;1;0;1;0;1;0;2;1;0;1;2 +46,1204;1;1;0;1;0;1;0;2;1;0;1;2 +46,1178;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1174;1;1;0;1;0;1;0;2;1;0;1;2 +46,115;1;1;0;1;0;1;0;2;1;0;1;2 +46,113;1;1;0;1;0;1;0;2;1;0;1;2 +46,113;1;1;0;1;0;1;0;2;1;0;1;2 +46,1081;1;1;0;1;0;1;0;2;1;0;1;2 +46,1079;1;1;0;1;0;1;0;2;1;0;1;2 +46,1059;1;1;0;1;0;1;0;2;1;0;1;2 +46,1049;1;1;0;1;0;1;0;2;1;0;1;2 +46,1026;1;1;0;1;0;1;0;2;1;0;1;2 +46,0989;1;1;0;1;0;1;0;2;1;0;1;2 +46,1045;1;1;0;1;0;1;0;2;1;0;1;2 +46,0985;1;1;0;1;0;1;0;2;1;0;1;2 +46,096;1;1;0;1;0;1;0;2;1;0;1;2 +46,0932;1;1;0;1;0;1;0;2;1;0;1;2 +46,0901;1;1;0;1;0;1;0;2;1;0;1;2 +46,0929;1;1;0;1;0;1;0;2;1;0;1;2 +46,0901;1;1;0;1;0;1;0;2;1;0;1;2 +46,0889;1;1;0;1;0;1;0;2;1;0;1;2 +46,0878;1;1;0;1;0;1;0;2;1;0;1;2 +46,0836;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0832;1;1;0;1;0;1;0;2;1;0;1;2 +46,0846;1;1;0;1;0;1;0;2;1;0;1;2 +46,0797;1;1;0;1;0;1;0;2;1;0;1;2 +46,0767;1;1;0;1;0;1;0;2;1;0;1;2 +46,0742;1;1;0;1;0;1;0;2;1;0;1;2 +46,0778;1;1;0;1;0;1;0;2;1;0;1;2 +46,0729;1;1;0;1;0;1;0;2;1;0;1;2 +46,0719;1;1;0;1;0;1;0;2;1;0;1;2 +46,0701;1;1;0;1;0;1;0;2;1;0;1;2 +46,0683;1;1;0;1;0;1;0;2;1;0;1;2 +46,0658;1;1;0;1;0;1;0;2;1;0;1;2 +46,0665;1;1;0;1;0;1;0;2;1;0;1;2 +46,0647;1;1;0;1;0;1;0;2;1;0;1;2 +46,0632;1;1;0;1;0;1;0;2;1;0;1;2 +46,0597;1;1;0;1;0;1;0;2;1;0;1;2 +46,061;1;1;0;1;0;1;0;2;1;0;1;2 +46,0602;1;1;0;1;0;1;0;2;1;0;1;2 +46,0571;1;1;0;1;0;1;0;2;1;0;1;2 +46,0539;1;1;0;1;0;1;0;2;1;0;1;2 +46,0508;1;1;0;1;0;1;0;2;1;0;1;2 +46,0522;1;1;0;1;0;1;0;2;1;0;1;2 +46,0492;1;1;0;1;0;1;0;2;1;0;1;2 +46,0518;1;1;0;1;0;1;0;2;1;0;1;2 +46,0469;1;1;0;1;0;1;0;2;1;0;1;2 +46,0447;1;1;0;1;0;1;0;2;1;0;1;2 +46,039;1;1;0;1;0;1;0;2;1;0;1;2 +46,0434;1;1;0;1;0;1;0;2;1;0;1;2 +46,0425;1;1;0;1;0;1;0;2;1;0;1;2 +46,0406;1;1;0;1;0;1;0;2;1;0;1;2 +46,0365;1;1;0;1;0;1;0;2;1;0;1;2 +46,0346;1;1;0;1;0;1;0;2;1;0;1;2 +46,0347;1;1;0;1;0;1;0;2;1;0;1;2 +46,0336;1;1;0;1;0;1;0;2;1;0;1;2 +46,0347;1;1;0;1;0;1;0;2;1;0;1;2 +46,0301;1;1;0;1;0;1;0;2;1;0;1;2 +46,0264;1;1;0;1;0;1;0;2;1;0;1;2 +46,0245;1;1;0;1;0;1;0;2;1;0;1;2 +46,0215;1;1;0;1;0;1;0;2;1;0;1;2 +46,0257;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,021;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,0238;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,0248;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,0169;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,0147;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,013;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,0144;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,0067;1;1;0;1;0;1;0;2;1;0;0,976783;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,658357;2 +46,0132;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,658357;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,976921;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0135;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,986905;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0156;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,988597;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,964908;1 +45,9836;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,964908;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0015;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,915491;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0012;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0148;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0045;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0044;1;1;0;1;0;1;0;1;1;0;1;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,995364;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,0152;1;1;0;1;0;1;0;1;1;0;0,994688;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,012;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,959663;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0054;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,988089;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0045;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0153;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..e0e9a2d Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..cfcc450 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_8/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/config.json b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel.csv b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel.csv new file mode 100644 index 0000000..38b3989 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0088;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,007;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0079;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,008;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,0087;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,0056;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,0075;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0068;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0089;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,0048;1;1;0;1;0;1;0;0;1;0;0;1 +46,0092;1;1;0;1;0;1;0;0;1;0;0;1 +46,0084;1;1;0;1;0;1;0;0;1;0;0;1 +46,0108;1;1;0;1;0;1;0;0;1;0;0;1 +46,0061;1;1;0;1;0;1;0;0;1;0;0;1 +46,0092;1;1;0;1;0;1;0;0;1;0;0;1 +46,0083;1;1;0;1;0;1;0;0;1;0;0;1 +46,0098;1;1;0;1;0;1;0;0;1;0;0;1 +46,0091;1;1;0;1;0;1;0;0;1;0;0;1 +46,0096;1;1;0;1;0;1;0;0;1;0;0;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,946972;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0118;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,975229;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,970153;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,974045;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0111;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0039;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0121;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0153;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,991811;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0137;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,939865;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,96017;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,948156;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,996042;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0103;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,956616;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0119;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,988596;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0119;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,995703;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0145;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0133;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,959493;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,936143;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0117;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,962877;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,0111;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,0206;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,0152;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,0198;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,0202;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,022;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,0244;1;1;0;1;0;1;0;1;1;0;0,962877;2 +46,0252;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0296;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0291;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0311;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0303;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0345;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0358;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0393;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0396;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,04;1;1;0;1;0;1;0;1;1;0;0,544013;2 +46,0448;1;1;0;1;0;1;0;2;1;0;1;2 +46,0471;1;1;0;1;0;1;0;2;1;0;1;2 +46,0471;1;1;0;1;0;1;0;2;1;0;1;2 +46,0463;1;1;0;1;0;1;0;2;1;0;1;2 +46,0527;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0557;1;1;0;1;0;1;0;2;1;0;1;2 +46,0592;1;1;0;1;0;1;0;2;1;0;1;2 +46,0579;1;1;0;1;0;1;0;2;1;0;1;2 +46,0587;1;1;0;1;0;1;0;2;1;0;1;2 +46,0605;1;1;0;1;0;1;0;2;1;0;1;2 +46,0675;1;1;0;1;0;1;0;2;1;0;1;2 +46,0655;1;1;0;1;0;1;0;2;1;0;1;2 +46,0671;1;1;0;1;0;1;0;2;1;0;1;2 +46,0678;1;1;0;1;0;1;0;2;1;0;1;2 +46,0727;1;1;0;1;0;1;0;2;1;0;1;2 +46,076;1;1;0;1;0;1;0;2;1;0;1;2 +46,0769;1;1;0;1;0;1;0;2;1;0;1;2 +46,0791;1;1;0;1;0;1;0;2;1;0;1;2 +46,0778;1;1;0;1;0;1;0;2;1;0;1;2 +46,082;1;1;0;1;0;1;0;2;1;0;1;2 +46,0827;1;1;0;1;0;1;0;2;1;0;1;2 +46,0845;1;1;0;1;0;1;0;2;1;0;1;2 +46,0861;1;1;0;1;0;1;0;2;1;0;1;2 +46,0868;1;1;0;1;0;1;0;2;1;0;1;2 +46,0894;1;1;0;1;0;1;0;2;1;0;1;2 +46,0935;1;1;0;1;0;1;0;2;1;0;1;2 +46,093;1;1;0;1;0;1;0;2;1;0;1;2 +46,0935;1;1;0;1;0;1;0;2;1;0;1;2 +46,097;1;1;0;1;0;1;0;2;1;0;1;2 +46,0998;1;1;0;1;0;1;0;2;1;0;1;2 +46,1021;1;1;0;1;0;1;0;2;1;0;1;2 +46,1029;1;1;0;1;0;1;0;2;1;0;1;2 +46,1055;1;1;0;1;0;1;0;2;1;0;1;2 +46,1068;1;1;0;1;0;1;0;2;1;0;1;2 +46,1097;1;1;0;1;0;1;0;2;1;0;1;2 +46,1088;1;1;0;1;0;1;0;2;1;0;1;2 +46,11;1;1;0;1;0;1;0;2;1;0;1;2 +46,111;1;1;0;1;0;1;0;2;1;0;1;2 +46,1176;1;1;0;1;0;1;0;2;1;0;1;2 +46,1142;1;1;0;1;0;1;0;2;1;0;1;2 +46,1198;1;1;0;1;0;1;0;2;1;0;1;2 +46,121;1;1;0;1;0;1;0;2;1;0;1;2 +46,1203;1;1;0;1;0;1;0;2;1;0;1;2 +46,1244;1;1;0;1;0;1;0;2;1;0;1;2 +46,1258;1;1;0;1;0;1;0;2;1;0;1;2 +46,1301;1;1;0;1;0;1;0;2;1;0;1;2 +46,1311;1;1;0;1;0;1;0;2;1;0;1;2 +46,1314;1;1;0;1;0;1;0;2;1;0;1;2 +46,1334;1;1;0;1;0;1;0;2;1;0;1;2 +46,1338;1;1;0;1;0;1;0;2;1;0;1;2 +46,1358;1;1;0;1;0;1;0;2;1;0;1;2 +46,137;1;1;0;1;0;1;0;2;1;0;1;2 +46,1389;1;1;0;1;0;1;0;2;1;0;1;2 +46,1437;1;1;0;1;0;1;0;2;1;0;1;2 +46,1429;1;1;0;1;0;1;0;2;1;0;1;2 +46,1467;1;1;0;1;0;1;0;2;1;0;1;2 +46,1483;1;1;0;1;0;1;0;2;1;0;1;2 +46,1478;1;1;0;1;0;1;0;2;1;0;1;2 +46,1527;1;1;0;1;0;1;0;2;1;0;1;2 +46,1534;1;1;0;1;0;1;0;2;1;0;1;2 +46,1538;1;1;0;1;0;1;0;2;1;0;1;2 +46,1548;1;1;0;1;0;1;0;2;1;0;1;2 +46,1588;1;1;0;1;0;1;0;2;1;0;1;2 +46,1602;1;1;0;1;0;1;0;2;1;0;1;2 +46,166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1601;1;1;0;1;0;1;0;2;1;0;1;2 +46,166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1684;1;1;0;1;0;1;0;2;1;0;1;2 +46,1686;1;1;0;1;0;1;0;2;1;0;1;2 +46,1696;1;1;0;1;0;1;0;2;1;0;1;2 +46,173;1;1;0;1;0;1;0;2;1;0;1;2 +46,1742;1;1;0;1;0;1;0;2;1;0;1;2 +46,1744;1;1;0;1;0;1;0;2;1;0;1;2 +46,1771;1;1;0;1;0;1;0;2;1;0;1;2 +46,1789;1;1;0;1;0;1;0;2;1;0;1;2 +46,1801;1;1;0;1;0;1;0;2;1;0;1;2 +46,1862;1;1;0;1;0;1;0;2;1;0;1;2 +46,1766;1;1;0;1;0;1;0;2;1;0;1;2 +46,1866;1;1;0;1;0;1;0;2;1;0;1;2 +46,1895;1;1;0;1;0;1;0;2;1;0;1;2 +46,1885;1;1;0;1;0;1;0;2;1;0;1;2 +46,1923;1;1;0;1;0;1;0;2;1;0;1;2 +46,1902;1;1;0;1;0;1;0;2;1;0;1;2 +46,1873;1;1;0;1;0;1;0;2;1;0;1;2 +46,1982;1;1;0;1;0;1;0;2;1;0;1;2 +46,1956;1;1;0;1;0;1;0;2;1;0;1;2 +46,2011;1;1;0;1;0;1;0;2;1;0;1;2 +46,2003;1;1;0;1;0;1;0;2;1;0;1;2 +46,2028;1;1;0;1;0;1;0;2;1;0;1;2 +46,2042;1;1;0;1;0;1;0;2;1;0;1;2 +46,2065;1;1;0;1;0;1;0;2;1;0;1;2 +46,2102;1;1;0;1;0;1;0;2;1;0;1;2 +46,2138;1;1;0;1;0;1;0;2;1;0;1;2 +46,2119;1;1;0;1;0;1;0;2;1;0;1;2 +46,2152;1;1;0;1;0;1;0;2;1;0;1;2 +46,2165;1;1;0;1;0;1;0;2;1;0;1;2 +46,2183;1;1;0;1;0;1;0;2;1;0;1;2 +46,2195;1;1;0;1;0;1;0;2;1;0;1;2 +46,221;1;1;0;1;0;1;0;2;1;0;1;2 +46,2233;1;1;0;1;0;1;0;2;1;0;1;2 +46,2282;1;1;0;1;0;1;0;2;1;0;1;2 +46,2271;1;1;0;1;0;1;0;2;1;0;1;2 +46,2282;1;1;0;1;0;1;0;2;1;0;1;2 +46,2309;1;1;0;1;0;1;0;2;1;0;1;2 +46,2324;1;1;0;1;0;1;0;2;1;0;1;2 +46,2109;1;1;0;1;0;1;0;2;1;0;1;2 +46,2359;1;1;0;1;0;1;0;2;1;0;1;2 +46,2407;1;1;0;1;0;1;0;2;1;0;1;2 +46,2393;1;1;0;1;0;1;0;2;1;0;1;2 +46,241;1;1;0;1;0;1;0;2;1;0;1;2 +46,2441;1;1;0;1;0;1;0;2;1;0;1;2 +46,247;1;1;0;1;0;1;0;2;1;0;1;2 +46,2448;1;1;0;1;0;1;0;2;1;0;1;2 +46,2492;1;1;0;1;0;1;0;2;1;0;1;2 +46,2522;1;1;0;1;0;1;0;2;1;0;1;2 +46,2508;1;1;0;1;0;1;0;2;1;0;1;2 +46,2506;1;1;0;1;0;1;0;2;1;0;1;2 +46,2529;1;1;0;1;0;1;0;2;1;0;1;2 +46,2596;1;1;0;1;0;1;0;2;1;0;1;2 +46,2574;1;1;0;1;0;1;0;2;1;0;1;2 +46,2582;1;1;0;1;0;1;0;2;1;0;1;2 +46,2618;1;1;0;1;0;1;0;2;1;0;1;2 +46,2674;1;1;0;1;0;1;0;2;1;0;1;2 +46,266;1;1;0;1;0;1;0;2;1;0;1;2 +46,2685;1;1;0;1;0;1;0;2;1;0;1;2 +46,2744;1;1;0;1;0;1;0;2;1;0;1;2 +46,2717;1;1;0;1;0;1;0;2;1;0;1;2 +46,2734;1;1;0;1;0;1;0;2;1;0;1;2 +46,2735;1;1;0;1;0;1;0;2;1;0;1;2 +46,2767;1;1;0;1;0;1;0;2;1;0;1;2 +46,2813;1;1;0;1;0;1;0;2;1;0;1;2 +46,285;1;1;0;1;0;1;0;2;1;0;1;2 +46,2808;1;1;0;1;0;1;0;2;1;0;1;2 +46,2848;1;1;0;1;0;1;0;2;1;0;1;2 +46,2855;1;1;0;1;0;1;0;2;1;0;1;2 +46,2882;1;1;0;1;0;1;0;2;1;0;1;2 +46,2895;1;1;0;1;0;1;0;2;1;0;1;2 +46,2892;1;1;0;1;0;1;0;2;1;0;1;2 +46,2927;1;1;0;1;0;1;0;2;1;0;1;2 +46,2952;1;1;0;1;0;1;0;2;1;0;1;2 +46,294;1;1;0;1;0;1;0;2;1;0;1;2 +46,2999;1;1;0;1;0;1;0;2;1;0;1;2 +46,3015;1;1;0;1;0;1;0;2;1;0;1;2 +46,3028;1;1;0;1;0;1;0;2;1;0;1;2 +46,3041;1;1;0;1;0;1;0;2;1;0;1;2 +46,3063;1;1;0;1;0;1;0;2;1;0;1;2 +46,3043;1;1;0;1;0;1;0;2;1;0;1;2 +46,3082;1;1;0;1;0;1;0;2;1;0;1;2 +46,3124;1;1;0;1;0;1;0;2;1;0;1;2 +46,3122;1;1;0;1;0;1;0;2;1;0;1;2 +46,3126;1;1;0;1;0;1;0;2;1;0;1;2 +46,3174;1;1;0;1;0;1;0;2;1;0;1;2 +46,3162;1;1;0;1;0;1;0;2;1;0;1;2 +46,3204;1;1;0;1;0;1;0;2;1;0;1;2 +46,3222;1;1;0;1;0;1;0;2;1;0;1;2 +46,3238;1;1;0;1;0;1;0;2;1;0;1;2 +46,3233;1;1;0;1;0;1;0;2;1;0;1;2 +46,3251;1;1;0;1;0;1;0;2;1;0;1;2 +46,3277;1;1;0;1;0;1;0;2;1;0;1;2 +46,3269;1;1;0;1;0;1;0;2;1;0;1;2 +46,3301;1;1;0;1;0;1;0;2;1;0;1;2 +46,3346;1;1;0;1;0;1;0;2;1;0;1;2 +46,3362;1;1;0;1;0;1;0;2;1;0;1;2 +46,3355;1;1;0;1;0;1;0;2;1;0;1;2 +46,3475;1;1;0;1;0;1;0;2;1;0;1;2 +46,3409;1;1;0;1;0;1;0;2;1;0;1;2 +46,3433;1;1;0;1;0;1;0;2;1;0;1;2 +46,3437;1;1;0;1;0;1;0;2;1;0;1;2 +46,3465;1;1;0;1;0;1;0;2;1;0;1;2 +46,3458;1;1;0;1;0;1;0;2;1;0;1;2 +46,3485;1;1;0;1;0;1;0;2;1;0;1;2 +46,3529;1;1;0;1;0;1;0;2;1;0;1;2 +46,354;1;1;0;1;0;1;0;2;1;0;1;2 +46,3561;1;1;0;1;0;1;0;2;1;0;1;2 +46,3566;1;1;0;1;0;1;0;2;1;0;1;2 +46,3554;1;1;0;1;0;1;0;2;1;0;1;2 +46,3594;1;1;0;1;0;1;0;2;1;0;1;2 +46,3586;1;1;0;1;0;1;0;2;1;0;1;2 +46,3635;1;1;0;1;0;1;0;2;1;0;1;2 +46,3647;1;1;0;1;0;1;0;2;1;0;1;2 +46,3694;1;1;0;1;0;1;0;2;1;0;1;2 +46,367;1;1;0;1;0;1;0;2;1;0;1;2 +46,3744;1;1;0;1;0;1;0;2;1;0;1;2 +46,3715;1;1;0;1;0;1;0;2;1;0;1;2 +46,3732;1;1;0;1;0;1;0;2;1;0;1;2 +46,3758;1;1;0;1;0;1;0;2;1;0;1;2 +46,3752;1;1;0;1;0;1;0;2;1;0;1;2 +46,38;1;1;0;1;0;1;0;2;1;0;1;2 +46,3811;1;1;0;1;0;1;0;2;1;0;1;2 +46,3844;1;1;0;1;0;1;0;2;1;0;1;2 +46,3816;1;1;0;1;0;1;0;2;1;0;1;2 +46,3871;1;1;0;1;0;1;0;2;1;0;1;2 +46,3877;1;1;0;1;0;1;0;2;1;0;1;2 +46,3901;1;1;0;1;0;1;0;2;1;0;1;2 +46,3908;1;1;0;1;0;1;0;2;1;0;1;2 +46,3939;1;1;0;1;0;1;0;2;1;0;1;2 +46,3969;1;1;0;1;0;1;0;2;1;0;1;2 +46,3979;1;1;0;1;0;1;0;2;1;0;1;2 +46,4027;1;1;0;1;0;1;0;2;1;0;1;2 +46,4011;1;1;0;1;0;1;0;2;1;0;1;2 +46,4028;1;1;0;1;0;1;0;2;1;0;1;2 +46,4051;1;1;0;1;0;1;0;2;1;0;1;2 +46,4039;1;1;0;1;0;1;0;2;1;0;1;2 +46,4103;1;1;0;1;0;1;0;2;1;0;1;2 +46,4129;1;1;0;1;0;1;0;2;1;0;1;2 +46,4119;1;1;0;1;0;1;0;2;1;0;1;2 +46,4133;1;1;0;1;0;1;0;2;1;0;1;2 +46,4162;1;1;0;1;0;1;0;2;1;0;1;2 +46,4199;1;1;0;1;0;1;0;2;1;0;1;2 +46,4192;1;1;0;1;0;1;0;2;1;0;1;2 +46,4206;1;1;0;1;0;1;0;2;1;0;1;2 +46,4229;1;1;0;1;0;1;0;2;1;0;1;2 +46,4259;1;1;0;1;0;1;0;2;1;0;1;2 +46,4282;1;1;0;1;0;1;0;2;1;0;1;2 +46,43;1;1;0;1;0;1;0;2;1;0;1;2 +46,4268;1;1;0;1;0;1;0;2;1;0;1;2 +46,4317;1;1;0;1;0;1;0;2;1;0;1;2 +46,4303;1;1;0;1;0;1;0;2;1;0;1;2 +46,4336;1;1;0;1;0;1;0;2;1;0;1;2 +46,4358;1;1;0;1;0;1;0;2;1;0;1;2 +46,4377;1;1;0;1;0;1;0;2;1;0;1;2 +46,4407;1;1;0;1;0;1;0;2;1;0;1;2 +46,4404;1;1;0;1;0;1;0;2;1;0;1;2 +46,4442;1;1;0;1;0;1;0;2;1;0;1;2 +46,447;1;1;0;1;0;1;0;2;1;0;1;2 +46,45;1;1;0;1;0;1;0;2;1;0;1;2 +46,4487;1;1;0;1;0;1;0;2;1;0;1;2 +46,4493;1;1;0;1;0;1;0;2;1;0;1;2 +46,4495;1;1;0;1;0;1;0;2;1;0;1;2 +46,4558;1;1;0;1;0;1;0;2;1;0;1;2 +46,454;1;1;0;1;0;1;0;2;1;0;1;2 +46,4628;1;1;0;1;0;1;0;2;1;0;1;2 +46,4581;1;1;0;1;0;1;0;2;1;0;1;2 +46,4609;1;1;0;1;0;1;0;2;1;0;1;2 +46,4616;1;1;0;1;0;1;0;2;1;0;1;2 +46,4649;1;1;0;1;0;1;0;2;1;0;1;2 +46,4657;1;1;0;1;0;1;0;2;1;0;1;2 +46,4678;1;1;0;1;0;1;0;2;1;0;1;2 +46,4688;1;1;0;1;0;1;0;2;1;0;1;2 +46,009;1;1;0;1;0;1;0;2;1;0;1;1 +46,006;1;0,999545;0,000455372;0,999545;0,000455372;1;0;2;1;0;0,999545;1 +46,0092;1;0,999545;0,000455372;1;0;1;0;2;1;0;0,999545;1 +46,0063;1;0,999545;0,000455372;0,999584;0,00041607;1;0;2;1;0;0,999545;1 +46,0084;1;0,999545;0,000455372;0,999942;5,7891e-05;1;0;2;1;0;0,999545;1 +46,0076;1;0,999545;0,000455372;0,99981;0,000189953;1;0;2;1;0;0,999545;1 +46,008;1;0,999545;0,000455372;0,999884;0,000116512;1;0;2;1;0;0,999545;1 +46,0086;1;0,999545;0,000455372;0,999971;2,89083e-05;1;0;2;1;0;0,999545;1 +46,0077;1;0,999545;0,000455372;0,999832;0,000168048;1;0;2;1;0;0,999545;1 +46,0075;1;0,999545;0,000455372;0,999784;0,000216365;1;0;1;1;0;0,999545;1 +46,0082;1;0,999545;0,000455372;1;0;1;0;1;1;0;0,999545;1 +46,0087;1;0,999584;0,00041607;1;0;1;0;1;1;0;0,999584;1 +46,0086;1;0,999584;0,00041607;1;0;1;0;1;1;0;0,999584;1 +46,0071;1;0,999784;0,000216365;1;0;1;0;1;1;0;0,999784;1 +46,0068;1;0,999784;0,000216365;1;0;1;0;1;1;0;0,999784;1 +46,0086;1;0,999784;0,000216365;1;0;1;0;1;1;0;0,999784;1 +46,0076;1;0,999784;0,000216365;1;0;1;0;1;1;0;0,999784;1 +46,0079;1;0,999784;0,000216365;1;0;1;0;1;1;0;0,999784;1 +46,0067;1;0,999784;0,000216365;1;0;1;0;1;1;0;0,999784;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,999764;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,99215;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,002;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,990965;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0036;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0047;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0026;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0122;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0118;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,967446;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0145;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0116;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0154;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0175;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0165;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0175;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0232;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0247;1;1;0;1;0;1;0;1;1;0;0,967446;2 +46,0277;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0281;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0287;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0323;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0326;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0349;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0346;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0383;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0392;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0422;1;1;0;1;0;1;0;1;1;0;0,559912;2 +46,0452;1;1;0;1;0;1;0;2;1;0;1;2 +46,0453;1;1;0;1;0;1;0;2;1;0;1;2 +46,0447;1;1;0;1;0;1;0;2;1;0;1;2 +46,0457;1;1;0;1;0;1;0;2;1;0;1;2 +46,0503;1;1;0;1;0;1;0;2;1;0;1;2 +46,0506;1;1;0;1;0;1;0;2;1;0;1;2 +46,0518;1;1;0;1;0;1;0;2;1;0;1;2 +46,0559;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0583;1;1;0;1;0;1;0;2;1;0;1;2 +46,0617;1;1;0;1;0;1;0;2;1;0;1;2 +46,063;1;1;0;1;0;1;0;2;1;0;1;2 +46,068;1;1;0;1;0;1;0;2;1;0;1;2 +46,0675;1;1;0;1;0;1;0;2;1;0;1;2 +46,0682;1;1;0;1;0;1;0;2;1;0;1;2 +46,0699;1;1;0;1;0;1;0;2;1;0;1;2 +46,0719;1;1;0;1;0;1;0;2;1;0;1;2 +46,0728;1;1;0;1;0;1;0;2;1;0;1;2 +46,0717;1;1;0;1;0;1;0;2;1;0;1;2 +46,0743;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0821;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0872;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0892;1;1;0;1;0;1;0;2;1;0;1;2 +46,089;1;1;0;1;0;1;0;2;1;0;1;2 +46,0911;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0986;1;1;0;1;0;1;0;2;1;0;1;2 +46,0989;1;1;0;1;0;1;0;2;1;0;1;2 +46,0989;1;1;0;1;0;1;0;2;1;0;1;2 +46,1025;1;1;0;1;0;1;0;2;1;0;1;2 +46,1033;1;1;0;1;0;1;0;2;1;0;1;2 +46,1056;1;1;0;1;0;1;0;2;1;0;1;2 +46,1082;1;1;0;1;0;1;0;2;1;0;1;2 +46,1083;1;1;0;1;0;1;0;2;1;0;1;2 +46,1077;1;1;0;1;0;1;0;2;1;0;1;2 +46,1131;1;1;0;1;0;1;0;2;1;0;1;2 +46,1146;1;1;0;1;0;1;0;2;1;0;1;2 +46,1207;1;1;0;1;0;1;0;2;1;0;1;2 +46,1184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1211;1;1;0;1;0;1;0;2;1;0;1;2 +46,1219;1;1;0;1;0;1;0;2;1;0;1;2 +46,1239;1;1;0;1;0;1;0;2;1;0;1;2 +46,1275;1;1;0;1;0;1;0;2;1;0;1;2 +46,1275;1;1;0;1;0;1;0;2;1;0;1;2 +46,1283;1;1;0;1;0;1;0;2;1;0;1;2 +46,1344;1;1;0;1;0;1;0;2;1;0;1;2 +46,1334;1;1;0;1;0;1;0;2;1;0;1;2 +46,1331;1;1;0;1;0;1;0;2;1;0;1;2 +46,1375;1;1;0;1;0;1;0;2;1;0;1;2 +46,1382;1;1;0;1;0;1;0;2;1;0;1;2 +46,1391;1;1;0;1;0;1;0;2;1;0;1;2 +46,147;1;1;0;1;0;1;0;2;1;0;1;2 +46,1457;1;1;0;1;0;1;0;2;1;0;1;2 +46,1436;1;1;0;1;0;1;0;2;1;0;1;2 +46,1473;1;1;0;1;0;1;0;2;1;0;1;2 +46,1507;1;1;0;1;0;1;0;2;1;0;1;2 +46,1507;1;1;0;1;0;1;0;2;1;0;1;2 +46,1515;1;1;0;1;0;1;0;2;1;0;1;2 +46,1522;1;1;0;1;0;1;0;2;1;0;1;2 +46,1572;1;1;0;1;0;1;0;2;1;0;1;2 +46,1579;1;1;0;1;0;1;0;2;1;0;1;2 +46,1601;1;1;0;1;0;1;0;2;1;0;1;2 +46,1596;1;1;0;1;0;1;0;2;1;0;1;2 +46,1619;1;1;0;1;0;1;0;2;1;0;1;2 +46,1631;1;1;0;1;0;1;0;2;1;0;1;2 +46,1642;1;1;0;1;0;1;0;2;1;0;1;2 +46,1765;1;1;0;1;0;1;0;2;1;0;1;2 +46,1697;1;1;0;1;0;1;0;2;1;0;1;2 +46,1726;1;1;0;1;0;1;0;2;1;0;1;2 +46,1735;1;1;0;1;0;1;0;2;1;0;1;2 +46,1773;1;1;0;1;0;1;0;2;1;0;1;2 +46,1766;1;1;0;1;0;1;0;2;1;0;1;2 +46,1776;1;1;0;1;0;1;0;2;1;0;1;2 +46,1784;1;1;0;1;0;1;0;2;1;0;1;2 +46,1833;1;1;0;1;0;1;0;2;1;0;1;2 +46,1847;1;1;0;1;0;1;0;2;1;0;1;2 +46,1878;1;1;0;1;0;1;0;2;1;0;1;2 +46,1872;1;1;0;1;0;1;0;2;1;0;1;2 +46,1897;1;1;0;1;0;1;0;2;1;0;1;2 +46,1887;1;1;0;1;0;1;0;2;1;0;1;2 +46,195;1;1;0;1;0;1;0;2;1;0;1;2 +46,1972;1;1;0;1;0;1;0;2;1;0;1;2 +46,1976;1;1;0;1;0;1;0;2;1;0;1;2 +46,199;1;1;0;1;0;1;0;2;1;0;1;2 +46,2006;1;1;0;1;0;1;0;2;1;0;1;2 +46,2009;1;1;0;1;0;1;0;2;1;0;1;2 +46,2053;1;1;0;1;0;1;0;2;1;0;1;2 +46,2065;1;1;0;1;0;1;0;2;1;0;1;2 +46,207;1;1;0;1;0;1;0;2;1;0;1;2 +46,2073;1;1;0;1;0;1;0;2;1;0;1;2 +46,2105;1;1;0;1;0;1;0;2;1;0;1;2 +46,2141;1;1;0;1;0;1;0;2;1;0;1;2 +46,2152;1;1;0;1;0;1;0;2;1;0;1;2 +46,2208;1;1;0;1;0;1;0;2;1;0;1;2 +46,2199;1;1;0;1;0;1;0;2;1;0;1;2 +46,2224;1;1;0;1;0;1;0;2;1;0;1;2 +46,2177;1;1;0;1;0;1;0;2;1;0;1;2 +46,2236;1;1;0;1;0;1;0;2;1;0;1;2 +46,2219;1;1;0;1;0;1;0;2;1;0;1;2 +46,2325;1;1;0;1;0;1;0;2;1;0;1;2 +46,2276;1;1;0;1;0;1;0;2;1;0;1;2 +46,2322;1;1;0;1;0;1;0;2;1;0;1;2 +46,2269;1;1;0;1;0;1;0;2;1;0;1;2 +46,2351;1;1;0;1;0;1;0;2;1;0;1;2 +46,2357;1;1;0;1;0;1;0;2;1;0;1;2 +46,2348;1;1;0;1;0;1;0;2;1;0;1;2 +46,2397;1;1;0;1;0;1;0;2;1;0;1;2 +46,2422;1;1;0;1;0;1;0;2;1;0;1;2 +46,2412;1;1;0;1;0;1;0;2;1;0;1;2 +46,2447;1;1;0;1;0;1;0;2;1;0;1;2 +46,2456;1;1;0;1;0;1;0;2;1;0;1;2 +46,249;1;1;0;1;0;1;0;2;1;0;1;2 +46,2523;1;1;0;1;0;1;0;2;1;0;1;2 +46,2537;1;1;0;1;0;1;0;2;1;0;1;2 +46,2564;1;1;0;1;0;1;0;2;1;0;1;2 +46,2584;1;1;0;1;0;1;0;2;1;0;1;2 +46,2572;1;1;0;1;0;1;0;2;1;0;1;2 +46,2624;1;1;0;1;0;1;0;2;1;0;1;2 +46,2595;1;1;0;1;0;1;0;2;1;0;1;2 +46,2622;1;1;0;1;0;1;0;2;1;0;1;2 +46,2623;1;1;0;1;0;1;0;2;1;0;1;2 +46,2663;1;1;0;1;0;1;0;2;1;0;1;2 +46,2695;1;1;0;1;0;1;0;2;1;0;1;2 +46,2682;1;1;0;1;0;1;0;2;1;0;1;2 +46,2719;1;1;0;1;0;1;0;2;1;0;1;2 +46,271;1;1;0;1;0;1;0;2;1;0;1;2 +46,2743;1;1;0;1;0;1;0;2;1;0;1;2 +46,2761;1;1;0;1;0;1;0;2;1;0;1;2 +46,2797;1;1;0;1;0;1;0;2;1;0;1;2 +46,2809;1;1;0;1;0;1;0;2;1;0;1;2 +46,28;1;1;0;1;0;1;0;2;1;0;1;2 +46,2816;1;1;0;1;0;1;0;2;1;0;1;2 +46,2862;1;1;0;1;0;1;0;2;1;0;1;2 +46,2852;1;1;0;1;0;1;0;2;1;0;1;2 +46,289;1;1;0;1;0;1;0;2;1;0;1;2 +46,291;1;1;0;1;0;1;0;2;1;0;1;2 +46,2943;1;1;0;1;0;1;0;2;1;0;1;2 +46,2896;1;1;0;1;0;1;0;2;1;0;1;2 +46,2975;1;1;0;1;0;1;0;2;1;0;1;2 +46,297;1;1;0;1;0;1;0;2;1;0;1;2 +46,3015;1;1;0;1;0;1;0;2;1;0;1;2 +46,3002;1;1;0;1;0;1;0;2;1;0;1;2 +46,3019;1;1;0;1;0;1;0;2;1;0;1;2 +46,3053;1;1;0;1;0;1;0;2;1;0;1;2 +46,3064;1;1;0;1;0;1;0;2;1;0;1;2 +46,3095;1;1;0;1;0;1;0;2;1;0;1;2 +46,3099;1;1;0;1;0;1;0;2;1;0;1;2 +46,3143;1;1;0;1;0;1;0;2;1;0;1;2 +46,3136;1;1;0;1;0;1;0;2;1;0;1;2 +46,3149;1;1;0;1;0;1;0;2;1;0;1;2 +46,3159;1;1;0;1;0;1;0;2;1;0;1;2 +46,3179;1;1;0;1;0;1;0;2;1;0;1;2 +46,3234;1;1;0;1;0;1;0;2;1;0;1;2 +46,3187;1;1;0;1;0;1;0;2;1;0;1;2 +46,3251;1;1;0;1;0;1;0;2;1;0;1;2 +46,3261;1;1;0;1;0;1;0;2;1;0;1;2 +46,3271;1;1;0;1;0;1;0;2;1;0;1;2 +46,3278;1;1;0;1;0;1;0;2;1;0;1;2 +46,3298;1;1;0;1;0;1;0;2;1;0;1;2 +46,3345;1;1;0;1;0;1;0;2;1;0;1;2 +46,3391;1;1;0;1;0;1;0;2;1;0;1;2 +46,3378;1;1;0;1;0;1;0;2;1;0;1;2 +46,3392;1;1;0;1;0;1;0;2;1;0;1;2 +46,34;1;1;0;1;0;1;0;2;1;0;1;2 +46,3408;1;1;0;1;0;1;0;2;1;0;1;2 +46,3436;1;1;0;1;0;1;0;2;1;0;1;2 +46,3469;1;1;0;1;0;1;0;2;1;0;1;2 +46,3492;1;1;0;1;0;1;0;2;1;0;1;2 +46,3512;1;1;0;1;0;1;0;2;1;0;1;2 +46,3517;1;1;0;1;0;1;0;2;1;0;1;2 +46,3549;1;1;0;1;0;1;0;2;1;0;1;2 +46,3554;1;1;0;1;0;1;0;2;1;0;1;2 +46,354;1;1;0;1;0;1;0;2;1;0;1;2 +46,3566;1;1;0;1;0;1;0;2;1;0;1;2 +46,3597;1;1;0;1;0;1;0;2;1;0;1;2 +46,3586;1;1;0;1;0;1;0;2;1;0;1;2 +46,365;1;1;0;1;0;1;0;2;1;0;1;2 +46,3649;1;1;0;1;0;1;0;2;1;0;1;1 +46,3633;1;1;0;1;0;1;0;2;1;0;1;1 +46,3665;1;1;0;1;0;1;0;2;1;0;1;1 +46,3594;1;1;0;1;0;1;0;2;1;0;1;1 +46,3641;1;1;0;1;0;1;0;2;1;0;1;1 +46,3642;1;1;0;1;0;1;0;2;1;0;1;1 +46,3619;1;1;0;1;0;1;0;2;1;0;1;1 +46,3656;1;1;0;1;0;1;0;2;1;0;1;1 +46,3631;1;1;0;1;0;1;0;2;1;0;1;1 +46,3635;1;1;0;1;0;1;0;2;1;0;1;1 +46,3679;1;1;0;1;0;1;0;2;1;0;1;1 +46,3628;1;1;0;1;0;1;0;2;1;0;1;1 +46,3653;1;1;0;1;0;1;0;2;1;0;1;1 +46,3662;1;1;0;1;0;1;0;2;1;0;1;1 +46,3668;1;1;0;1;0;1;0;2;1;0;1;1 +46,3674;1;1;0;1;0;1;0;2;1;0;1;1 +46,3615;1;1;0;1;0;1;0;2;1;0;1;1 +46,3636;1;1;0;1;0;1;0;2;1;0;1;1 +46,3634;1;1;0;1;0;1;0;2;1;0;1;1 +46,3641;1;1;0;1;0;1;0;2;1;0;1;1 +46,3639;1;1;0;1;0;1;0;2;1;0;1;1 +46,3648;1;1;0;1;0;1;0;2;1;0;1;1 +46,3615;1;1;0;1;0;1;0;2;1;0;1;1 +46,3645;1;1;0;1;0;1;0;2;1;0;1;1 +46,367;1;1;0;1;0;1;0;2;1;0;1;1 +46,3621;1;1;0;1;0;1;0;2;1;0;1;1 +46,364;1;1;0;1;0;1;0;2;1;0;1;1 +46,3651;1;1;0;1;0;1;0;2;1;0;1;1 +46,3658;1;1;0;1;0;1;0;2;1;0;1;1 +46,3648;1;1;0;1;0;1;0;2;1;0;1;1 +46,3666;1;1;0;1;0;1;0;2;1;0;1;1 +46,3652;1;1;0;1;0;1;0;2;1;0;1;1 +46,366;1;1;0;1;0;1;0;2;1;0;1;1 +46,3649;1;1;0;1;0;1;0;2;1;0;1;1 +46,3635;1;1;0;1;0;1;0;2;1;0;1;1 +46,3625;1;1;0;1;0;1;0;2;1;0;1;1 +46,3599;1;1;0;1;0;1;0;2;1;0;1;1 +46,3618;1;1;0;1;0;1;0;2;1;0;1;1 +46,3629;1;1;0;1;0;1;0;2;1;0;1;1 +46,3632;1;1;0;1;0;1;0;2;1;0;1;1 +46,3657;1;1;0;1;0;1;0;2;1;0;1;1 +46,3656;1;1;0;1;0;1;0;2;1;0;1;1 +46,3663;1;1;0;1;0;1;0;2;1;0;1;1 +46,364;1;1;0;1;0;1;0;2;1;0;1;1 +46,365;1;1;0;1;0;1;0;2;1;0;1;1 +46,3639;1;1;0;1;0;1;0;2;1;0;1;1 +46,3627;1;1;0;1;0;1;0;2;1;0;1;1 +46,3644;1;1;0;1;0;1;0;2;1;0;1;1 +46,3645;1;1;0;1;0;1;0;2;1;0;1;1 +46,3652;1;1;0;1;0;1;0;2;1;0;1;1 +46,3674;1;1;0;1;0;1;0;2;1;0;1;2 +46,3722;1;1;0;1;0;1;0;2;1;0;1;2 +46,3749;1;1;0;1;0;1;0;2;1;0;1;2 +46,379;1;1;0;1;0;1;0;2;1;0;1;2 +46,381;1;1;0;1;0;1;0;2;1;0;1;2 +46,3892;1;1;0;1;0;1;0;2;1;0;1;2 +46,3899;1;1;0;1;0;1;0;2;1;0;1;2 +46,3935;1;1;0;1;0;1;0;2;1;0;1;2 +46,3963;1;1;0;1;0;1;0;2;1;0;1;2 +46,4017;1;1;0;1;0;1;0;2;1;0;1;2 +46,4036;1;1;0;1;0;1;0;2;1;0;1;2 +46,4104;1;1;0;1;0;1;0;2;1;0;1;2 +46,4121;1;1;0;1;0;1;0;2;1;0;1;2 +46,4154;1;1;0;1;0;1;0;2;1;0;1;2 +46,4166;1;1;0;1;0;1;0;2;1;0;1;2 +46,4189;1;1;0;1;0;1;0;2;1;0;1;2 +46,424;1;1;0;1;0;1;0;2;1;0;1;2 +46,4314;1;1;0;1;0;1;0;2;1;0;1;2 +46,4318;1;1;0;1;0;1;0;2;1;0;1;2 +46,4328;1;1;0;1;0;1;0;2;1;0;1;2 +46,4407;1;1;0;1;0;1;0;2;1;0;1;2 +46,4426;1;1;0;1;0;1;0;2;1;0;1;2 +46,447;1;1;0;1;0;1;0;2;1;0;1;2 +46,4467;1;1;0;1;0;1;0;2;1;0;1;2 +46,4533;1;1;0;1;0;1;0;2;1;0;1;2 +46,4547;1;1;0;1;0;1;0;2;1;0;1;2 +46,4618;1;1;0;1;0;1;0;2;1;0;1;2 +46,4649;1;1;0;1;0;1;0;2;1;0;1;2 +46,4681;1;1;0;1;0;1;0;2;1;0;1;2 +46,4728;1;1;0;1;0;1;0;2;1;0;1;2 +46,4743;1;1;0;1;0;1;0;2;1;0;1;2 +46,4767;1;1;0;1;0;1;0;2;1;0;1;2 +46,4744;1;1;0;1;0;1;0;2;1;0;1;2 +46,4827;1;1;0;1;0;1;0;2;1;0;1;2 +46,4907;1;1;0;1;0;1;0;2;1;0;1;2 +46,4911;1;1;0;1;0;1;0;2;1;0;1;2 +46,4967;1;1;0;1;0;1;0;2;1;0;1;2 +46,4984;1;1;0;1;0;1;0;2;1;0;1;2 +46,5027;1;1;0;1;0;1;0;2;1;0;1;2 +46,5056;1;1;0;1;0;1;0;2;1;0;1;2 +46,5115;1;1;0;1;0;1;0;2;1;0;1;2 +46,5129;1;1;0;1;0;1;0;2;1;0;1;2 +46,5157;1;1;0;1;0;1;0;2;1;0;1;2 +46,5185;1;1;0;1;0;1;0;2;1;0;1;2 +46,5242;1;1;0;1;0;1;0;2;1;0;1;2 +46,5268;1;1;0;1;0;1;0;2;1;0;1;2 +46,5299;1;1;0;1;0;1;0;2;1;0;1;2 +46,5396;1;1;0;1;0;1;0;2;1;0;1;2 +46,5402;1;1;0;1;0;1;0;2;1;0;1;2 +46,538;1;1;0;1;0;1;0;2;1;0;1;2 +46,5503;1;1;0;1;0;1;0;2;1;0;1;2 +46,5493;1;1;0;1;0;1;0;2;1;0;1;2 +46,5544;1;1;0;1;0;1;0;2;1;0;1;2 +46,5563;1;1;0;1;0;1;0;2;1;0;1;2 +46,5546;1;1;0;1;0;1;0;2;1;0;1;2 +46,5658;1;1;0;1;0;1;0;2;1;0;1;2 +46,5689;1;1;0;1;0;1;0;2;1;0;1;2 +46,5691;1;1;0;1;0;1;0;2;1;0;1;2 +46,5759;1;1;0;1;0;1;0;2;1;0;1;2 +46,5798;1;1;0;1;0;1;0;2;1;0;1;2 +46,5814;1;1;0;1;0;1;0;2;1;0;1;2 +46,5867;1;1;0;1;0;1;0;2;1;0;1;2 +46,5778;1;1;0;1;0;1;0;2;1;0;1;2 +46,5928;1;1;0;1;0;1;0;2;1;0;1;2 +46,5977;1;1;0;1;0;1;0;2;1;0;1;2 +46,5983;1;1;0;1;0;1;0;2;1;0;1;2 +46,6036;1;1;0;1;0;1;0;2;1;0;1;2 +46,6051;1;1;0;1;0;1;0;2;1;0;1;2 +46,6102;1;1;0;1;0;1;0;2;1;0;1;2 +46,6142;1;1;0;1;0;1;0;2;1;0;1;2 +46,617;1;1;0;1;0;1;0;2;1;0;1;2 +46,6212;1;1;0;1;0;1;0;2;1;0;1;2 +46,6245;1;1;0;1;0;1;0;2;1;0;1;2 +46,6265;1;1;0;1;0;1;0;2;1;0;1;2 +46,6317;1;1;0;1;0;1;0;2;1;0;1;2 +46,6355;1;1;0;1;0;1;0;2;1;0;1;2 +46,6391;1;1;0;1;0;1;0;2;1;0;1;2 +46,6417;1;1;0;1;0;1;0;2;1;0;1;2 +46,6461;1;1;0;1;0;1;0;2;1;0;1;2 +46,6496;1;1;0;1;0;1;0;2;1;0;1;2 +46,6516;1;1;0;1;0;1;0;2;1;0;1;2 +46,6572;1;1;0;1;0;1;0;2;1;0;1;2 +46,6588;1;1;0;1;0;1;0;2;1;0;1;2 +46,6642;1;1;0;1;0;1;0;2;1;0;1;2 +46,6693;1;1;0;1;0;1;0;2;1;0;1;2 +46,6689;1;1;0;1;0;1;0;2;1;0;1;2 +46,6743;1;1;0;1;0;1;0;2;1;0;1;2 +46,6761;1;1;0;1;0;1;0;2;1;0;1;2 +46,6799;1;1;0;1;0;1;0;2;1;0;1;2 +46,6854;1;1;0;1;0;1;0;2;1;0;1;2 +46,686;1;1;0;1;0;1;0;2;1;0;1;2 +46,6903;1;1;0;1;0;1;0;2;1;0;1;2 +46,6958;1;1;0;1;0;1;0;2;1;0;1;2 +46,6968;1;1;0;1;0;1;0;2;1;0;1;2 +46,7043;1;1;0;1;0;1;0;2;1;0;1;2 +46,7066;1;1;0;1;0;1;0;2;1;0;1;2 +46,7101;1;1;0;1;0;1;0;2;1;0;1;2 +46,7162;1;1;0;1;0;1;0;2;1;0;1;2 +46,7164;1;1;0;1;0;1;0;2;1;0;1;2 +46,7205;1;1;0;1;0;1;0;2;1;0;1;2 +46,7227;1;1;0;1;0;1;0;2;1;0;1;2 +46,7259;1;1;0;1;0;1;0;2;1;0;1;2 +46,7311;1;1;0;1;0;1;0;2;1;0;1;2 +46,7347;1;1;0;1;0;1;0;2;1;0;1;2 +46,7365;1;1;0;1;0;1;0;2;1;0;1;2 +46,7435;1;1;0;1;0;1;0;2;1;0;1;2 +46,7494;1;1;0;1;0;1;0;2;1;0;1;2 +46,7482;1;1;0;1;0;1;0;2;1;0;1;2 +46,7534;1;1;0;1;0;1;0;2;1;0;1;2 +46,7558;1;1;0;1;0;1;0;2;1;0;1;2 +46,7606;1;1;0;1;0;1;0;2;1;0;1;2 +46,7649;1;1;0;1;0;1;0;2;1;0;1;2 +46,7621;1;1;0;1;0;1;0;2;1;0;1;2 +46,7682;1;1;0;1;0;1;0;2;1;0;1;2 +46,776;1;1;0;1;0;1;0;2;1;0;1;2 +46,7803;1;1;0;1;0;1;0;2;1;0;1;2 +46,7837;1;1;0;1;0;1;0;2;1;0;1;2 +46,7842;1;1;0;1;0;1;0;2;1;0;1;2 +46,7764;1;1;0;1;0;1;0;2;1;0;1;2 +46,7927;1;1;0;1;0;1;0;2;1;0;1;2 +46,7983;1;1;0;1;0;1;0;2;1;0;1;2 +46,7961;1;1;0;1;0;1;0;2;1;0;1;2 +46,8039;1;1;0;1;0;1;0;2;1;0;1;2 +46,8058;1;1;0;1;0;1;0;2;1;0;1;2 +46,8089;1;1;0;1;0;1;0;2;1;0;1;2 +46,8148;1;1;0;1;0;1;0;2;1;0;1;2 +46,8133;1;1;0;1;0;1;0;2;1;0;1;2 +46,818;1;1;0;1;0;1;0;2;1;0;1;2 +46,8259;1;1;0;1;0;1;0;2;1;0;1;2 +46,8268;1;1;0;1;0;1;0;2;1;0;1;2 +46,8318;1;1;0;1;0;1;0;2;1;0;1;2 +46,8351;1;1;0;1;0;1;0;2;1;0;1;2 +46,8381;1;1;0;1;0;1;0;2;1;0;1;2 +46,8406;1;1;0;1;0;1;0;2;1;0;1;2 +46,8473;1;1;0;1;0;1;0;2;1;0;1;2 +46,8488;1;1;0;1;0;1;0;2;1;0;1;2 +46,8531;1;1;0;1;0;1;0;2;1;0;1;2 +46,8556;1;1;0;1;0;1;0;2;1;0;1;2 +46,8563;1;1;0;1;0;1;0;2;1;0;1;2 +46,8622;1;1;0;1;0;1;0;2;1;0;1;2 +46,8688;1;1;0;1;0;1;0;2;1;0;1;2 +46,8727;1;1;0;1;0;1;0;2;1;0;1;2 +46,8761;1;1;0;1;0;1;0;2;1;0;1;2 +46,8768;1;1;0;1;0;1;0;2;1;0;1;2 +46,8785;1;1;0;1;0;1;0;2;1;0;1;2 +46,8823;1;1;0;1;0;1;0;2;1;0;1;2 +46,8881;1;1;0;1;0;1;0;2;1;0;1;2 +46,8932;1;1;0;1;0;1;0;2;1;0;1;2 +46,8959;1;1;0;1;0;1;0;2;1;0;1;2 +46,8972;1;1;0;1;0;1;0;2;1;0;1;2 +46,9008;1;1;0;1;0;1;0;2;1;0;1;2 +46,909;1;1;0;1;0;1;0;2;1;0;1;2 +46,9071;1;1;0;1;0;1;0;2;1;0;1;2 +46,9163;1;1;0;1;0;1;0;2;1;0;1;2 +46,9175;1;1;0;1;0;1;0;2;1;0;1;2 +46,9185;1;1;0;1;0;1;0;2;1;0;1;2 +46,9251;1;1;0;1;0;1;0;2;1;0;1;2 +46,9239;1;1;0;1;0;1;0;2;1;0;1;2 +46,9306;1;1;0;1;0;1;0;2;1;0;1;2 +46,936;1;1;0;1;0;1;0;2;1;0;1;2 +46,9343;1;1;0;1;0;1;0;2;1;0;1;2 +46,9398;1;1;0;1;0;1;0;2;1;0;1;2 +46,9449;1;1;0;1;0;1;0;2;1;0;1;2 +46,948;1;1;0;1;0;1;0;2;1;0;1;2 +46,9532;1;1;0;1;0;1;0;2;1;0;1;2 +46,9555;1;1;0;1;0;1;0;2;1;0;1;2 +46,9581;1;1;0;1;0;1;0;2;1;0;1;2 +46,9625;1;1;0;1;0;1;0;2;1;0;1;2 +46,963;1;1;0;1;0;1;0;2;1;0;1;2 +46,9687;1;1;0;1;0;1;0;2;1;0;1;2 +46,9751;1;1;0;1;0;1;0;2;1;0;1;2 +46,9751;1;1;0;1;0;1;0;2;1;0;1;2 +46,9804;1;1;0;1;0;1;0;2;1;0;1;2 +46,9831;1;1;0;1;0;1;0;2;1;0;1;2 +46,9857;1;1;0;1;0;1;0;2;1;0;1;2 +46,9907;1;1;0;1;0;1;0;2;1;0;1;2 +46,9936;1;1;0;1;0;1;0;2;1;0;1;2 +46,9982;1;1;0;1;0;1;0;2;1;0;1;2 +46,9983;1;1;0;1;0;1;0;2;1;0;1;2 +47,0061;1;1;0;1;0;1;0;2;1;0;1;2 +47,0076;1;1;0;1;0;1;0;2;1;0;1;2 +47,0123;1;1;0;1;0;1;0;2;1;0;1;2 +47,0144;1;1;0;1;0;1;0;2;1;0;1;2 +47,0187;1;1;0;1;0;1;0;2;1;0;1;2 +47,0233;1;1;0;1;0;1;0;2;1;0;1;2 +47,0277;1;1;0;1;0;1;0;2;1;0;1;2 +47,0303;1;1;0;1;0;1;0;2;1;0;1;2 +47,0357;1;1;0;1;0;1;0;2;1;0;1;2 +47,0378;1;1;0;1;0;1;0;2;1;0;1;2 +47,0394;1;1;0;1;0;1;0;2;1;0;1;2 +47,0431;1;1;0;1;0;1;0;2;1;0;1;2 +47,0467;1;1;0;1;0;1;0;2;1;0;1;2 +47,0486;1;1;0;1;0;1;0;2;1;0;1;2 +47,0566;1;1;0;1;0;1;0;2;1;0;1;2 +47,0578;1;1;0;1;0;1;0;2;1;0;1;2 +47,0601;1;1;0;1;0;1;0;2;1;0;1;2 +47,0666;1;1;0;1;0;1;0;2;1;0;1;2 +47,0713;1;1;0;1;0;1;0;2;1;0;1;2 +47,0725;1;1;0;1;0;1;0;2;1;0;1;2 +47,0755;1;1;0;1;0;1;0;2;1;0;1;2 +47,0753;1;1;0;1;0;1;0;2;1;0;1;1 +47,0747;1;1;0;1;0;1;0;2;1;0;1;1 +47,0739;1;1;0;1;0;1;0;2;1;0;1;1 +47,0757;1;1;0;1;0;1;0;2;1;0;1;1 +47,0735;1;1;0;1;0;1;0;2;1;0;1;1 +47,0752;1;1;0;1;0;1;0;2;1;0;1;1 +47,0746;1;1;0;1;0;1;0;2;1;0;1;1 +47,074;1;1;0;1;0;1;0;2;1;0;1;1 +47,0748;1;1;0;1;0;1;0;2;1;0;1;1 +47,0754;1;1;0;1;0;1;0;2;1;0;1;1 +47,075;1;1;0;1;0;1;0;2;1;0;1;1 +47,0757;1;1;0;1;0;1;0;2;1;0;1;1 +47,0746;1;1;0;1;0;1;0;2;1;0;1;1 +47,0771;1;1;0;1;0;1;0;2;1;0;1;1 +47,0757;1;1;0;1;0;1;0;2;1;0;1;1 +47,0769;1;1;0;1;0;1;0;2;1;0;1;1 +47,0738;1;1;0;1;0;1;0;2;1;0;1;1 +47,0754;1;1;0;1;0;1;0;2;1;0;1;1 +47,0789;1;1;0;1;0;1;0;2;1;0;1;1 +47,0776;1;1;0;1;0;1;0;2;1;0;1;1 +47,0818;1;1;0;1;0;1;0;2;1;0;1;1 +47,0766;1;1;0;1;0;1;0;2;1;0;1;1 +47,0768;1;1;0;1;0;1;0;2;1;0;1;1 +47,0746;1;1;0;1;0;1;0;2;1;0;1;1 +47,0769;1;1;0;1;0;1;0;2;1;0;1;1 +47,071;1;1;0;1;0;1;0;2;1;0;1;1 +47,0753;1;1;0;1;0;1;0;2;1;0;1;1 +47,0772;1;1;0;1;0;1;0;2;1;0;1;1 +47,072;1;1;0;1;0;1;0;2;1;0;1;1 +47,0705;1;1;0;1;0;1;0;2;1;0;1;1 +47,075;1;1;0;1;0;1;0;2;1;0;1;1 +47,0763;1;1;0;1;0;1;0;2;1;0;1;1 +47,0753;1;1;0;1;0;1;0;2;1;0;1;1 +47,0762;1;1;0;1;0;1;0;2;1;0;1;1 +47,0764;1;1;0;1;0;1;0;2;1;0;1;1 +47,074;1;1;0;1;0;1;0;2;1;0;1;1 +47,0794;1;1;0;1;0;1;0;2;1;0;1;1 +47,0764;1;1;0;1;0;1;0;2;1;0;1;1 +47,074;1;1;0;1;0;1;0;2;1;0;1;1 +47,0776;1;1;0;1;0;1;0;2;1;0;1;1 +47,0787;1;1;0;1;0;1;0;2;1;0;1;1 +47,0774;1;1;0;1;0;1;0;2;1;0;1;1 +47,0779;1;1;0;1;0;1;0;2;1;0;1;1 +47,0767;1;1;0;1;0;1;0;2;1;0;1;1 +47,0773;1;1;0;1;0;1;0;2;1;0;1;1 +47,0767;1;1;0;1;0;1;0;2;1;0;1;1 +47,0774;1;1;0;1;0;1;0;2;1;0;1;1 +47,077;1;1;0;1;0;1;0;2;1;0;1;1 +47,0725;1;1;0;1;0;1;0;2;1;0;1;1 +47,0739;1;1;0;1;0;1;0;2;1;0;1;1 +47,0649;1;1;0;1;0;1;0;2;1;0;1;2 +47,0619;1;1;0;1;0;1;0;2;1;0;1;2 +47,0519;1;1;0;1;0;1;0;2;1;0;1;2 +47,0479;1;1;0;1;0;1;0;2;1;0;1;2 +47,0407;1;1;0;1;0;1;0;2;1;0;1;2 +47,0335;1;1;0;1;0;1;0;2;1;0;1;2 +47,0275;1;1;0;1;0;1;0;2;1;0;1;2 +47,0189;1;1;0;1;0;1;0;2;1;0;1;2 +47,0108;1;1;0;1;0;1;0;2;1;0;1;2 +47,0045;1;1;0;1;0;1;0;2;1;0;1;2 +46,9969;1;1;0;1;0;1;0;2;1;0;1;2 +46,9919;1;1;0;1;0;1;0;2;1;0;1;2 +46,9799;1;1;0;1;0;1;0;2;1;0;1;2 +46,977;1;1;0;1;0;1;0;2;1;0;1;2 +46,9682;1;1;0;1;0;1;0;2;1;0;1;2 +46,9627;1;1;0;1;0;1;0;2;1;0;1;2 +46,9575;1;1;0;1;0;1;0;2;1;0;1;2 +46,9513;1;1;0;1;0;1;0;2;1;0;1;2 +46,9386;1;1;0;1;0;1;0;2;1;0;1;2 +46,9355;1;1;0;1;0;1;0;2;1;0;1;2 +46,9265;1;1;0;1;0;1;0;2;1;0;1;2 +46,9175;1;1;0;1;0;1;0;2;1;0;1;2 +46,9135;1;1;0;1;0;1;0;2;1;0;1;2 +46,9067;1;1;0;1;0;1;0;2;1;0;1;2 +46,9024;1;1;0;1;0;1;0;2;1;0;1;2 +46,889;1;1;0;1;0;1;0;2;1;0;1;2 +46,8881;1;1;0;1;0;1;0;2;1;0;1;2 +46,8774;1;1;0;1;0;1;0;2;1;0;1;2 +46,8671;1;1;0;1;0;1;0;2;1;0;1;2 +46,862;1;1;0;1;0;1;0;2;1;0;1;2 +46,8558;1;1;0;1;0;1;0;2;1;0;1;2 +46,8501;1;1;0;1;0;1;0;2;1;0;1;2 +46,8406;1;1;0;1;0;1;0;2;1;0;1;2 +46,8347;1;1;0;1;0;1;0;2;1;0;1;2 +46,8272;1;1;0;1;0;1;0;2;1;0;1;2 +46,8193;1;1;0;1;0;1;0;2;1;0;1;2 +46,8123;1;1;0;1;0;1;0;2;1;0;1;2 +46,8034;1;1;0;1;0;1;0;2;1;0;1;2 +46,7978;1;1;0;1;0;1;0;2;1;0;1;2 +46,792;1;1;0;1;0;1;0;2;1;0;1;2 +46,786;1;1;0;1;0;1;0;2;1;0;1;2 +46,7772;1;1;0;1;0;1;0;2;1;0;1;2 +46,7721;1;1;0;1;0;1;0;2;1;0;1;2 +46,7646;1;1;0;1;0;1;0;2;1;0;1;2 +46,7558;1;1;0;1;0;1;0;2;1;0;1;2 +46,7466;1;1;0;1;0;1;0;2;1;0;1;2 +46,7436;1;1;0;1;0;1;0;2;1;0;1;2 +46,7382;1;1;0;1;0;1;0;2;1;0;1;2 +46,727;1;1;0;1;0;1;0;2;1;0;1;2 +46,7203;1;1;0;1;0;1;0;2;1;0;1;2 +46,7154;1;1;0;1;0;1;0;2;1;0;1;2 +46,7055;1;1;0;1;0;1;0;2;1;0;1;2 +46,695;1;1;0;1;0;1;0;2;1;0;1;2 +46,6922;1;1;0;1;0;1;0;2;1;0;1;2 +46,6841;1;1;0;1;0;1;0;2;1;0;1;2 +46,6746;1;1;0;1;0;1;0;2;1;0;1;2 +46,6714;1;1;0;1;0;1;0;2;1;0;1;2 +46,6621;1;1;0;1;0;1;0;2;1;0;1;2 +46,6559;1;1;0;1;0;1;0;2;1;0;1;2 +46,648;1;1;0;1;0;1;0;2;1;0;1;2 +46,6428;1;1;0;1;0;1;0;2;1;0;1;2 +46,6298;1;1;0;1;0;1;0;2;1;0;1;2 +46,625;1;1;0;1;0;1;0;2;1;0;1;2 +46,6228;1;1;0;1;0;1;0;2;1;0;1;2 +46,6133;1;1;0;1;0;1;0;2;1;0;1;2 +46,6078;1;1;0;1;0;1;0;2;1;0;1;2 +46,5982;1;1;0;1;0;1;0;2;1;0;1;2 +46,5921;1;1;0;1;0;1;0;2;1;0;1;2 +46,5809;1;1;0;1;0;1;0;2;1;0;1;2 +46,5799;1;1;0;1;0;1;0;2;1;0;1;2 +46,5724;1;1;0;1;0;1;0;2;1;0;1;2 +46,5589;1;1;0;1;0;1;0;2;1;0;1;2 +46,5551;1;1;0;1;0;1;0;2;1;0;1;2 +46,5513;1;1;0;1;0;1;0;2;1;0;1;2 +46,5361;1;1;0;1;0;1;0;2;1;0;1;2 +46,5351;1;1;0;1;0;1;0;2;1;0;1;2 +46,5256;1;1;0;1;0;1;0;2;1;0;1;2 +46,52;1;1;0;1;0;1;0;2;1;0;1;2 +46,5138;1;1;0;1;0;1;0;2;1;0;1;2 +46,5066;1;1;0;1;0;1;0;2;1;0;1;2 +46,4997;1;1;0;1;0;1;0;2;1;0;1;2 +46,4915;1;1;0;1;0;1;0;2;1;0;1;2 +46,4855;1;1;0;1;0;1;0;2;1;0;1;2 +46,4797;1;1;0;1;0;1;0;2;1;0;1;2 +46,4717;1;1;0;1;0;1;0;2;1;0;1;2 +46,4613;1;1;0;1;0;1;0;2;1;0;1;2 +46,4545;1;1;0;1;0;1;0;2;1;0;1;2 +46,4518;1;1;0;1;0;1;0;2;1;0;1;2 +46,4427;1;1;0;1;0;1;0;2;1;0;1;2 +46,4343;1;1;0;1;0;1;0;2;1;0;1;2 +46,4281;1;1;0;1;0;1;0;2;1;0;1;2 +46,4224;1;1;0;1;0;1;0;2;1;0;1;2 +46,4139;1;1;0;1;0;1;0;2;1;0;1;2 +46,4083;1;1;0;1;0;1;0;2;1;0;1;2 +46,4036;1;1;0;1;0;1;0;2;1;0;1;2 +46,3931;1;1;0;1;0;1;0;2;1;0;1;2 +46,3899;1;1;0;1;0;1;0;2;1;0;1;2 +46,373;1;1;0;1;0;1;0;2;1;0;1;2 +46,3713;1;1;0;1;0;1;0;2;1;0;1;2 +46,363;1;1;0;1;0;1;0;2;1;0;1;2 +46,3585;1;1;0;1;0;1;0;2;1;0;1;2 +46,3494;1;1;0;1;0;1;0;2;1;0;1;2 +46,3425;1;1;0;1;0;1;0;2;1;0;1;2 +46,3363;1;1;0;1;0;1;0;2;1;0;1;2 +46,3275;1;1;0;1;0;1;0;2;1;0;1;2 +46,3229;1;1;0;1;0;1;0;2;1;0;1;2 +46,3129;1;1;0;1;0;1;0;2;1;0;1;2 +46,3036;1;1;0;1;0;1;0;2;1;0;1;2 +46,3017;1;1;0;1;0;1;0;2;1;0;1;2 +46,284;1;1;0;1;0;1;0;2;1;0;1;2 +46,2884;1;1;0;1;0;1;0;2;1;0;1;2 +46,275;1;1;0;1;0;1;0;2;1;0;1;2 +46,2711;1;1;0;1;0;1;0;2;1;0;1;2 +46,2641;1;1;0;1;0;1;0;2;1;0;1;2 +46,2578;1;1;0;1;0;1;0;2;1;0;1;2 +46,2505;1;1;0;1;0;1;0;2;1;0;1;2 +46,2415;1;1;0;1;0;1;0;2;1;0;1;2 +46,2353;1;1;0;1;0;1;0;2;1;0;1;2 +46,2286;1;1;0;1;0;1;0;2;1;0;1;2 +46,2211;1;1;0;1;0;1;0;2;1;0;1;2 +46,214;1;1;0;1;0;1;0;2;1;0;1;2 +46,2065;1;1;0;1;0;1;0;2;1;0;1;2 +46,1978;1;1;0;1;0;1;0;2;1;0;1;2 +46,1963;1;1;0;1;0;1;0;2;1;0;1;2 +46,1892;1;1;0;1;0;1;0;2;1;0;1;2 +46,1806;1;1;0;1;0;1;0;2;1;0;1;2 +46,1756;1;1;0;1;0;1;0;2;1;0;1;2 +46,1633;1;1;0;1;0;1;0;2;1;0;1;2 +46,1568;1;1;0;1;0;1;0;2;1;0;1;2 +46,1465;1;1;0;1;0;1;0;2;1;0;1;2 +46,1433;1;1;0;1;0;1;0;2;1;0;1;2 +46,1348;1;1;0;1;0;1;0;2;1;0;1;2 +46,1301;1;1;0;1;0;1;0;2;1;0;1;2 +46,1218;1;1;0;1;0;1;0;2;1;0;1;2 +46,1151;1;1;0;1;0;1;0;2;1;0;1;2 +46,1073;1;1;0;1;0;1;0;2;1;0;1;2 +46,0996;1;1;0;1;0;1;0;2;1;0;1;2 +46,0959;1;1;0;1;0;1;0;2;1;0;1;2 +46,0861;1;1;0;1;0;1;0;2;1;0;1;2 +46,0811;1;1;0;1;0;1;0;2;1;0;1;2 +46,074;1;1;0;1;0;1;0;2;1;0;1;2 +46,0649;1;1;0;1;0;1;0;2;1;0;1;2 +46,0571;1;1;0;1;0;1;0;2;1;0;1;2 +46,0512;1;1;0;1;0;1;0;2;1;0;1;2 +46,0436;1;1;0;1;0;1;0;2;1;0;1;2 +46,0361;1;1;0;1;0;1;0;2;1;0;1;2 +46,0287;1;1;0;1;0;1;0;2;1;0;1;2 +46,0222;1;1;0;1;0;1;0;2;1;0;1;2 +46,0175;1;1;0;1;0;1;0;2;1;0;1;2 +46,0079;1;1;0;1;0;1;0;2;1;0;1;2 +46,0015;1;1;0;1;0;1;0;2;1;0;1;2 +45,9949;1;1;0;1;0;1;0;2;1;0;1;2 +45,9872;1;1;0;1;0;1;0;2;1;0;1;2 +45,9833;1;1;0;1;0;1;0;2;1;0;1;2 +45,9668;1;1;0;1;0;1;0;2;1;0;1;2 +45,9685;1;1;0;1;0;1;0;2;1;0;1;2 +45,959;1;1;0;1;0;1;0;2;1;0;1;2 +45,95;1;1;0;1;0;1;0;2;1;0;1;2 +45,944;1;1;0;1;0;1;0;2;1;0;1;2 +45,9359;1;1;0;1;0;1;0;2;1;0;1;2 +45,9331;1;1;0;1;0;1;0;2;1;0;1;2 +45,925;1;1;0;1;0;1;0;2;1;0;1;2 +45,9156;1;1;0;1;0;1;0;2;1;0;1;2 +45,9059;1;1;0;1;0;1;0;2;1;0;1;2 +45,8995;1;1;0;1;0;1;0;2;1;0;1;2 +45,894;1;1;0;1;0;1;0;2;1;0;1;2 +45,8869;1;1;0;1;0;1;0;2;1;0;1;2 +45,879;1;1;0;1;0;1;0;2;1;0;1;2 +45,8675;1;1;0;1;0;1;0;2;1;0;1;2 +45,8647;1;1;0;1;0;1;0;2;1;0;1;2 +45,8583;1;1;0;1;0;1;0;2;1;0;1;2 +45,8529;1;1;0;1;0;1;0;2;1;0;1;2 +45,845;1;1;0;1;0;1;0;2;1;0;1;2 +45,8353;1;1;0;1;0;1;0;2;1;0;1;2 +45,8314;1;1;0;1;0;1;0;2;1;0;1;2 +45,8218;1;1;0;1;0;1;0;2;1;0;1;2 +45,8135;1;1;0;1;0;1;0;2;1;0;1;2 +45,8183;1;1;0;1;0;1;0;2;1;0;1;2 +45,8013;1;1;0;1;0;1;0;2;1;0;1;2 +45,797;1;1;0;1;0;1;0;2;1;0;1;2 +45,7871;1;1;0;1;0;1;0;2;1;0;1;2 +45,7797;1;1;0;1;0;1;0;2;1;0;1;2 +45,7774;1;1;0;1;0;1;0;2;1;0;1;2 +45,7664;1;1;0;1;0;1;0;2;1;0;1;2 +45,7559;1;1;0;1;0;1;0;2;1;0;1;2 +45,7496;1;1;0;1;0;1;0;2;1;0;1;2 +45,7481;1;1;0;1;0;1;0;2;1;0;1;2 +45,7356;1;1;0;1;0;1;0;2;1;0;1;2 +45,7305;1;1;0;1;0;1;0;2;1;0;1;2 +45,7211;1;1;0;1;0;1;0;2;1;0;1;2 +45,7136;1;1;0;1;0;1;0;2;1;0;1;2 +45,7145;1;1;0;1;0;1;0;2;1;0;1;2 +45,7016;1;1;0;1;0;1;0;2;1;0;1;2 +45,6942;1;1;0;1;0;1;0;2;1;0;1;2 +45,6869;1;1;0;1;0;1;0;2;1;0;1;2 +45,681;1;1;0;1;0;1;0;2;1;0;1;2 +45,6724;1;1;0;1;0;1;0;2;1;0;1;2 +45,674;1;1;0;1;0;1;0;2;1;0;1;2 +45,6583;1;1;0;1;0;1;0;2;1;0;1;2 +45,6541;1;1;0;1;0;1;0;2;1;0;1;2 +45,6496;1;1;0;1;0;1;0;2;1;0;1;1 +45,6545;1;1;0;1;0;1;0;2;1;0;1;1 +45,6461;1;1;0;1;0;1;0;2;1;0;1;1 +45,6519;1;1;0;1;0;1;0;2;1;0;1;1 +45,6513;1;1;0;1;0;1;0;2;1;0;1;1 +45,6513;1;1;0;1;0;1;0;2;1;0;1;1 +45,6521;1;1;0;1;0;1;0;2;1;0;1;1 +45,6511;1;1;0;1;0;1;0;2;1;0;1;1 +45,6525;1;1;0;1;0;1;0;2;1;0;1;1 +45,6517;1;1;0;1;0;1;0;2;1;0;1;1 +45,6516;1;1;0;1;0;1;0;2;1;0;1;1 +45,6529;1;1;0;1;0;1;0;2;1;0;1;1 +45,651;1;1;0;1;0;1;0;2;1;0;1;1 +45,6506;1;1;0;1;0;1;0;2;1;0;1;1 +45,64;1;1;0;1;0;1;0;2;1;0;1;1 +45,6517;1;1;0;1;0;1;0;2;1;0;1;1 +45,6492;1;1;0;1;0;1;0;2;1;0;1;1 +45,6483;1;1;0;1;0;1;0;2;1;0;1;1 +45,6529;1;1;0;1;0;1;0;2;1;0;1;1 +45,6538;1;1;0;1;0;1;0;2;1;0;1;1 +45,6495;1;1;0;1;0;1;0;2;1;0;1;1 +45,6558;1;1;0;1;0;1;0;2;1;0;1;1 +45,6526;1;1;0;1;0;1;0;2;1;0;1;1 +45,6526;1;1;0;1;0;1;0;2;1;0;1;1 +45,6537;1;1;0;1;0;1;0;2;1;0;1;1 +45,6491;1;1;0;1;0;1;0;2;1;0;1;1 +45,65;1;1;0;1;0;1;0;2;1;0;1;1 +45,652;1;1;0;1;0;1;0;2;1;0;1;1 +45,6528;1;1;0;1;0;1;0;2;1;0;1;1 +45,6507;1;1;0;1;0;1;0;2;1;0;1;1 +45,6531;1;1;0;1;0;1;0;2;1;0;1;1 +45,6536;1;1;0;1;0;1;0;2;1;0;1;1 +45,6514;1;1;0;1;0;1;0;2;1;0;1;1 +45,6528;1;1;0;1;0;1;0;2;1;0;1;1 +45,6527;1;1;0;1;0;1;0;2;1;0;1;1 +45,653;1;1;0;1;0;1;0;2;1;0;1;1 +45,6503;1;1;0;1;0;1;0;2;1;0;1;1 +45,6529;1;1;0;1;0;1;0;2;1;0;1;1 +45,65;1;1;0;1;0;1;0;2;1;0;1;1 +45,6519;1;1;0;1;0;1;0;2;1;0;1;1 +45,6495;1;1;0;1;0;1;0;2;1;0;1;1 +45,6531;1;1;0;1;0;1;0;2;1;0;1;1 +45,6501;1;1;0;1;0;1;0;2;1;0;1;1 +45,6532;1;1;0;1;0;1;0;2;1;0;1;1 +45,6525;1;1;0;1;0;1;0;2;1;0;1;1 +45,6528;1;1;0;1;0;1;0;2;1;0;1;1 +45,6534;1;1;0;1;0;1;0;2;1;0;1;1 +45,6527;1;1;0;1;0;1;0;2;1;0;1;1 +45,6508;1;1;0;1;0;1;0;2;1;0;1;1 +45,6524;1;1;0;1;0;1;0;2;1;0;1;1 +45,6544;1;1;0;1;0;1;0;2;1;0;1;2 +45,6598;1;1;0;1;0;1;0;2;1;0;1;2 +45,6642;1;1;0;1;0;1;0;2;1;0;1;2 +45,6675;1;1;0;1;0;1;0;2;1;0;1;2 +45,6698;1;1;0;1;0;1;0;2;1;0;1;2 +45,678;1;1;0;1;0;1;0;2;1;0;1;2 +45,6777;1;1;0;1;0;1;0;2;1;0;1;2 +45,6819;1;1;0;1;0;1;0;2;1;0;1;2 +45,6847;1;1;0;1;0;1;0;2;1;0;1;2 +45,6895;1;1;0;1;0;1;0;2;1;0;1;2 +45,6928;1;1;0;1;0;1;0;2;1;0;1;2 +45,6966;1;1;0;1;0;1;0;2;1;0;1;2 +45,7004;1;1;0;1;0;1;0;2;1;0;1;2 +45,7018;1;1;0;1;0;1;0;2;1;0;1;2 +45,7065;1;1;0;1;0;1;0;2;1;0;1;2 +45,7113;1;1;0;1;0;1;0;2;1;0;1;2 +45,7117;1;1;0;1;0;1;0;2;1;0;1;2 +45,7144;1;1;0;1;0;1;0;2;1;0;1;2 +45,7223;1;1;0;1;0;1;0;2;1;0;1;2 +45,7231;1;1;0;1;0;1;0;2;1;0;1;2 +45,7265;1;1;0;1;0;1;0;2;1;0;1;2 +45,7302;1;1;0;1;0;1;0;2;1;0;1;2 +45,7327;1;1;0;1;0;1;0;2;1;0;1;2 +45,7363;1;1;0;1;0;1;0;2;1;0;1;2 +45,7387;1;1;0;1;0;1;0;2;1;0;1;2 +45,7461;1;1;0;1;0;1;0;2;1;0;1;2 +45,7472;1;1;0;1;0;1;0;2;1;0;1;2 +45,7501;1;1;0;1;0;1;0;2;1;0;1;2 +45,7564;1;1;0;1;0;1;0;2;1;0;1;2 +45,7639;1;1;0;1;0;1;0;2;1;0;1;2 +45,7627;1;1;0;1;0;1;0;2;1;0;1;2 +45,7669;1;1;0;1;0;1;0;2;1;0;1;2 +45,77;1;1;0;1;0;1;0;2;1;0;1;2 +45,7731;1;1;0;1;0;1;0;2;1;0;1;2 +45,7744;1;1;0;1;0;1;0;2;1;0;1;2 +45,7779;1;1;0;1;0;1;0;2;1;0;1;2 +45,7852;1;1;0;1;0;1;0;2;1;0;1;2 +45,7833;1;1;0;1;0;1;0;2;1;0;1;2 +45,7927;1;1;0;1;0;1;0;2;1;0;1;2 +45,792;1;1;0;1;0;1;0;2;1;0;1;2 +45,7966;1;1;0;1;0;1;0;2;1;0;1;2 +45,7991;1;1;0;1;0;1;0;2;1;0;1;2 +45,8047;1;1;0;1;0;1;0;2;1;0;1;2 +45,8109;1;1;0;1;0;1;0;2;1;0;1;2 +45,8066;1;1;0;1;0;1;0;2;1;0;1;2 +45,8128;1;1;0;1;0;1;0;2;1;0;1;2 +45,8219;1;1;0;1;0;1;0;2;1;0;1;2 +45,822;1;1;0;1;0;1;0;2;1;0;1;2 +45,8279;1;1;0;1;0;1;0;2;1;0;1;2 +45,8327;1;1;0;1;0;1;0;2;1;0;1;2 +45,8329;1;1;0;1;0;1;0;2;1;0;1;2 +45,8363;1;1;0;1;0;1;0;2;1;0;1;2 +45,8406;1;1;0;1;0;1;0;2;1;0;1;2 +45,8453;1;1;0;1;0;1;0;2;1;0;1;2 +45,8473;1;1;0;1;0;1;0;2;1;0;1;2 +45,8496;1;1;0;1;0;1;0;2;1;0;1;2 +45,8536;1;1;0;1;0;1;0;2;1;0;1;2 +45,857;1;1;0;1;0;1;0;2;1;0;1;2 +45,8618;1;1;0;1;0;1;0;2;1;0;1;2 +45,8676;1;1;0;1;0;1;0;2;1;0;1;2 +45,8672;1;1;0;1;0;1;0;2;1;0;1;2 +45,8719;1;1;0;1;0;1;0;2;1;0;1;2 +45,8778;1;1;0;1;0;1;0;2;1;0;1;2 +45,8813;1;1;0;1;0;1;0;2;1;0;1;2 +45,8814;1;1;0;1;0;1;0;2;1;0;1;2 +45,8876;1;1;0;1;0;1;0;2;1;0;1;2 +45,8936;1;1;0;1;0;1;0;2;1;0;1;2 +45,8944;1;1;0;1;0;1;0;2;1;0;1;2 +45,8949;1;1;0;1;0;1;0;2;1;0;1;2 +45,9028;1;1;0;1;0;1;0;2;1;0;1;2 +45,905;1;1;0;1;0;1;0;2;1;0;1;2 +45,9072;1;1;0;1;0;1;0;2;1;0;1;2 +45,9088;1;1;0;1;0;1;0;2;1;0;1;2 +45,9174;1;1;0;1;0;1;0;2;1;0;1;2 +45,9176;1;1;0;1;0;1;0;2;1;0;1;2 +45,9239;1;1;0;1;0;1;0;2;1;0;1;2 +45,9257;1;1;0;1;0;1;0;2;1;0;1;2 +45,9278;1;1;0;1;0;1;0;2;1;0;1;2 +45,9327;1;1;0;1;0;1;0;2;1;0;1;2 +45,9366;1;1;0;1;0;1;0;2;1;0;1;2 +45,9422;1;1;0;1;0;1;0;2;1;0;1;2 +45,9463;1;1;0;1;0;1;0;2;1;0;1;2 +45,9499;1;1;0;1;0;1;0;2;1;0;1;2 +45,951;1;1;0;1;0;1;0;2;1;0;1;2 +45,9551;1;1;0;1;0;1;0;2;1;0;1;2 +45,9588;1;1;0;1;0;1;0;2;1;0;1;2 +45,9627;1;1;0;1;0;1;0;2;1;0;1;2 +45,9661;1;1;0;1;0;1;0;2;1;0;1;2 +45,9712;1;1;0;1;0;1;0;2;1;0;1;2 +45,9713;1;1;0;1;0;1;0;2;1;0;1;2 +45,9764;1;1;0;1;0;1;0;2;1;0;1;2 +45,9798;1;1;0;1;0;1;0;2;1;0;1;2 +45,9848;1;1;0;1;0;1;0;2;1;0;1;2 +45,9862;1;1;0;1;0;1;0;2;1;0;1;2 +45,9951;1;1;0;1;0;1;0;2;1;0;1;2 +45,9939;1;1;0;1;0;1;0;2;1;0;1;2 +45,9979;1;1;0;1;0;1;0;2;1;0;1;2 +45,9995;1;1;0;1;0;1;0;2;1;0;1;2 +46,0032;1;1;0;1;0;1;0;2;1;0;1;2 +46,0071;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0157;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0204;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0229;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0266;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0265;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0305;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0343;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0433;1;1;0;1;0;1;0;2;1;0;0,644989;2 +46,0439;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0502;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0491;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0544;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0581;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0622;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0636;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0713;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0712;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0758;1;1;0;1;0;1;0;2;1;0;0,874341;2 +46,0787;1;1;0;1;0;1;0;2;1;0;1;2 +46,0838;1;1;0;1;0;1;0;2;1;0;1;2 +46,0881;1;1;0;1;0;1;0;2;1;0;1;2 +46,0903;1;1;0;1;0;1;0;2;1;0;1;2 +46,0959;1;1;0;1;0;1;0;2;1;0;1;2 +46,0934;1;1;0;1;0;1;0;2;1;0;1;2 +46,0979;1;1;0;1;0;1;0;2;1;0;1;2 +46,104;1;1;0;1;0;1;0;2;1;0;1;2 +46,1084;1;1;0;1;0;1;0;2;1;0;1;2 +46,1132;1;1;0;1;0;1;0;2;1;0;1;2 +46,1132;1;1;0;1;0;1;0;2;1;0;1;2 +46,1179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1228;1;1;0;1;0;1;0;2;1;0;1;2 +46,1251;1;1;0;1;0;1;0;2;1;0;1;2 +46,1244;1;1;0;1;0;1;0;2;1;0;1;2 +46,1352;1;1;0;1;0;1;0;2;1;0;1;2 +46,1375;1;1;0;1;0;1;0;2;1;0;1;2 +46,1427;1;1;0;1;0;1;0;2;1;0;1;2 +46,1439;1;1;0;1;0;1;0;2;1;0;1;2 +46,1477;1;1;0;1;0;1;0;2;1;0;1;2 +46,1515;1;1;0;1;0;1;0;2;1;0;1;2 +46,1565;1;1;0;1;0;1;0;2;1;0;1;2 +46,1566;1;1;0;1;0;1;0;2;1;0;1;2 +46,1618;1;1;0;1;0;1;0;2;1;0;1;2 +46,1654;1;1;0;1;0;1;0;2;1;0;1;2 +46,172;1;1;0;1;0;1;0;2;1;0;1;2 +46,1737;1;1;0;1;0;1;0;2;1;0;1;2 +46,1751;1;1;0;1;0;1;0;2;1;0;1;2 +46,174;1;1;0;1;0;1;0;2;1;0;1;2 +46,1839;1;1;0;1;0;1;0;2;1;0;1;2 +46,1857;1;1;0;1;0;1;0;2;1;0;1;2 +46,1899;1;1;0;1;0;1;0;2;1;0;1;2 +46,193;1;1;0;1;0;1;0;2;1;0;1;2 +46,1963;1;1;0;1;0;1;0;2;1;0;1;2 +46,2008;1;1;0;1;0;1;0;2;1;0;1;2 +46,2014;1;1;0;1;0;1;0;2;1;0;1;2 +46,2062;1;1;0;1;0;1;0;2;1;0;1;2 +46,2105;1;1;0;1;0;1;0;2;1;0;1;2 +46,2148;1;1;0;1;0;1;0;2;1;0;1;2 +46,2182;1;1;0;1;0;1;0;2;1;0;1;2 +46,2239;1;1;0;1;0;1;0;2;1;0;1;2 +46,2256;1;1;0;1;0;1;0;2;1;0;1;2 +46,2284;1;1;0;1;0;1;0;2;1;0;1;2 +46,232;1;1;0;1;0;1;0;2;1;0;1;2 +46,2331;1;1;0;1;0;1;0;2;1;0;1;2 +46,239;1;1;0;1;0;1;0;2;1;0;1;2 +46,2427;1;1;0;1;0;1;0;2;1;0;1;2 +46,2458;1;1;0;1;0;1;0;2;1;0;1;2 +46,2475;1;1;0;1;0;1;0;2;1;0;1;2 +46,2552;1;1;0;1;0;1;0;2;1;0;1;2 +46,2586;1;1;0;1;0;1;0;2;1;0;1;2 +46,2608;1;1;0;1;0;1;0;2;1;0;1;2 +46,2655;1;1;0;1;0;1;0;2;1;0;1;2 +46,2688;1;1;0;1;0;1;0;2;1;0;1;2 +46,2668;1;1;0;1;0;1;0;2;1;0;1;2 +46,2733;1;1;0;1;0;1;0;2;1;0;1;2 +46,2771;1;1;0;1;0;1;0;2;1;0;1;2 +46,2838;1;1;0;1;0;1;0;2;1;0;1;2 +46,2848;1;1;0;1;0;1;0;2;1;0;1;2 +46,2895;1;1;0;1;0;1;0;2;1;0;1;2 +46,2939;1;1;0;1;0;1;0;2;1;0;1;2 +46,2962;1;1;0;1;0;1;0;2;1;0;1;2 +46,305;1;1;0;1;0;1;0;2;1;0;1;2 +46,303;1;1;0;1;0;1;0;2;1;0;1;2 +46,3067;1;1;0;1;0;1;0;2;1;0;1;2 +46,3108;1;1;0;1;0;1;0;2;1;0;1;2 +46,315;1;1;0;1;0;1;0;2;1;0;1;2 +46,318;1;1;0;1;0;1;0;2;1;0;1;2 +46,3252;1;1;0;1;0;1;0;2;1;0;1;2 +46,3233;1;1;0;1;0;1;0;2;1;0;1;2 +46,3286;1;1;0;1;0;1;0;2;1;0;1;2 +46,3314;1;1;0;1;0;1;0;2;1;0;1;2 +46,3366;1;1;0;1;0;1;0;2;1;0;1;2 +46,3409;1;1;0;1;0;1;0;2;1;0;1;2 +46,3428;1;1;0;1;0;1;0;2;1;0;1;2 +46,3455;1;1;0;1;0;1;0;2;1;0;1;2 +46,349;1;1;0;1;0;1;0;2;1;0;1;2 +46,3539;1;1;0;1;0;1;0;2;1;0;1;2 +46,3589;1;1;0;1;0;1;0;2;1;0;1;2 +46,3483;1;1;0;1;0;1;0;2;1;0;1;2 +46,3656;1;1;0;1;0;1;0;2;1;0;1;2 +46,3646;1;1;0;1;0;1;0;2;1;0;1;1 +46,3642;1;1;0;1;0;1;0;2;1;0;1;1 +46,3637;1;1;0;1;0;1;0;2;1;0;1;1 +46,3639;1;1;0;1;0;1;0;2;1;0;1;1 +46,3647;1;1;0;1;0;1;0;2;1;0;1;1 +46,3637;1;1;0;1;0;1;0;2;1;0;1;1 +46,3678;1;1;0;1;0;1;0;2;1;0;1;1 +46,362;1;1;0;1;0;1;0;2;1;0;1;1 +46,3625;1;1;0;1;0;1;0;2;1;0;1;1 +46,3637;1;1;0;1;0;1;0;2;1;0;1;1 +46,3627;1;1;0;1;0;1;0;2;1;0;1;1 +46,3613;1;1;0;1;0;1;0;2;1;0;1;1 +46,3622;1;1;0;1;0;1;0;2;1;0;1;1 +46,3628;1;1;0;1;0;1;0;2;1;0;1;1 +46,3619;1;1;0;1;0;1;0;2;1;0;1;1 +46,3638;1;1;0;1;0;1;0;2;1;0;1;1 +46,3638;1;1;0;1;0;1;0;2;1;0;1;1 +46,3638;1;1;0;1;0;1;0;2;1;0;1;1 +46,3656;1;1;0;1;0;1;0;2;1;0;1;1 +46,367;1;1;0;1;0;1;0;2;1;0;1;1 +46,3641;1;1;0;1;0;1;0;2;1;0;1;1 +46,3633;1;1;0;1;0;1;0;2;1;0;1;1 +46,3645;1;1;0;1;0;1;0;2;1;0;1;1 +46,3653;1;1;0;1;0;1;0;2;1;0;1;1 +46,3637;1;1;0;1;0;1;0;2;1;0;1;1 +46,3646;1;1;0;1;0;1;0;2;1;0;1;1 +46,3643;1;1;0;1;0;1;0;2;1;0;1;1 +46,3662;1;1;0;1;0;1;0;2;1;0;1;1 +46,3658;1;1;0;1;0;1;0;2;1;0;1;1 +46,3659;1;1;0;1;0;1;0;2;1;0;1;1 +46,3632;1;1;0;1;0;1;0;2;1;0;1;1 +46,3647;1;1;0;1;0;1;0;2;1;0;1;1 +46,3589;1;1;0;1;0;1;0;2;1;0;1;1 +46,3635;1;1;0;1;0;1;0;2;1;0;1;1 +46,3631;1;1;0;1;0;1;0;2;1;0;1;1 +46,3654;1;1;0;1;0;1;0;2;1;0;1;1 +46,3647;1;1;0;1;0;1;0;2;1;0;1;1 +46,3641;1;1;0;1;0;1;0;2;1;0;1;1 +46,3622;1;1;0;1;0;1;0;2;1;0;1;1 +46,3631;1;1;0;1;0;1;0;2;1;0;1;1 +46,3646;1;1;0;1;0;1;0;2;1;0;1;1 +46,367;1;1;0;1;0;1;0;2;1;0;1;1 +46,3632;1;1;0;1;0;1;0;2;1;0;1;1 +46,3649;1;1;0;1;0;1;0;2;1;0;1;1 +46,3634;1;1;0;1;0;1;0;2;1;0;1;1 +46,3622;1;1;0;1;0;1;0;2;1;0;1;1 +46,3642;1;1;0;1;0;1;0;2;1;0;1;1 +46,3642;1;1;0;1;0;1;0;2;1;0;1;1 +46,3636;1;1;0;1;0;1;0;2;1;0;1;1 +46,3647;1;1;0;1;0;1;0;2;1;0;1;1 +46,3675;1;1;0;1;0;1;0;2;1;0;1;2 +46,3582;1;1;0;1;0;1;0;2;1;0;1;2 +46,36;1;1;0;1;0;1;0;2;1;0;1;2 +46,3525;1;1;0;1;0;1;0;2;1;0;1;2 +46,3556;1;1;0;1;0;1;0;2;1;0;1;2 +46,3559;1;1;0;1;0;1;0;2;1;0;1;2 +46,351;1;1;0;1;0;1;0;2;1;0;1;2 +46,3543;1;1;0;1;0;1;0;2;1;0;1;2 +46,3504;1;1;0;1;0;1;0;2;1;0;1;2 +46,3441;1;1;0;1;0;1;0;2;1;0;1;2 +46,3435;1;1;0;1;0;1;0;2;1;0;1;2 +46,3468;1;1;0;1;0;1;0;2;1;0;1;2 +46,3429;1;1;0;1;0;1;0;2;1;0;1;2 +46,3385;1;1;0;1;0;1;0;2;1;0;1;2 +46,3386;1;1;0;1;0;1;0;2;1;0;1;2 +46,3351;1;1;0;1;0;1;0;2;1;0;1;2 +46,3327;1;1;0;1;0;1;0;2;1;0;1;2 +46,3312;1;1;0;1;0;1;0;2;1;0;1;2 +46,3313;1;1;0;1;0;1;0;2;1;0;1;2 +46,3299;1;1;0;1;0;1;0;2;1;0;1;2 +46,3279;1;1;0;1;0;1;0;2;1;0;1;2 +46,3227;1;1;0;1;0;1;0;2;1;0;1;2 +46,3227;1;1;0;1;0;1;0;2;1;0;1;2 +46,3198;1;1;0;1;0;1;0;2;1;0;1;2 +46,3176;1;1;0;1;0;1;0;2;1;0;1;2 +46,3158;1;1;0;1;0;1;0;2;1;0;1;2 +46,3165;1;1;0;1;0;1;0;2;1;0;1;2 +46,3169;1;1;0;1;0;1;0;2;1;0;1;2 +46,3093;1;1;0;1;0;1;0;2;1;0;1;2 +46,3083;1;1;0;1;0;1;0;2;1;0;1;2 +46,3088;1;1;0;1;0;1;0;2;1;0;1;2 +46,3084;1;1;0;1;0;1;0;2;1;0;1;2 +46,3044;1;1;0;1;0;1;0;2;1;0;1;2 +46,3035;1;1;0;1;0;1;0;2;1;0;1;2 +46,3045;1;1;0;1;0;1;0;2;1;0;1;2 +46,2945;1;1;0;1;0;1;0;2;1;0;1;2 +46,2942;1;1;0;1;0;1;0;2;1;0;1;2 +46,2963;1;1;0;1;0;1;0;2;1;0;1;2 +46,2926;1;1;0;1;0;1;0;2;1;0;1;2 +46,2962;1;1;0;1;0;1;0;2;1;0;1;2 +46,2899;1;1;0;1;0;1;0;2;1;0;1;2 +46,2898;1;1;0;1;0;1;0;2;1;0;1;2 +46,2883;1;1;0;1;0;1;0;2;1;0;1;2 +46,2849;1;1;0;1;0;1;0;2;1;0;1;2 +46,2836;1;1;0;1;0;1;0;2;1;0;1;2 +46,2825;1;1;0;1;0;1;0;2;1;0;1;2 +46,2837;1;1;0;1;0;1;0;2;1;0;1;2 +46,277;1;1;0;1;0;1;0;2;1;0;1;2 +46,2769;1;1;0;1;0;1;0;2;1;0;1;2 +46,2754;1;1;0;1;0;1;0;2;1;0;1;2 +46,2735;1;1;0;1;0;1;0;2;1;0;1;2 +46,271;1;1;0;1;0;1;0;2;1;0;1;2 +46,2713;1;1;0;1;0;1;0;2;1;0;1;2 +46,2715;1;1;0;1;0;1;0;2;1;0;1;2 +46,2657;1;1;0;1;0;1;0;2;1;0;1;2 +46,2655;1;1;0;1;0;1;0;2;1;0;1;2 +46,2642;1;1;0;1;0;1;0;2;1;0;1;2 +46,2597;1;1;0;1;0;1;0;2;1;0;1;2 +46,2586;1;1;0;1;0;1;0;2;1;0;1;2 +46,2535;1;1;0;1;0;1;0;2;1;0;1;2 +46,2559;1;1;0;1;0;1;0;2;1;0;1;2 +46,2547;1;1;0;1;0;1;0;2;1;0;1;2 +46,2498;1;1;0;1;0;1;0;2;1;0;1;2 +46,2467;1;1;0;1;0;1;0;2;1;0;1;2 +46,2486;1;1;0;1;0;1;0;2;1;0;1;2 +46,2463;1;1;0;1;0;1;0;2;1;0;1;2 +46,247;1;1;0;1;0;1;0;2;1;0;1;2 +46,2433;1;1;0;1;0;1;0;2;1;0;1;2 +46,2432;1;1;0;1;0;1;0;2;1;0;1;2 +46,2394;1;1;0;1;0;1;0;2;1;0;1;2 +46,2385;1;1;0;1;0;1;0;2;1;0;1;2 +46,2361;1;1;0;1;0;1;0;2;1;0;1;2 +46,232;1;1;0;1;0;1;0;2;1;0;1;2 +46,2333;1;1;0;1;0;1;0;2;1;0;1;2 +46,2304;1;1;0;1;0;1;0;2;1;0;1;2 +46,2237;1;1;0;1;0;1;0;2;1;0;1;2 +46,225;1;1;0;1;0;1;0;2;1;0;1;2 +46,2261;1;1;0;1;0;1;0;2;1;0;1;2 +46,222;1;1;0;1;0;1;0;2;1;0;1;2 +46,2227;1;1;0;1;0;1;0;2;1;0;1;2 +46,2195;1;1;0;1;0;1;0;2;1;0;1;2 +46,2171;1;1;0;1;0;1;0;2;1;0;1;2 +46,2137;1;1;0;1;0;1;0;2;1;0;1;2 +46,213;1;1;0;1;0;1;0;2;1;0;1;2 +46,2111;1;1;0;1;0;1;0;2;1;0;1;2 +46,2124;1;1;0;1;0;1;0;2;1;0;1;2 +46,2079;1;1;0;1;0;1;0;2;1;0;1;2 +46,2061;1;1;0;1;0;1;0;2;1;0;1;2 +46,2063;1;1;0;1;0;1;0;2;1;0;1;2 +46,2037;1;1;0;1;0;1;0;2;1;0;1;2 +46,1984;1;1;0;1;0;1;0;2;1;0;1;2 +46,1999;1;1;0;1;0;1;0;2;1;0;1;2 +46,2011;1;1;0;1;0;1;0;2;1;0;1;2 +46,1952;1;1;0;1;0;1;0;2;1;0;1;2 +46,1945;1;1;0;1;0;1;0;2;1;0;1;2 +46,1946;1;1;0;1;0;1;0;2;1;0;1;2 +46,1921;1;1;0;1;0;1;0;2;1;0;1;2 +46,1899;1;1;0;1;0;1;0;2;1;0;1;2 +46,1857;1;1;0;1;0;1;0;2;1;0;1;2 +46,1853;1;1;0;1;0;1;0;2;1;0;1;2 +46,1824;1;1;0;1;0;1;0;2;1;0;1;2 +46,1824;1;1;0;1;0;1;0;2;1;0;1;2 +46,1821;1;1;0;1;0;1;0;2;1;0;1;2 +46,1783;1;1;0;1;0;1;0;2;1;0;1;2 +46,1778;1;1;0;1;0;1;0;2;1;0;1;2 +46,1766;1;1;0;1;0;1;0;2;1;0;1;2 +46,1725;1;1;0;1;0;1;0;2;1;0;1;2 +46,1724;1;1;0;1;0;1;0;2;1;0;1;2 +46,1655;1;1;0;1;0;1;0;2;1;0;1;2 +46,1672;1;1;0;1;0;1;0;2;1;0;1;2 +46,1673;1;1;0;1;0;1;0;2;1;0;1;2 +46,1636;1;1;0;1;0;1;0;2;1;0;1;2 +46,1636;1;1;0;1;0;1;0;2;1;0;1;2 +46,1605;1;1;0;1;0;1;0;2;1;0;1;2 +46,1578;1;1;0;1;0;1;0;2;1;0;1;2 +46,1576;1;1;0;1;0;1;0;2;1;0;1;2 +46,1537;1;1;0;1;0;1;0;2;1;0;1;2 +46,153;1;1;0;1;0;1;0;2;1;0;1;2 +46,1569;1;1;0;1;0;1;0;2;1;0;1;2 +46,1459;1;1;0;1;0;1;0;2;1;0;1;2 +46,1461;1;1;0;1;0;1;0;2;1;0;1;2 +46,1473;1;1;0;1;0;1;0;2;1;0;1;2 +46,1452;1;1;0;1;0;1;0;2;1;0;1;2 +46,1435;1;1;0;1;0;1;0;2;1;0;1;2 +46,1379;1;1;0;1;0;1;0;2;1;0;1;2 +46,1386;1;1;0;1;0;1;0;2;1;0;1;2 +46,1376;1;1;0;1;0;1;0;2;1;0;1;2 +46,1363;1;1;0;1;0;1;0;2;1;0;1;2 +46,1342;1;1;0;1;0;1;0;2;1;0;1;2 +46,1326;1;1;0;1;0;1;0;2;1;0;1;2 +46,1301;1;1;0;1;0;1;0;2;1;0;1;2 +46,1296;1;1;0;1;0;1;0;2;1;0;1;2 +46,1297;1;1;0;1;0;1;0;2;1;0;1;2 +46,1268;1;1;0;1;0;1;0;2;1;0;1;2 +46,1247;1;1;0;1;0;1;0;2;1;0;1;2 +46,1225;1;1;0;1;0;1;0;2;1;0;1;2 +46,1209;1;1;0;1;0;1;0;2;1;0;1;2 +46,1199;1;1;0;1;0;1;0;2;1;0;1;2 +46,119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1162;1;1;0;1;0;1;0;2;1;0;1;2 +46,1161;1;1;0;1;0;1;0;2;1;0;1;2 +46,1117;1;1;0;1;0;1;0;2;1;0;1;2 +46,11;1;1;0;1;0;1;0;2;1;0;1;2 +46,1091;1;1;0;1;0;1;0;2;1;0;1;2 +46,1029;1;1;0;1;0;1;0;2;1;0;1;2 +46,1044;1;1;0;1;0;1;0;2;1;0;1;2 +46,1055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0988;1;1;0;1;0;1;0;2;1;0;1;2 +46,1004;1;1;0;1;0;1;0;2;1;0;1;2 +46,0888;1;1;0;1;0;1;0;2;1;0;1;2 +46,0962;1;1;0;1;0;1;0;2;1;0;1;2 +46,0954;1;1;0;1;0;1;0;2;1;0;1;2 +46,0983;1;1;0;1;0;1;0;2;1;0;1;2 +46,0914;1;1;0;1;0;1;0;2;1;0;1;2 +46,0882;1;1;0;1;0;1;0;2;1;0;1;2 +46,0879;1;1;0;1;0;1;0;2;1;0;1;2 +46,0867;1;1;0;1;0;1;0;2;1;0;1;2 +46,0795;1;1;0;1;0;1;0;2;1;0;1;2 +46,0797;1;1;0;1;0;1;0;2;1;0;1;2 +46,0785;1;1;0;1;0;1;0;2;1;0;1;2 +46,0776;1;1;0;1;0;1;0;2;1;0;1;2 +46,0734;1;1;0;1;0;1;0;2;1;0;1;2 +46,0755;1;1;0;1;0;1;0;2;1;0;1;2 +46,0724;1;1;0;1;0;1;0;2;1;0;1;2 +46,0685;1;1;0;1;0;1;0;2;1;0;1;2 +46,0657;1;1;0;1;0;1;0;2;1;0;1;2 +46,0673;1;1;0;1;0;1;0;2;1;0;1;2 +46,0666;1;1;0;1;0;1;0;2;1;0;1;2 +46,0642;1;1;0;1;0;1;0;2;1;0;1;2 +46,0617;1;1;0;1;0;1;0;2;1;0;1;2 +46,0585;1;1;0;1;0;1;0;2;1;0;1;2 +46,0612;1;1;0;1;0;1;0;2;1;0;1;2 +46,0555;1;1;0;1;0;1;0;2;1;0;1;2 +46,0556;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0513;1;1;0;1;0;1;0;2;1;0;1;2 +46,0489;1;1;0;1;0;1;0;2;1;0;1;2 +46,0439;1;1;0;1;0;1;0;2;1;0;1;2 +46,0457;1;1;0;1;0;1;0;2;1;0;1;2 +46,0439;1;1;0;1;0;1;0;2;1;0;1;2 +46,0412;1;1;0;1;0;1;0;2;1;0;1;2 +46,0402;1;1;0;1;0;1;0;2;1;0;1;2 +46,034;1;1;0;1;0;1;0;2;1;0;1;2 +46,0375;1;1;0;1;0;1;0;2;1;0;1;2 +46,0349;1;1;0;1;0;1;0;2;1;0;1;2 +46,0333;1;1;0;1;0;1;0;2;1;0;1;2 +46,031;1;1;0;1;0;1;0;2;1;0;1;2 +46,0293;1;1;0;1;0;1;0;2;1;0;1;2 +46,0268;1;1;0;1;0;1;0;2;1;0;1;2 +46,0245;1;1;0;1;0;1;0;2;1;0;1;2 +46,0234;1;1;0;1;0;1;0;2;1;0;1;2 +46,0238;1;1;0;1;0;1;0;2;1;0;1;2 +46,0204;1;1;0;1;0;1;0;2;1;0;1;2 +46,0204;1;1;0;1;0;1;0;2;1;0;1;2 +46,018;1;1;0;1;0;1;0;2;1;0;1;2 +46,0158;1;1;0;1;0;1;0;2;1;0;1;2 +46,0165;1;1;0;1;0;1;0;2;1;0;1;2 +46,0044;1;1;0;1;0;1;0;2;1;0;1;2 +46,0088;1;1;0;1;0;1;0;2;1;0;1;2 +46,0041;1;1;0;1;0;1;0;1;1;0;0,658693;2 +46,0029;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,658693;1 +46,004;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0144;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,98538;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,967615;1 +46,0119;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,971168;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0121;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,991981;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,971337;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,99638;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,971676;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0026;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,997395;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0035;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0036;1;1;0;1;0;1;0;1;1;0;1;1 +46,0016;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,995026;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,975398;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,991473;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,983689;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0135;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0037;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,003;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0126;1;1;0;1;0;1;0;1;1;0;1;1 +46,0121;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..05f64b3 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..ebd894a Binary files /dev/null and b/apps/ccam/sample_data/20200325_1312/splitted_data/values_20200325_1312_9/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1322/csv_splitter.py b/apps/ccam/sample_data/20200325_1322/csv_splitter.py new file mode 100644 index 0000000..5bf39b3 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/csv_splitter.py @@ -0,0 +1,62 @@ +#!/usr/bin/env python3 + +import os +import csv +from os import listdir +from os.path import isfile, join + +inputPath = "./original_data" +outputPath = "./splitted_data" +columnsOfInterest = [0, 1] +columnsOfInteresDataType = ["float","string"] +fileEnding = "csv" + +filesOfInterest = [f for f in listdir(inputPath) if (isfile(join(inputPath, f)) and join(inputPath, f).endswith(fileEnding))] + +numOfColumns = len(columnsOfInterest) + +for file in filesOfInterest: + print(file) + + fileName = os.path.splitext(file)[0] + filePath = join(inputPath, file) + + #create results folder if it is not existing + outputFolder = join(outputPath, fileName) + if not os.path.exists(outputFolder): + os.makedirs(outputFolder) + + output_cols = [] + + for i in range(numOfColumns): + output_cols.append([]) + + with open(filePath, 'r') as f: + reader = csv.reader(f) + input_data = list(reader) + + for i in range(len(input_data)): + input_line = input_data[i] + + for j in range(numOfColumns): + output_cols[j].append(input_line[columnsOfInterest[j]].strip()) + + # print("input: ", input_line) + # print("output1: ", output_cols[0]) + # print("output2: ", output_cols[1]) + # input() + + for i in range(numOfColumns): + outputFilePath = join(outputFolder + "/" + output_cols[i][0] + "." + fileEnding) + + output_cols[i].pop(0) + + writeFile = open(outputFilePath,"w") + for output_line in output_cols[i]: + writeFile.write(output_line + "\n") + + writeFile.close() + + + + \ No newline at end of file diff --git a/apps/ccam/sample_data/20200325_1312/csv_to_excelCSV_and_Tags.py b/apps/ccam/sample_data/20200325_1322/csv_to_excelCSV.py similarity index 92% copy from apps/ccam/sample_data/20200325_1312/csv_to_excelCSV_and_Tags.py copy to apps/ccam/sample_data/20200325_1322/csv_to_excelCSV.py index 088ddd7..8ea249a 100644 --- a/apps/ccam/sample_data/20200325_1312/csv_to_excelCSV_and_Tags.py +++ b/apps/ccam/sample_data/20200325_1322/csv_to_excelCSV.py @@ -1,22 +1,17 @@ #!/usr/bin/env python3 import os from os import listdir from os.path import isfile, join inputPath = "./splitted_data/values_20200325_1312_1/" inputFile = "out.csv" -inputTags = "tag.csv" outputFileName = "out_excel.csv" with open(inputPath + "/" + inputFile, 'r') as file: file_content = file.readlines() - - with open - - file_content = [f.replace(',', ';') for f in file_content] file_content = [f.replace('.', ',') for f in file_content] with open(inputPath + "/" + outputFileName, 'w') as file: file.writelines(file_content) diff --git a/apps/ccam/sample_data/20200325_1322/csv_to_excelCSV_and_Tags.py b/apps/ccam/sample_data/20200325_1322/csv_to_excelCSV_and_Tags.py new file mode 100644 index 0000000..032bad4 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/csv_to_excelCSV_and_Tags.py @@ -0,0 +1,41 @@ +#!/usr/bin/env python3 + +import csv +import os +from os import listdir +from os.path import isfile, join + +inputPath = "./splitted_data/values_20200325_1322_4/" +inputFile = "out.csv" +inputTags = "tag.csv" +outputFileName = "out_excel.csv" +headerName = "Tag" + +classificationOK = ["TRAIN_STABLE", "OPERATION"] +setOK = "1" +classificationDrift = ["TRAIN_DRIFT_UP", "TRAIN_DRIFT_DOWN"] +setDrift = "2" + +with open(inputPath + "/" + inputFile, 'r') as file: + file_content = file.readlines() + + with open(inputPath + "/" + inputTags, 'r') as t: + reader = csv.reader(t) + tags = list(reader) + + file_content[0] = file_content[0][:-1] + headerName + file_content[0][-1:] + + for i in range(1,len(file_content)): + if tags[i-1][0] in classificationOK: + file_content[i] = file_content[i][:-1] + setOK + file_content[i][-1:] + elif tags[i-1][0] in classificationDrift: + file_content[i] = file_content[i][:-1] + setDrift + file_content[i][-1:] + else: + print(tags[i-1][0], " is not included! i = ", i) + input() + + file_content = [f.replace(',', ';') for f in file_content] + file_content = [f.replace('.', ',') for f in file_content] + +with open(inputPath + "/" + outputFileName, 'w') as file: + file.writelines(file_content) diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/config.json new file mode 100644 index 0000000..37b63dc --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0001, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/out_excel.csv b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/out_excel.csv new file mode 100644 index 0000000..4b0c08f --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0096;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0081;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,004;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,0067;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,0077;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,0087;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,01;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0078;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,009;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,0047;1;1;0;1;0;1;0;0;1;0;0;1 +46,0078;1;1;0;1;0;1;0;0;1;0;0;1 +46,0109;1;1;0;1;0;1;0;0;1;0;0;1 +46,009;1;1;0;1;0;1;0;0;1;0;0;1 +46,0074;1;1;0;1;0;1;0;0;1;0;0;1 +46,0056;1;1;0;1;0;1;0;0;1;0;0;1 +46,0104;1;1;0;1;0;1;0;0;1;0;0;1 +46,0041;1;1;0;1;0;1;0;0;1;0;0;1 +46,0071;1;1;0;1;0;1;0;0;1;0;0;1 +46,008;1;1;0;1;0;1;0;0;1;0;0;1 +46,0138;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0026;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0048;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,884474;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0037;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0049;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,862373;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,953576;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0039;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0016;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,923169;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,998715;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0169;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0082;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0079;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0074;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0072;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0145;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0061;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0086;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,007;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0122;1;1;0;1;0;1;0;2;1;0;0,511634;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,925939;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,894617;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0015;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,855004;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0028;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0019;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,971997;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0045;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,991347;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;2 +46,0099;1;1;0;1;0;1;0;1;1;0;1;2 +46,0082;1;1;0;1;0;1;0;1;1;0;1;2 +46,0074;1;1;0;1;0;1;0;1;1;0;1;2 +46,0073;1;1;0;1;0;1;0;1;1;0;1;2 +46,0111;1;1;0;1;0;1;0;1;1;0;1;2 +46,0083;1;1;0;1;0;1;0;1;1;0;1;2 +46,0089;1;1;0;1;0;1;0;1;1;0;1;2 +46,0071;1;1;0;1;0;1;0;1;1;0;1;2 +46,007;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,0071;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,007;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,0059;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,008;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,0112;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,932387;2 +46,0073;1;1;0;1;0;1;0;1;1;0;1;2 +46,0105;1;1;0;1;0;1;0;1;1;0;1;2 +46,0065;1;1;0;1;0;1;0;1;1;0;1;2 +46,0079;1;1;0;1;0;1;0;1;1;0;1;2 +46,006;1;1;0;1;0;1;0;1;1;0;1;2 +46,0078;1;1;0;1;0;1;0;1;1;0;1;2 +46,0098;1;1;0;1;0;1;0;1;1;0;1;2 +46,0108;1;1;0;1;0;1;0;1;1;0;1;2 +46,0087;1;1;0;1;0;1;0;1;1;0;1;2 +46,0101;1;1;0;1;0;1;0;1;1;0;1;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0048;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0076;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0202;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0072;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0068;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0123;1;1;0;1;0;1;0;1;1;0;0,826445;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0076;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0099;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0085;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0081;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0108;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,730639;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0047;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0078;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0114;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0076;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,794203;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,0099;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,0097;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,006;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,0093;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,0099;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,006;1;1;0;1;0;1;0;1;1;0;0,855004;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0105;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,011;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0128;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0116;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0109;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,868822;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0099;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0077;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0092;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0087;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0104;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,014;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0039;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0105;1;1;0;1;0;1;0;2;1;0;0,643359;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,01;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,0029;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,0106;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,011;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,0118;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,0108;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,0112;1;1;0;1;0;1;0;1;1;0;0,690106;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,0119;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,01;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,012;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,0114;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,0122;1;1;0;1;0;1;0;1;1;0;0,594302;2 +46,0083;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0123;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0118;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,01;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0131;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0094;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0118;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0072;1;1;0;1;0;1;0;2;1;0;0,536505;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0122;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0093;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0118;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0109;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0081;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0091;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,664546;2 +46,0099;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,0121;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,008;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,0128;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,013;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,0089;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,0047;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,0105;1;1;0;1;0;1;0;2;1;0;0,522688;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0128;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0128;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0116;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0149;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0091;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0088;1;1;0;1;0;1;0;2;1;0;0,504264;2 +46,0109;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0105;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0116;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0063;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0086;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0095;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,715208;2 +46,0134;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0125;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0147;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0105;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0097;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0127;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,011;1;1;0;1;0;1;0;1;1;0;0,511396;2 +46,0105;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0134;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0113;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0092;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0114;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,790741;2 +46,0118;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0113;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0152;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0121;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0136;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,01;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0123;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0129;1;1;0;1;0;1;0;2;1;0;0,688495;2 +46,0138;1;1;0;1;0;1;0;2;1;0;1;2 +46,0149;1;1;0;1;0;1;0;2;1;0;1;2 +46,0121;1;1;0;1;0;1;0;2;1;0;1;2 +46,0124;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0118;1;1;0;1;0;1;0;2;1;0;1;2 +46,0127;1;1;0;1;0;1;0;2;1;0;1;2 +46,0089;1;1;0;1;0;1;0;2;1;0;1;2 +46,0121;1;1;0;1;0;1;0;2;1;0;1;2 +46,0113;1;1;0;1;0;1;0;2;1;0;1;2 +46,0142;1;1;0;1;0;1;0;2;1;0;1;2 +46,0109;1;1;0;1;0;1;0;2;1;0;1;2 +46,0135;1;1;0;1;0;1;0;2;1;0;1;2 +46,0134;1;1;0;1;0;1;0;2;1;0;1;2 +46,013;1;1;0;1;0;1;0;2;1;0;1;2 +46,0108;1;1;0;1;0;1;0;2;1;0;1;2 +46,0121;1;1;0;1;0;1;0;2;1;0;1;2 +46,0126;1;1;0;1;0;1;0;2;1;0;1;2 +46,0125;1;1;0;1;0;1;0;2;1;0;1;2 +46,0103;1;1;0;1;0;1;0;2;1;0;1;2 +46,0116;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0058;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0119;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0157;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0135;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,012;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0127;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0138;1;1;0;1;0;1;0;2;1;0;0,960225;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0148;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0127;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,013;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0136;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0101;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0129;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0141;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0146;1;1;0;1;0;1;0;2;1;0;0,913249;2 +46,0123;1;1;0;1;0;1;0;2;1;0;1;2 +46,0122;1;1;0;1;0;1;0;2;1;0;1;2 +46,0175;1;1;0;1;0;1;0;2;1;0;1;2 +46,011;1;1;0;1;0;1;0;2;1;0;1;2 +46,011;1;1;0;1;0;1;0;2;1;0;1;2 +46,0157;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0119;1;1;0;1;0;1;0;2;1;0;1;2 +46,0125;1;1;0;1;0;1;0;2;1;0;1;2 +46,0124;1;1;0;1;0;1;0;2;1;0;1;2 +46,012;1;1;0;1;0;1;0;2;1;0;1;2 +46,0132;1;1;0;1;0;1;0;2;1;0;1;2 +46,0118;1;1;0;1;0;1;0;2;1;0;1;2 +46,0118;1;1;0;1;0;1;0;2;1;0;1;2 +46,0124;1;1;0;1;0;1;0;2;1;0;1;2 +46,0125;1;1;0;1;0;1;0;2;1;0;1;2 +46,0121;1;1;0;1;0;1;0;2;1;0;1;2 +46,0124;1;1;0;1;0;1;0;2;1;0;1;2 +46,0136;1;1;0;1;0;1;0;2;1;0;1;2 +46,0124;1;1;0;1;0;1;0;2;1;0;1;2 +46,013;1;1;0;1;0;1;0;2;1;0;1;2 +46,013;1;1;0;1;0;1;0;2;1;0;1;2 +46,0118;1;1;0;1;0;1;0;2;1;0;1;2 +46,0145;1;1;0;1;0;1;0;2;1;0;1;2 +46,0153;1;1;0;1;0;1;0;2;1;0;1;2 +46,0146;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,0153;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0116;1;1;0;1;0;1;0;2;1;0;1;2 +46,015;1;1;0;1;0;1;0;2;1;0;1;2 +46,0093;1;1;0;1;0;1;0;2;1;0;1;1 +46,0088;1;1;0;1;0;1;0;2;1;0;1;1 +46,0105;1;1;0;1;0;1;0;2;1;0;1;1 +46,0092;1;1;0;1;0;1;0;2;1;0;1;1 +46,0091;1;1;0;1;0;1;0;2;1;0;1;1 +46,0067;1;1;0;1;0;1;0;2;1;0;1;1 +46,0136;1;1;0;1;0;1;0;2;1;0;1;1 +46,0062;1;1;0;1;0;1;0;2;1;0;1;1 +46,0073;1;1;0;1;0;1;0;2;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0047;1;1;0;1;0;1;0;1;1;0;0,9416;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0036;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0039;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,987662;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,005;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,91212;1 +46,0142;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,0081;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,0069;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,0091;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,0097;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,008;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,91212;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,009;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0071;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0078;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0097;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0097;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0056;1;1;0;1;0;1;0;1;1;0;0,774857;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0054;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0057;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0079;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0078;1;1;0;1;0;1;0;1;1;0;0,958182;2 +46,0073;1;1;0;1;0;1;0;1;1;0;1;2 +46,0095;1;1;0;1;0;1;0;1;1;0;1;2 +46,0108;1;1;0;1;0;1;0;1;1;0;1;2 +46,0139;1;1;0;1;0;1;0;1;1;0;1;2 +46,0075;1;1;0;1;0;1;0;1;1;0;1;2 +46,0061;1;1;0;1;0;1;0;1;1;0;1;2 +46,0081;1;1;0;1;0;1;0;1;1;0;1;2 +46,008;1;1;0;1;0;1;0;1;1;0;1;2 +46,0065;1;1;0;1;0;1;0;1;1;0;1;2 +46,0087;1;1;0;1;0;1;0;1;1;0;1;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0111;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0062;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0068;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0078;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0055;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0103;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,860531;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0069;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0036;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0072;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,009;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0064;1;1;0;1;0;1;0;1;1;0;0,916726;2 +46,0117;1;1;0;1;0;1;0;1;1;0;1;2 +46,0113;1;1;0;1;0;1;0;1;1;0;1;2 +46,0137;1;1;0;1;0;1;0;1;1;0;1;2 +46,0149;1;1;0;1;0;1;0;1;1;0;1;2 +46,0071;1;1;0;1;0;1;0;1;1;0;1;2 +46,0106;1;1;0;1;0;1;0;1;1;0;1;2 +46,0113;1;1;0;1;0;1;0;1;1;0;1;2 +46,0119;1;1;0;1;0;1;0;1;1;0;1;2 +46,0089;1;1;0;1;0;1;0;1;1;0;1;2 +46,0102;1;1;0;1;0;1;0;1;1;0;1;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0109;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0121;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,011;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0083;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0076;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0089;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0081;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0101;1;1;0;1;0;1;0;2;1;0;0,690337;2 +46,0113;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,007;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,0122;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,0071;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,012;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,011;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,0091;1;1;0;1;0;1;0;1;1;0;0,620095;2 +46,0111;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0104;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0103;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,013;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0107;1;1;0;1;0;1;0;1;1;0;0,579563;2 +46,0143;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,015;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0074;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0074;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0121;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0074;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0077;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0077;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0143;1;1;0;1;0;1;0;2;1;0;0,609277;2 +46,0132;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0086;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,008;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0113;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0161;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,538347;2 +46,0084;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,009;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,0116;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,009;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,01;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,0101;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,0093;1;1;0;1;0;1;0;2;1;0;0,591775;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0132;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0073;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,013;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0119;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0137;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,531899;2 +46,0109;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0121;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0116;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0119;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0137;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0143;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0109;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0118;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0092;1;1;0;1;0;1;0;2;1;0;0,75758;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0092;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0125;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0105;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0123;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0082;1;1;0;1;0;1;0;2;1;0;0,886537;2 +46,0101;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0061;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0066;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0092;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,01;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0136;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0123;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0132;1;1;0;1;0;1;0;2;1;0;0,589011;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0105;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,013;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0115;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0144;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0091;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0091;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0111;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,508632;2 +46,0099;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0129;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0132;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,01;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,758501;2 +46,0158;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0125;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0129;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0167;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0118;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0118;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,011;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0129;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0161;1;1;0;1;0;1;0;2;1;0;0,846008;2 +46,0154;1;1;0;1;0;1;0;2;1;0;1;2 +46,0115;1;1;0;1;0;1;0;2;1;0;1;1 +46,0123;1;1;0;1;0;1;0;2;1;0;1;1 +46,0129;1;1;0;1;0;1;0;2;1;0;1;1 +46,0141;1;1;0;1;0;1;0;2;1;0;1;1 +46,0104;1;1;0;1;0;1;0;2;1;0;1;1 +46,0107;1;1;0;1;0;1;0;2;1;0;1;1 +46,0126;1;1;0;1;0;1;0;2;1;0;1;1 +46,0109;1;1;0;1;0;1;0;2;1;0;1;1 +46,0126;1;1;0;1;0;1;0;2;1;0;1;1 +46,0143;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0118;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0113;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0113;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0145;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,011;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0119;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0125;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0095;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0111;1;1;0;1;0;1;0;2;1;0;0,994305;1 +46,0123;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,0108;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,0113;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,0126;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,0102;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,0135;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,0125;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,0109;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,013;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,015;1;1;0;1;0;1;0;2;1;0;0,878247;1 +46,0136;1;1;0;1;0;1;0;2;1;0;1;1 +46,0118;1;1;0;1;0;1;0;2;1;0;1;1 +46,0162;1;1;0;1;0;1;0;2;1;0;1;1 +46,0113;1;1;0;1;0;1;0;2;1;0;1;1 +46,0145;1;1;0;1;0;1;0;2;1;0;1;1 +46,0109;1;1;0;1;0;1;0;2;1;0;1;1 +46,0107;1;1;0;1;0;1;0;2;1;0;1;1 +46,0088;1;1;0;1;0;1;0;2;1;0;1;1 +46,0077;1;1;0;1;0;1;0;2;1;0;1;1 +46,0138;1;1;0;1;0;1;0;2;1;0;1;1 +46,0112;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0151;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0126;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0116;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0117;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0118;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0127;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0113;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0105;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0154;1;1;0;1;0;1;0;2;1;0;0,870878;1 +46,0115;1;1;0;1;0;1;0;2;1;0;1;1 +46,0106;1;1;0;1;0;1;0;2;1;0;1;2 +46,0118;1;1;0;1;0;1;0;2;1;0;1;2 +46,0139;1;1;0;1;0;1;0;2;1;0;1;2 +46,0105;1;1;0;1;0;1;0;2;1;0;1;2 +46,011;1;1;0;1;0;1;0;2;1;0;1;2 +46,0117;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0106;1;1;0;1;0;1;0;2;1;0;1;2 +46,013;1;1;0;1;0;1;0;2;1;0;1;2 +46,0095;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0116;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0142;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0152;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0119;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0149;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0134;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0116;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0078;1;1;0;1;0;1;0;2;1;0;0,83956;2 +46,0117;1;1;0;1;0;1;0;2;1;0;1;2 +46,012;1;1;0;1;0;1;0;2;1;0;1;2 +46,0112;1;1;0;1;0;1;0;2;1;0;1;2 +46,0174;1;1;0;1;0;1;0;2;1;0;1;2 +46,0127;1;1;0;1;0;1;0;2;1;0;1;2 +46,0139;1;1;0;1;0;1;0;2;1;0;1;2 +46,0121;1;1;0;1;0;1;0;2;1;0;1;2 +46,0133;1;1;0;1;0;1;0;2;1;0;1;2 +46,0148;1;1;0;1;0;1;0;2;1;0;1;2 +46,0113;1;1;0;1;0;1;0;2;1;0;1;2 +46,0122;1;1;0;1;0;1;0;2;1;0;1;2 +46,0122;1;1;0;1;0;1;0;2;1;0;1;2 +46,0126;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0114;1;1;0;1;0;1;0;2;1;0;1;2 +46,0157;1;1;0;1;0;1;0;2;1;0;1;2 +46,0141;1;1;0;1;0;1;0;2;1;0;1;2 +46,013;1;1;0;1;0;1;0;2;1;0;1;2 +46,0141;1;1;0;1;0;1;0;2;1;0;1;2 +46,0134;1;1;0;1;0;1;0;2;1;0;1;2 +46,008;1;1;0;1;0;1;0;2;1;0;1;2 +46,0135;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,0123;1;1;0;1;0;1;0;2;1;0;1;2 +46,0135;1;1;0;1;0;1;0;2;1;0;1;2 +46,0145;1;1;0;1;0;1;0;2;1;0;1;2 +46,0129;1;1;0;1;0;1;0;2;1;0;1;2 +46,0136;1;1;0;1;0;1;0;2;1;0;1;2 +46,0157;1;1;0;1;0;1;0;2;1;0;1;2 +46,006;1;1;0;1;0;1;0;2;1;0;1;2 +46,0145;1;1;0;1;0;1;0;2;1;0;1;2 +46,0165;1;1;0;1;0;1;0;2;1;0;1;2 +46,0134;1;1;0;1;0;1;0;2;1;0;1;2 +46,0147;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0148;1;1;0;1;0;1;0;2;1;0;1;2 +46,0126;1;1;0;1;0;1;0;2;1;0;1;2 +46,0143;1;1;0;1;0;1;0;2;1;0;1;2 +46,0118;1;1;0;1;0;1;0;2;1;0;1;2 +46,0158;1;1;0;1;0;1;0;2;1;0;1;2 +46,0148;1;1;0;1;0;1;0;2;1;0;1;2 +46,0128;1;1;0;1;0;1;0;2;1;0;1;2 +46,0136;1;1;0;1;0;1;0;2;1;0;1;2 +46,0087;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,0125;1;1;0;1;0;1;0;2;1;0;1;2 +46,0142;1;1;0;1;0;1;0;2;1;0;1;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0156;1;1;0;1;0;1;0;2;1;0;1;2 +46,0144;1;1;0;1;0;1;0;2;1;0;1;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0163;1;1;0;1;0;1;0;2;1;0;1;2 +46,0156;1;1;0;1;0;1;0;2;1;0;1;2 +46,0162;1;1;0;1;0;1;0;2;1;0;1;2 +46,0142;1;1;0;1;0;1;0;2;1;0;1;2 +46,015;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0155;1;1;0;1;0;1;0;2;1;0;1;2 +46,0142;1;1;0;1;0;1;0;2;1;0;1;2 +46,0162;1;1;0;1;0;1;0;2;1;0;1;2 +46,0157;1;1;0;1;0;1;0;2;1;0;1;2 +46,0129;1;1;0;1;0;1;0;2;1;0;1;2 +46,0151;1;1;0;1;0;1;0;2;1;0;1;2 +46,0181;1;1;0;1;0;1;0;2;1;0;1;2 +46,0172;1;1;0;1;0;1;0;2;1;0;1;2 +46,0146;1;1;0;1;0;1;0;2;1;0;1;2 +46,0219;1;1;0;1;0;1;0;2;1;0;1;2 +46,0138;1;1;0;1;0;1;0;2;1;0;1;2 +46,019;1;1;0;1;0;1;0;2;1;0;1;2 +46,014;1;1;0;1;0;1;0;2;1;0;1;2 +46,0159;1;1;0;1;0;1;0;2;1;0;1;2 +46,0119;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0172;1;1;0;1;0;1;0;2;1;0;1;2 +46,0207;1;1;0;1;0;1;0;2;1;0;1;2 +46,0154;1;1;0;1;0;1;0;2;1;0;1;2 +46,0163;1;1;0;1;0;1;0;2;1;0;1;2 +46,0132;1;1;0;1;0;1;0;2;1;0;1;2 +46,018;1;1;0;1;0;1;0;2;1;0;1;2 +46,0156;1;1;0;1;0;1;0;2;1;0;1;2 +46,0134;1;1;0;1;0;1;0;2;1;0;1;2 +46,0215;1;1;0;1;0;1;0;2;1;0;1;2 +46,0139;1;1;0;1;0;1;0;2;1;0;1;2 +46,0168;1;1;0;1;0;1;0;2;1;0;1;2 +46,0165;1;1;0;1;0;1;0;2;1;0;1;2 +46,0103;1;1;0;1;0;1;0;2;1;0;1;2 +46,0157;1;1;0;1;0;1;0;2;1;0;1;2 +46,0162;1;1;0;1;0;1;0;2;1;0;1;2 +46,0161;1;1;0;1;0;1;0;2;1;0;1;2 +46,0145;1;1;0;1;0;1;0;2;1;0;1;2 +46,017;1;1;0;1;0;1;0;2;1;0;1;2 +46,0229;1;1;0;1;0;1;0;2;1;0;1;2 +46,0171;1;1;0;1;0;1;0;2;1;0;1;2 +46,0154;1;1;0;1;0;1;0;2;1;0;1;2 +46,0161;1;1;0;1;0;1;0;2;1;0;1;2 +46,019;1;1;0;1;0;1;0;2;1;0;1;2 +46,0142;1;1;0;1;0;1;0;2;1;0;1;2 +46,0181;1;1;0;1;0;1;0;2;1;0;1;2 +46,0169;1;1;0;1;0;1;0;2;1;0;1;2 +46,0152;1;1;0;1;0;1;0;2;1;0;1;2 +46,0206;1;1;0;1;0;1;0;2;1;0;1;2 +46,0149;1;1;0;1;0;1;0;2;1;0;1;2 +46,012;1;1;0;1;0;1;0;2;1;0;1;2 +46,017;1;1;0;1;0;1;0;2;1;0;1;2 +46,0191;1;1;0;1;0;1;0;2;1;0;1;2 +46,0181;1;1;0;1;0;1;0;2;1;0;1;2 +46,0161;1;1;0;1;0;1;0;2;1;0;1;2 +46,0147;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0158;1;1;0;1;0;1;0;2;1;0;1;2 +46,0236;1;1;0;1;0;1;0;2;1;0;1;2 +46,0197;1;1;0;1;0;1;0;2;1;0;1;2 +46,0169;1;1;0;1;0;1;0;2;1;0;1;2 +46,019;1;1;0;1;0;1;0;2;1;0;1;2 +46,0187;1;1;0;1;0;1;0;2;1;0;1;2 +46,0183;1;1;0;1;0;1;0;2;1;0;1;2 +46,0163;1;1;0;1;0;1;0;2;1;0;1;2 +46,0177;1;1;0;1;0;1;0;2;1;0;1;2 +46,016;1;1;0;1;0;1;0;2;1;0;1;2 +46,016;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,0176;1;1;0;1;0;1;0;2;1;0;1;2 +46,017;1;1;0;1;0;1;0;2;1;0;1;2 +46,0183;1;1;0;1;0;1;0;2;1;0;1;2 +46,018;1;1;0;1;0;1;0;2;1;0;1;2 +46,0168;1;1;0;1;0;1;0;2;1;0;1;2 +46,0187;1;1;0;1;0;1;0;2;1;0;1;2 +46,0172;1;1;0;1;0;1;0;2;1;0;1;2 +46,0188;1;1;0;1;0;1;0;2;1;0;1;2 +46,0171;1;1;0;1;0;1;0;2;1;0;1;2 +46,0172;1;1;0;1;0;1;0;2;1;0;1;2 +46,0229;1;1;0;1;0;1;0;2;1;0;1;2 +46,0172;1;1;0;1;0;1;0;2;1;0;1;2 +46,0163;1;1;0;1;0;1;0;2;1;0;1;2 +46,0181;1;1;0;1;0;1;0;2;1;0;1;2 +46,0179;1;1;0;1;0;1;0;2;1;0;1;2 +46,0187;1;1;0;1;0;1;0;2;1;0;1;2 +46,0189;1;1;0;1;0;1;0;2;1;0;1;2 +46,0178;1;1;0;1;0;1;0;2;1;0;1;2 +46,0202;1;1;0;1;0;1;0;2;1;0;1;2 +46,0167;1;1;0;1;0;1;0;2;1;0;1;2 +46,0197;1;1;0;1;0;1;0;2;1;0;1;2 +46,0183;1;1;0;1;0;1;0;2;1;0;1;2 +46,02;1;1;0;1;0;1;0;2;1;0;1;2 +46,0174;1;1;0;1;0;1;0;2;1;0;1;2 +46,0193;1;1;0;1;0;1;0;2;1;0;1;2 +46,0176;1;1;0;1;0;1;0;2;1;0;1;2 +46,0226;1;1;0;1;0;1;0;2;1;0;1;2 +46,0203;1;1;0;1;0;1;0;2;1;0;1;2 +46,0187;1;1;0;1;0;1;0;2;1;0;1;2 +46,018;1;1;0;1;0;1;0;2;1;0;1;2 +46,0188;1;1;0;1;0;1;0;2;1;0;1;2 +46,0176;1;1;0;1;0;1;0;2;1;0;1;2 +46,0173;1;1;0;1;0;1;0;2;1;0;1;2 +46,0198;1;1;0;1;0;1;0;2;1;0;1;2 +46,0197;1;1;0;1;0;1;0;2;1;0;1;2 +46,0183;1;1;0;1;0;1;0;2;1;0;1;2 +46,0194;1;1;0;1;0;1;0;2;1;0;1;2 +46,0196;1;1;0;1;0;1;0;2;1;0;1;2 +46,0194;1;1;0;1;0;1;0;2;1;0;1;2 +46,0176;1;1;0;1;0;1;0;2;1;0;1;2 +46,0181;1;1;0;1;0;1;0;2;1;0;1;2 +46,0209;1;1;0;1;0;1;0;2;1;0;1;2 +46,0204;1;1;0;1;0;1;0;2;1;0;1;2 +46,0237;1;1;0;1;0;1;0;2;1;0;1;2 +46,019;1;1;0;1;0;1;0;2;1;0;1;2 +46,02;1;1;0;1;0;1;0;2;1;0;1;2 +46,0187;1;1;0;1;0;1;0;2;1;0;1;2 +46,0201;1;1;0;1;0;1;0;2;1;0;1;2 +46,0206;1;1;0;1;0;1;0;2;1;0;1;2 +46,0176;1;1;0;1;0;1;0;2;1;0;1;2 +46,0197;1;1;0;1;0;1;0;2;1;0;1;2 +46,0197;1;1;0;1;0;1;0;2;1;0;1;2 +46,0174;1;1;0;1;0;1;0;2;1;0;1;2 +46,0204;1;1;0;1;0;1;0;2;1;0;1;2 +46,0224;1;1;0;1;0;1;0;2;1;0;1;2 +46,0171;1;1;0;1;0;1;0;2;1;0;1;2 +46,016;1;1;0;1;0;1;0;2;1;0;1;2 +46,0191;1;1;0;1;0;1;0;2;1;0;1;2 +46,0198;1;1;0;1;0;1;0;2;1;0;1;1 +46,0203;1;1;0;1;0;1;0;2;1;0;1;1 +46,0251;1;1;0;1;0;1;0;2;1;0;1;1 +46,0242;1;1;0;1;0;1;0;2;1;0;1;1 +46,0195;1;1;0;1;0;1;0;2;1;0;1;1 +46,0181;1;1;0;1;0;1;0;2;1;0;1;1 +46,0211;1;1;0;1;0;1;0;2;1;0;1;1 +46,0184;1;1;0;1;0;1;0;2;1;0;1;1 +46,0189;1;1;0;1;0;1;0;2;1;0;1;1 +46,0195;1;1;0;1;0;1;0;2;1;0;1;1 +46,0208;1;1;0;1;0;1;0;2;1;0;1;1 +46,0192;1;1;0;1;0;1;0;2;1;0;1;1 +46,02;1;1;0;1;0;1;0;2;1;0;1;1 +46,0234;1;1;0;1;0;1;0;2;1;0;1;1 +46,0216;1;1;0;1;0;1;0;2;1;0;1;1 +46,0203;1;1;0;1;0;1;0;2;1;0;1;1 +46,019;1;1;0;1;0;1;0;2;1;0;1;1 +46,0193;1;1;0;1;0;1;0;2;1;0;1;1 +46,0212;1;1;0;1;0;1;0;2;1;0;1;1 +46,0193;1;1;0;1;0;1;0;2;1;0;1;1 +46,0211;1;1;0;1;0;1;0;2;1;0;1;1 +46,0208;1;1;0;1;0;1;0;2;1;0;1;1 +46,0194;1;1;0;1;0;1;0;2;1;0;1;1 +46,0211;1;1;0;1;0;1;0;2;1;0;1;1 +46,0187;1;1;0;1;0;1;0;2;1;0;1;1 +46,0211;1;1;0;1;0;1;0;2;1;0;1;1 +46,0208;1;1;0;1;0;1;0;2;1;0;1;1 +46,0181;1;1;0;1;0;1;0;2;1;0;1;1 +46,0183;1;1;0;1;0;1;0;2;1;0;1;1 +46,0194;1;1;0;1;0;1;0;2;1;0;1;1 +46,0202;1;1;0;1;0;1;0;2;1;0;1;1 +46,0216;1;1;0;1;0;1;0;2;1;0;1;1 +46,0245;1;1;0;1;0;1;0;2;1;0;1;1 +46,0194;1;1;0;1;0;1;0;2;1;0;1;1 +46,021;1;1;0;1;0;1;0;2;1;0;1;1 +46,0178;1;1;0;1;0;1;0;2;1;0;1;1 +46,0213;1;1;0;1;0;1;0;2;1;0;1;1 +46,0187;1;1;0;1;0;1;0;2;1;0;1;1 +46,0177;1;1;0;1;0;1;0;2;1;0;1;1 +46,0211;1;1;0;1;0;1;0;2;1;0;1;1 +46,0203;1;1;0;1;0;1;0;2;1;0;1;1 +46,019;1;1;0;1;0;1;0;2;1;0;1;1 +46,0183;1;1;0;1;0;1;0;2;1;0;1;1 +46,0187;1;1;0;1;0;1;0;2;1;0;1;1 +46,0213;1;1;0;1;0;1;0;2;1;0;1;1 +46,0204;1;1;0;1;0;1;0;2;1;0;1;1 +46,0184;1;1;0;1;0;1;0;2;1;0;1;1 +46,0244;1;1;0;1;0;1;0;2;1;0;1;1 +46,0187;1;1;0;1;0;1;0;2;1;0;1;1 +46,0226;1;1;0;1;0;1;0;2;1;0;1;1 +46,024;1;1;0;1;0;1;0;2;1;0;1;2 +46,019;1;1;0;1;0;1;0;2;1;0;1;2 +46,0215;1;1;0;1;0;1;0;2;1;0;1;2 +46,0221;1;1;0;1;0;1;0;2;1;0;1;2 +46,0206;1;1;0;1;0;1;0;2;1;0;1;2 +46,0172;1;1;0;1;0;1;0;2;1;0;1;2 +46,0209;1;1;0;1;0;1;0;2;1;0;1;2 +46,0206;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,0194;1;1;0;1;0;1;0;2;1;0;1;2 +46,0145;1;1;0;1;0;1;0;2;1;0;1;2 +46,0218;1;1;0;1;0;1;0;2;1;0;1;2 +46,0182;1;1;0;1;0;1;0;2;1;0;1;2 +46,0183;1;1;0;1;0;1;0;2;1;0;1;2 +46,0195;1;1;0;1;0;1;0;2;1;0;1;2 +46,0143;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,0155;1;1;0;1;0;1;0;2;1;0;1;2 +46,0245;1;1;0;1;0;1;0;2;1;0;1;2 +46,0187;1;1;0;1;0;1;0;2;1;0;1;2 +46,019;1;1;0;1;0;1;0;2;1;0;1;2 +46,0152;1;1;0;1;0;1;0;2;1;0;1;2 +46,0177;1;1;0;1;0;1;0;2;1;0;1;2 +46,0172;1;1;0;1;0;1;0;2;1;0;1;2 +46,0196;1;1;0;1;0;1;0;2;1;0;1;2 +46,0176;1;1;0;1;0;1;0;2;1;0;1;2 +46,0183;1;1;0;1;0;1;0;2;1;0;1;2 +46,0208;1;1;0;1;0;1;0;2;1;0;1;2 +46,0163;1;1;0;1;0;1;0;2;1;0;1;2 +46,0154;1;1;0;1;0;1;0;2;1;0;1;2 +46,0193;1;1;0;1;0;1;0;2;1;0;1;2 +46,0181;1;1;0;1;0;1;0;2;1;0;1;2 +46,017;1;1;0;1;0;1;0;2;1;0;1;2 +46,0184;1;1;0;1;0;1;0;2;1;0;1;2 +46,0147;1;1;0;1;0;1;0;2;1;0;1;2 +46,0143;1;1;0;1;0;1;0;2;1;0;1;2 +46,0151;1;1;0;1;0;1;0;2;1;0;1;2 +46,0158;1;1;0;1;0;1;0;2;1;0;1;2 +46,0176;1;1;0;1;0;1;0;2;1;0;1;2 +46,0168;1;1;0;1;0;1;0;2;1;0;1;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0169;1;1;0;1;0;1;0;2;1;0;1;2 +46,0154;1;1;0;1;0;1;0;2;1;0;1;2 +46,0185;1;1;0;1;0;1;0;2;1;0;1;2 +46,0175;1;1;0;1;0;1;0;2;1;0;1;2 +46,0178;1;1;0;1;0;1;0;2;1;0;1;2 +46,0158;1;1;0;1;0;1;0;2;1;0;1;2 +46,0156;1;1;0;1;0;1;0;2;1;0;1;2 +46,0155;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,017;1;1;0;1;0;1;0;2;1;0;1;2 +46,0147;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,013;1;1;0;1;0;1;0;2;1;0;1;2 +46,0155;1;1;0;1;0;1;0;2;1;0;1;2 +46,0177;1;1;0;1;0;1;0;2;1;0;1;2 +46,016;1;1;0;1;0;1;0;2;1;0;1;2 +46,0192;1;1;0;1;0;1;0;2;1;0;1;2 +46,0165;1;1;0;1;0;1;0;2;1;0;1;2 +46,0133;1;1;0;1;0;1;0;2;1;0;1;2 +46,013;1;1;0;1;0;1;0;2;1;0;1;2 +46,0143;1;1;0;1;0;1;0;2;1;0;1;2 +46,0152;1;1;0;1;0;1;0;2;1;0;1;2 +46,0148;1;1;0;1;0;1;0;2;1;0;1;2 +46,0141;1;1;0;1;0;1;0;2;1;0;1;2 +46,0131;1;1;0;1;0;1;0;2;1;0;1;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0164;1;1;0;1;0;1;0;2;1;0;1;2 +46,0161;1;1;0;1;0;1;0;2;1;0;1;2 +46,0141;1;1;0;1;0;1;0;2;1;0;1;2 +46,0115;1;1;0;1;0;1;0;2;1;0;1;2 +46,0177;1;1;0;1;0;1;0;2;1;0;1;2 +46,0173;1;1;0;1;0;1;0;2;1;0;1;2 +46,0149;1;1;0;1;0;1;0;2;1;0;1;2 +46,0123;1;1;0;1;0;1;0;2;1;0;1;2 +46,0145;1;1;0;1;0;1;0;2;1;0;1;2 +46,015;1;1;0;1;0;1;0;2;1;0;1;2 +46,0083;1;1;0;1;0;1;0;2;1;0;1;2 +46,0157;1;1;0;1;0;1;0;2;1;0;1;2 +46,0169;1;1;0;1;0;1;0;2;1;0;1;2 +46,0133;1;1;0;1;0;1;0;2;1;0;1;2 +46,0113;1;1;0;1;0;1;0;2;1;0;1;2 +46,0133;1;1;0;1;0;1;0;2;1;0;1;2 +46,0123;1;1;0;1;0;1;0;2;1;0;1;2 +46,0147;1;1;0;1;0;1;0;2;1;0;1;2 +46,0116;1;1;0;1;0;1;0;2;1;0;1;2 +46,0148;1;1;0;1;0;1;0;2;1;0;1;2 +46,0124;1;1;0;1;0;1;0;2;1;0;1;2 +46,0134;1;1;0;1;0;1;0;2;1;0;1;2 +46,0134;1;1;0;1;0;1;0;2;1;0;1;2 +46,0121;1;1;0;1;0;1;0;2;1;0;1;2 +46,011;1;1;0;1;0;1;0;2;1;0;1;2 +46,0113;1;1;0;1;0;1;0;2;1;0;1;2 +46,014;1;1;0;1;0;1;0;2;1;0;1;2 +46,0129;1;1;0;1;0;1;0;2;1;0;1;2 +46,0124;1;1;0;1;0;1;0;2;1;0;1;2 +46,0076;1;1;0;1;0;1;0;2;1;0;1;2 +46,0121;1;1;0;1;0;1;0;2;1;0;1;2 +46,012;1;1;0;1;0;1;0;2;1;0;1;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,0135;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,0119;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,011;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,0122;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,0136;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,011;1;1;0;1;0;1;0;2;1;0;0,849692;2 +46,011;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0093;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,012;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0118;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0089;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0151;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0074;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0101;1;1;0;1;0;1;0;2;1;0;0,829428;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0104;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0124;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0113;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0059;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0105;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0099;1;1;0;1;0;1;0;2;1;0;0,611119;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0093;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0083;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0093;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0109;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0091;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,507028;2 +46,0049;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0074;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0076;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0071;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0067;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0076;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0054;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,012;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0081;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,748142;2 +46,0074;1;1;0;1;0;1;0;1;1;0;1;2 +46,0098;1;1;0;1;0;1;0;1;1;0;1;2 +46,0083;1;1;0;1;0;1;0;1;1;0;1;2 +46,0058;1;1;0;1;0;1;0;1;1;0;1;2 +46,0063;1;1;0;1;0;1;0;1;1;0;1;2 +46,0081;1;1;0;1;0;1;0;1;1;0;1;2 +46,0086;1;1;0;1;0;1;0;1;1;0;1;2 +46,0053;1;1;0;1;0;1;0;1;1;0;1;2 +46,0109;1;1;0;1;0;1;0;1;1;0;1;2 +46,0078;1;1;0;1;0;1;0;1;1;0;1;2 +46,0055;1;1;0;1;0;1;0;1;1;0;1;2 +46,0075;1;1;0;1;0;1;0;1;1;0;1;2 +46,0087;1;1;0;1;0;1;0;1;1;0;1;2 +46,0087;1;1;0;1;0;1;0;1;1;0;1;2 +46,0089;1;1;0;1;0;1;0;1;1;0;1;2 +46,0066;1;1;0;1;0;1;0;1;1;0;1;2 +46,0052;1;1;0;1;0;1;0;1;1;0;1;2 +46,0082;1;1;0;1;0;1;0;1;1;0;1;2 +46,006;1;1;0;1;0;1;0;1;1;0;1;2 +46,007;1;1;0;1;0;1;0;1;1;0;1;2 +46,0077;1;1;0;1;0;1;0;1;1;0;1;2 +46,0096;1;1;0;1;0;1;0;1;1;0;1;2 +46,0055;1;1;0;1;0;1;0;1;1;0;1;2 +46,0054;1;1;0;1;0;1;0;1;1;0;1;2 +46,0062;1;1;0;1;0;1;0;1;1;0;1;2 +46,0048;1;1;0;1;0;1;0;1;1;0;1;2 +46,0083;1;1;0;1;0;1;0;1;1;0;1;2 +46,0055;1;1;0;1;0;1;0;1;1;0;1;2 +46,007;1;1;0;1;0;1;0;1;1;0;1;2 +46,0072;1;1;0;1;0;1;0;1;1;0;1;2 +46,0063;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0072;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0049;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0036;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0058;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0053;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,857756;2 +45,9997;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,857756;2 +46,0038;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,0054;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,0042;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,0053;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,0058;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,0041;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,0053;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,0033;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,004;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,002;1;1;0;1;0;1;0;1;1;0;0,547264;2 +46,0017;1;1;0;1;0;1;0;2;1;0;0,741131;2 +46,003;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,0038;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,0014;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,0027;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,003;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,0028;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,0044;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,0033;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,0049;1;1;0;1;0;1;0;2;1;0;0,741131;1 +46,0029;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,0035;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,0013;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,002;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,003;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,0006;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,0077;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,0041;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,0069;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,0038;1;1;0;1;0;1;0;2;1;0;0,953981;1 +46,0024;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,0036;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,003;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,0047;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,0007;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,0023;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,0041;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,0043;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,0043;1;1;0;1;0;1;0;2;1;0;0,879344;1 +46,0029;1;1;0;1;0;1;0;2;1;0;0,879344;1 +45,9991;1;1;0;1;0;1;0;2;1;0;1;1 +46,0023;1;1;0;1;0;1;0;2;1;0;1;1 +46,0078;1;1;0;1;0;1;0;2;1;0;1;1 +46,0054;1;1;0;1;0;1;0;2;1;0;1;1 +46,0037;1;1;0;1;0;1;0;2;1;0;1;1 +46,0029;1;1;0;1;0;1;0;2;1;0;1;1 +46,0062;1;1;0;1;0;1;0;2;1;0;1;1 +45,9989;1;1;0;1;0;1;0;2;1;0;1;1 +46,0037;1;1;0;1;0;1;0;2;1;0;1;1 +46,0036;1;1;0;1;0;1;0;2;1;0;1;1 +46,0039;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,0058;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,0031;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,003;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,0061;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,0032;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,0014;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,0018;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,005;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,0037;1;1;0;1;0;1;0;2;1;0;0,804708;1 +46,0007;1;1;0;1;0;1;0;2;1;0;0,918966;1 +46,0039;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0027;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0035;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0036;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0069;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0061;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0038;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0068;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0047;1;1;0;1;0;1;0;2;1;0;0,918966;2 +46,0035;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0045;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0039;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0032;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0015;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0064;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0016;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0037;1;1;0;1;0;1;0;2;1;0;0,637933;2 +46,0075;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,005;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,0051;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,0046;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,001;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,0047;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,0031;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,0048;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,001;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,0064;1;1;0;1;0;1;0;2;1;0;0,542109;2 +46,008;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,0037;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,006;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,0028;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,0053;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,0095;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,0052;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,0043;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,0035;1;1;0;1;0;1;0;2;1;0;0,679396;2 +45,9976;1;1;0;1;0;1;0;2;1;0;0,679396;2 +46,0077;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0056;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0053;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0042;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0052;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0052;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0082;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0057;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0071;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0061;1;1;0;1;0;1;0;2;1;0;0,628719;2 +46,0034;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0054;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0056;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,007;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0058;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0067;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0055;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0062;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0047;1;1;0;1;0;1;0;1;1;0;0,61913;2 +46,0112;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0063;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0058;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0054;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0051;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,829195;2 +46,0044;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0056;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,006;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0071;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0067;1;1;0;1;0;1;0;1;1;0;0,925932;2 +46,0075;1;1;0;1;0;1;0;1;1;0;1;2 +46,0099;1;1;0;1;0;1;0;1;1;0;1;2 +46,0099;1;1;0;1;0;1;0;1;1;0;1;2 +46,0068;1;1;0;1;0;1;0;1;1;0;1;2 +46,0064;1;1;0;1;0;1;0;1;1;0;1;2 +46,0061;1;1;0;1;0;1;0;1;1;0;1;2 +46,0119;1;1;0;1;0;1;0;1;1;0;1;2 +46,0061;1;1;0;1;0;1;0;1;1;0;1;2 +46,0045;1;1;0;1;0;1;0;1;1;0;1;2 +46,0064;1;1;0;1;0;1;0;1;1;0;1;2 +46,0099;1;1;0;1;0;1;0;1;1;0;1;2 +46,0081;1;1;0;1;0;1;0;1;1;0;1;2 +46,01;1;1;0;1;0;1;0;1;1;0;1;2 +46,0079;1;1;0;1;0;1;0;1;1;0;1;2 +46,0094;1;1;0;1;0;1;0;1;1;0;1;2 +46,0087;1;1;0;1;0;1;0;1;1;0;1;2 +46,0064;1;1;0;1;0;1;0;1;1;0;1;2 +46,0048;1;1;0;1;0;1;0;1;1;0;1;2 +46,0093;1;1;0;1;0;1;0;1;1;0;1;2 +46,008;1;1;0;1;0;1;0;1;1;0;1;2 +46,0069;1;1;0;1;0;1;0;1;1;0;1;2 +46,0097;1;1;0;1;0;1;0;1;1;0;1;2 +46,0082;1;1;0;1;0;1;0;1;1;0;1;2 +46,0087;1;1;0;1;0;1;0;1;1;0;1;2 +46,0109;1;1;0;1;0;1;0;1;1;0;1;2 +46,0075;1;1;0;1;0;1;0;1;1;0;1;2 +46,0075;1;1;0;1;0;1;0;1;1;0;1;2 +46,0067;1;1;0;1;0;1;0;1;1;0;1;2 +46,0063;1;1;0;1;0;1;0;1;1;0;1;2 +46,005;1;1;0;1;0;1;0;1;1;0;1;2 +46,0129;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,0054;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,0052;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,008;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,0061;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,0074;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,008;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,0127;1;1;0;1;0;1;0;1;1;0;0,939757;2 +46,0105;1;1;0;1;0;1;0;1;1;0;1;2 +46,0081;1;1;0;1;0;1;0;1;1;0;1;2 +46,0157;1;1;0;1;0;1;0;1;1;0;1;2 +46,0096;1;1;0;1;0;1;0;1;1;0;1;2 +46,0103;1;1;0;1;0;1;0;1;1;0;1;2 +46,0067;1;1;0;1;0;1;0;1;1;0;1;2 +46,0081;1;1;0;1;0;1;0;1;1;0;1;2 +46,0122;1;1;0;1;0;1;0;1;1;0;1;2 +46,01;1;1;0;1;0;1;0;1;1;0;1;2 +46,009;1;1;0;1;0;1;0;1;1;0;1;2 +46,0093;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0114;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0141;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0093;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0104;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0106;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,564824;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0086;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0092;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0078;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0074;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,01;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,523609;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,012;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0108;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0134;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,742615;2 +46,0087;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0099;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,011;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0114;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0083;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0114;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0094;1;1;0;1;0;1;0;2;1;0;0,561377;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,0119;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,011;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,013;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,014;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,0109;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,0106;1;1;0;1;0;1;0;1;1;0;0,541794;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0145;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0122;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0078;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0099;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0094;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0133;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0127;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0088;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,0141;1;1;0;1;0;1;0;2;1;0;0,834033;2 +46,012;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0122;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0171;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0113;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0126;1;1;0;1;0;1;0;2;1;0;0,811926;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0125;1;1;0;1;0;1;0;2;1;0;1;1 +46,0114;1;1;0;1;0;1;0;2;1;0;1;1 +46,0122;1;1;0;1;0;1;0;2;1;0;1;1 +46,0115;1;1;0;1;0;1;0;2;1;0;1;1 +46,0126;1;1;0;1;0;1;0;2;1;0;1;1 +46,0111;1;1;0;1;0;1;0;2;1;0;1;1 +46,0116;1;1;0;1;0;1;0;2;1;0;1;1 +46,0109;1;1;0;1;0;1;0;2;1;0;1;1 +46,0146;1;1;0;1;0;1;0;2;1;0;1;1 +46,0095;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0109;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0122;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0111;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0123;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0116;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0105;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0113;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0143;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0136;1;1;0;1;0;1;0;2;1;0;0,895748;1 +46,0111;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0076;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0127;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0124;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0118;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0121;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0115;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0143;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0135;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,0101;1;1;0;1;0;1;0;2;1;0;0,917854;1 +46,013;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,012;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,0074;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,0144;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,0113;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,0149;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,0115;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,0127;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,0108;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,013;1;1;0;1;0;1;0;2;1;0;0,918775;1 +46,0123;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0093;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0118;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0132;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0114;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0084;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0114;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0114;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0102;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,013;1;1;0;1;0;1;0;2;1;0;0,950092;1 +46,0146;1;1;0;1;0;1;0;2;1;0;0,812848;1 +46,014;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,0081;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,0106;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,0109;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,0126;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,012;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,0136;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,0138;1;1;0;1;0;1;0;2;1;0;0,812848;2 +46,0114;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,0149;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,0173;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,0089;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,013;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,014;1;1;0;1;0;1;0;2;1;0;0,863509;2 +46,0145;1;1;0;1;0;1;0;2;1;0;1;2 +46,0122;1;1;0;1;0;1;0;2;1;0;1;2 +46,0137;1;1;0;1;0;1;0;2;1;0;1;2 +46,0092;1;1;0;1;0;1;0;2;1;0;1;2 +46,0149;1;1;0;1;0;1;0;2;1;0;1;2 +46,0125;1;1;0;1;0;1;0;2;1;0;1;2 +46,0124;1;1;0;1;0;1;0;2;1;0;1;2 +46,0102;1;1;0;1;0;1;0;2;1;0;1;2 +46,011;1;1;0;1;0;1;0;2;1;0;1;2 +46,0088;1;1;0;1;0;1;0;2;1;0;1;2 +46,0113;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0129;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,014;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0104;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0101;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0131;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0127;1;1;0;1;0;1;0;2;1;0;0,851534;2 +46,0129;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,0129;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,0125;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,012;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,0115;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,0142;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,0117;1;1;0;1;0;1;0;2;1;0;0,873641;2 +46,012;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,0119;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,0093;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,0131;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,0151;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,01;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,0083;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,0108;1;1;0;1;0;1;0;2;1;0;0,869035;2 +46,009;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,012;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,009;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,0048;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,012;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,0116;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,0121;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,0089;1;1;0;1;0;1;0;2;1;0;0,663624;2 +46,0114;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0098;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,014;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0113;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0084;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0107;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0088;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0089;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0114;1;1;0;1;0;1;0;2;1;0;0,54019;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0103;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0082;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0079;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,009;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0104;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0119;1;1;0;1;0;1;0;1;1;0;0,507711;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0124;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0135;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0124;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,584169;2 +46,0088;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0111;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0081;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0105;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0102;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0094;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0097;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0085;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0103;1;1;0;1;0;1;0;2;1;0;0,542953;2 +46,0071;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,0108;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,0142;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,0068;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,01;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,0107;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,01;1;1;0;1;0;1;0;1;1;0;0,667076;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,633913;2 +45,9996;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,0082;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,0078;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,0099;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,0122;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,0091;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,0072;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,0106;1;1;0;1;0;1;0;1;1;0;0,633913;2 +46,006;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,008;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,008;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,0067;1;1;0;1;0;1;0;1;1;0;0,961867;2 +46,0099;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0105;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0112;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0142;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0104;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0132;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,907514;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0099;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,516923;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0068;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,009;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0075;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0067;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0109;1;1;0;1;0;1;0;1;1;0;0,694712;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0082;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0059;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0074;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0067;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0051;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0109;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0062;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,005;1;1;0;1;0;1;0;1;1;0;0,9416;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0124;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0057;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0038;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0079;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0125;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0077;1;1;0;1;0;1;0;1;1;0;0,990423;2 +46,0026;1;1;0;1;0;1;0;1;1;0;1;2 +46,0078;1;1;0;1;0;1;0;1;1;0;1;2 +46,008;1;1;0;1;0;1;0;1;1;0;1;2 +46,0102;1;1;0;1;0;1;0;1;1;0;1;2 +46,0079;1;1;0;1;0;1;0;1;1;0;1;2 +46,0091;1;1;0;1;0;1;0;1;1;0;1;2 +46,0098;1;1;0;1;0;1;0;1;1;0;1;2 +46,0075;1;1;0;1;0;1;0;1;1;0;1;2 +46,0103;1;1;0;1;0;1;0;1;1;0;1;2 +46,0068;1;1;0;1;0;1;0;1;1;0;1;2 +46,0101;1;1;0;1;0;1;0;1;1;0;0,842106;2 +46,0061;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,842106;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0049;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0122;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0143;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,004;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,994111;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +45,9949;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0116;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0141;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0043;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,961867;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,012;1;1;0;1;0;1;0;1;1;0;1;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0026;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0164;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0151;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,8375;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,717742;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,969237;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,015;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0127;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,858688;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,642204;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,870664;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0039;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0031;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,917647;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0032;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,883552;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,978446;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,0047;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,972922;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,972922;1 diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/out_excel_10_0.00001-0.0001.xlsx b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/out_excel_10_0.00001-0.0001.xlsx new file mode 100644 index 0000000..9a784ac Binary files /dev/null and b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_1/out_excel_10_0.00001-0.0001.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_10/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_10/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_10/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/out_excel.csv b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/out_excel.csv new file mode 100644 index 0000000..818fb79 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0085;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0108;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0061;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,0097;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,0081;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,0096;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,0038;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0092;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0088;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,0074;1;1;0;1;0;1;0;0;1;0;0;1 +46,005;1;1;0;1;0;1;0;0;1;0;0;1 +46,0086;1;1;0;1;0;1;0;0;1;0;0;1 +46,009;1;1;0;1;0;1;0;0;1;0;0;1 +46,0071;1;1;0;1;0;1;0;0;1;0;0;1 +46,0119;1;1;0;1;0;1;0;0;1;0;0;1 +46,0093;1;1;0;1;0;1;0;0;1;0;0;1 +46,0059;1;1;0;1;0;1;0;0;1;0;0;1 +46,003;1;1;0;1;0;1;0;0;1;0;0;1 +46,0086;1;1;0;1;0;1;0;0;1;0;0;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0111;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,978952;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0044;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,997903;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,997734;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0101;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0043;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0123;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0122;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0176;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0054;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0038;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0115;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0103;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0128;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0044;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0103;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0119;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,983859;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0048;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0017;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0122;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0121;1;1;0;1;0;1;0;1;1;0;1;1 +46,0111;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,988766;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0126;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0142;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0029;1;1;0;1;0;1;0;1;1;0;0,982843;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,983181;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,993673;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;2 +46,0076;1;1;0;1;0;1;0;1;1;0;1;2 +46,0054;1;1;0;1;0;1;0;1;1;0;1;2 +46,0115;1;1;0;1;0;1;0;1;1;0;1;2 +45,9951;1;1;0;1;0;1;0;1;1;0;1;2 +46,0088;1;1;0;1;0;1;0;1;1;0;1;2 +46,0099;1;1;0;1;0;1;0;1;1;0;1;2 +46,0078;1;1;0;1;0;1;0;1;1;0;1;2 +46,0069;1;1;0;1;0;1;0;1;1;0;1;2 +46,0156;1;1;0;1;0;1;0;1;1;0;1;2 +46,0104;1;1;0;1;0;1;0;1;1;0;1;2 +46,0079;1;1;0;1;0;1;0;1;1;0;1;2 +46,0116;1;1;0;1;0;1;0;1;1;0;1;2 +46,0112;1;1;0;1;0;1;0;1;1;0;1;2 +46,0121;1;1;0;1;0;1;0;1;1;0;1;2 +46,0124;1;1;0;1;0;1;0;1;1;0;1;2 +46,0136;1;1;0;1;0;1;0;1;1;0;1;2 +46,0111;1;1;0;1;0;1;0;1;1;0;1;2 +46,0077;1;1;0;1;0;1;0;1;1;0;1;2 +46,0166;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0128;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0144;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0136;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0153;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0133;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0093;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0181;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0172;1;1;0;1;0;1;0;1;1;0;0,874559;2 +46,0141;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0153;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,017;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0115;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0183;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0176;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0164;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0167;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0172;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0188;1;1;0;1;0;1;0;1;1;0;0,754612;2 +46,0141;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,018;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,0186;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,0143;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,0177;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,0158;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,0174;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,018;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,0208;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,0177;1;1;0;1;0;1;0;1;1;0;0,660052;2 +46,0212;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0203;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0253;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0212;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0197;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0247;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0224;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0205;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0216;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0215;1;1;0;1;0;1;0;1;1;0;0,58732;2 +46,0243;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,0208;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,025;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,0213;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,026;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,0259;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,0238;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,0229;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,0231;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,0242;1;1;0;1;0;1;0;2;1;0;0,599731;2 +46,0288;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0265;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0269;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0268;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0251;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0274;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0258;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0222;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0261;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,027;1;1;0;1;0;1;0;2;1;0;0,688848;2 +46,0277;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0271;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0201;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0275;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0274;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0258;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0278;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0278;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0316;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0265;1;1;0;1;0;1;0;2;1;0;0,777111;2 +46,0287;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0295;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0298;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0296;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0306;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0296;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0345;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0289;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0293;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0339;1;1;0;1;0;1;0;2;1;0;0,815829;2 +46,0305;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,033;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0298;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0314;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0349;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0338;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0322;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0345;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0337;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0325;1;1;0;1;0;1;0;2;1;0;0,974407;2 +46,0348;1;1;0;1;0;1;0;2;1;0;1;2 +46,0328;1;1;0;1;0;1;0;2;1;0;1;2 +46,0352;1;1;0;1;0;1;0;2;1;0;1;2 +46,0359;1;1;0;1;0;1;0;2;1;0;1;2 +46,035;1;1;0;1;0;1;0;2;1;0;1;2 +46,0353;1;1;0;1;0;1;0;2;1;0;1;2 +46,034;1;1;0;1;0;1;0;2;1;0;1;2 +46,0369;1;1;0;1;0;1;0;2;1;0;1;2 +46,0334;1;1;0;1;0;1;0;2;1;0;1;2 +46,0357;1;1;0;1;0;1;0;2;1;0;1;2 +46,0372;1;1;0;1;0;1;0;2;1;0;1;2 +46,0368;1;1;0;1;0;1;0;2;1;0;1;2 +46,0382;1;1;0;1;0;1;0;2;1;0;1;2 +46,0384;1;1;0;1;0;1;0;2;1;0;1;2 +46,0353;1;1;0;1;0;1;0;2;1;0;1;2 +46,0395;1;1;0;1;0;1;0;2;1;0;1;2 +46,0376;1;1;0;1;0;1;0;2;1;0;1;2 +46,0352;1;1;0;1;0;1;0;2;1;0;1;2 +46,0393;1;1;0;1;0;1;0;2;1;0;1;2 +46,0398;1;1;0;1;0;1;0;2;1;0;1;2 +46,0391;1;1;0;1;0;1;0;2;1;0;1;2 +46,0396;1;1;0;1;0;1;0;2;1;0;1;2 +46,039;1;1;0;1;0;1;0;2;1;0;1;2 +46,0405;1;1;0;1;0;1;0;2;1;0;1;2 +46,0411;1;1;0;1;0;1;0;2;1;0;1;2 +46,0396;1;1;0;1;0;1;0;2;1;0;1;2 +46,0436;1;1;0;1;0;1;0;2;1;0;1;2 +46,0385;1;1;0;1;0;1;0;2;1;0;1;2 +46,0412;1;1;0;1;0;1;0;2;1;0;1;2 +46,0419;1;1;0;1;0;1;0;2;1;0;1;2 +46,0422;1;1;0;1;0;1;0;2;1;0;1;2 +46,0384;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0415;1;1;0;1;0;1;0;2;1;0;1;2 +46,0405;1;1;0;1;0;1;0;2;1;0;1;2 +46,0413;1;1;0;1;0;1;0;2;1;0;1;2 +46,0428;1;1;0;1;0;1;0;2;1;0;1;2 +46,0443;1;1;0;1;0;1;0;2;1;0;1;2 +46,0434;1;1;0;1;0;1;0;2;1;0;1;2 +46,0427;1;1;0;1;0;1;0;2;1;0;1;2 +46,0447;1;1;0;1;0;1;0;2;1;0;1;2 +46,0433;1;1;0;1;0;1;0;2;1;0;1;2 +46,0447;1;1;0;1;0;1;0;2;1;0;1;2 +46,0526;1;1;0;1;0;1;0;2;1;0;1;2 +46,0483;1;1;0;1;0;1;0;2;1;0;1;2 +46,046;1;1;0;1;0;1;0;2;1;0;1;2 +46,0452;1;1;0;1;0;1;0;2;1;0;1;2 +46,0449;1;1;0;1;0;1;0;2;1;0;1;2 +46,0456;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0446;1;1;0;1;0;1;0;2;1;0;1;2 +46,0453;1;1;0;1;0;1;0;2;1;0;1;2 +46,0432;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0457;1;1;0;1;0;1;0;2;1;0;1;2 +46,0494;1;1;0;1;0;1;0;2;1;0;1;2 +46,0488;1;1;0;1;0;1;0;2;1;0;1;2 +46,0482;1;1;0;1;0;1;0;2;1;0;1;2 +46,0489;1;1;0;1;0;1;0;2;1;0;1;2 +46,0474;1;1;0;1;0;1;0;2;1;0;1;2 +46,0478;1;1;0;1;0;1;0;2;1;0;1;2 +46,051;1;1;0;1;0;1;0;2;1;0;1;2 +46,0507;1;1;0;1;0;1;0;2;1;0;1;2 +46,0502;1;1;0;1;0;1;0;2;1;0;1;2 +46,0498;1;1;0;1;0;1;0;2;1;0;1;2 +46,052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0529;1;1;0;1;0;1;0;2;1;0;1;2 +46,05;1;1;0;1;0;1;0;2;1;0;1;2 +46,0505;1;1;0;1;0;1;0;2;1;0;1;2 +46,0498;1;1;0;1;0;1;0;2;1;0;1;2 +46,0518;1;1;0;1;0;1;0;2;1;0;1;2 +46,0509;1;1;0;1;0;1;0;2;1;0;1;2 +46,0517;1;1;0;1;0;1;0;2;1;0;1;2 +46,0544;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0532;1;1;0;1;0;1;0;2;1;0;1;2 +46,052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0528;1;1;0;1;0;1;0;2;1;0;1;2 +46,0582;1;1;0;1;0;1;0;2;1;0;1;2 +46,055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0542;1;1;0;1;0;1;0;2;1;0;1;2 +46,0518;1;1;0;1;0;1;0;2;1;0;1;2 +46,0564;1;1;0;1;0;1;0;2;1;0;1;2 +46,0529;1;1;0;1;0;1;0;2;1;0;1;2 +46,0578;1;1;0;1;0;1;0;2;1;0;1;2 +46,0539;1;1;0;1;0;1;0;2;1;0;1;2 +46,0556;1;1;0;1;0;1;0;2;1;0;1;2 +46,0564;1;1;0;1;0;1;0;2;1;0;1;2 +46,0514;1;1;0;1;0;1;0;2;1;0;1;2 +46,0565;1;1;0;1;0;1;0;2;1;0;1;2 +46,0591;1;1;0;1;0;1;0;2;1;0;1;2 +46,0551;1;1;0;1;0;1;0;2;1;0;1;2 +46,056;1;1;0;1;0;1;0;2;1;0;1;2 +46,0513;1;1;0;1;0;1;0;2;1;0;1;2 +46,0574;1;1;0;1;0;1;0;2;1;0;1;2 +46,0587;1;1;0;1;0;1;0;2;1;0;1;2 +46,0574;1;1;0;1;0;1;0;2;1;0;1;2 +46,0571;1;1;0;1;0;1;0;2;1;0;1;2 +46,0582;1;1;0;1;0;1;0;2;1;0;1;2 +46,0585;1;1;0;1;0;1;0;2;1;0;1;2 +46,059;1;1;0;1;0;1;0;2;1;0;1;2 +46,0575;1;1;0;1;0;1;0;2;1;0;1;2 +46,06;1;1;0;1;0;1;0;2;1;0;1;2 +46,0593;1;1;0;1;0;1;0;2;1;0;1;2 +46,0587;1;1;0;1;0;1;0;2;1;0;1;2 +46,0599;1;1;0;1;0;1;0;2;1;0;1;2 +46,064;1;1;0;1;0;1;0;2;1;0;1;2 +46,0568;1;1;0;1;0;1;0;2;1;0;1;2 +46,0612;1;1;0;1;0;1;0;2;1;0;1;2 +46,0598;1;1;0;1;0;1;0;2;1;0;1;2 +46,0605;1;1;0;1;0;1;0;2;1;0;1;2 +46,0618;1;1;0;1;0;1;0;2;1;0;1;2 +46,0636;1;1;0;1;0;1;0;2;1;0;1;2 +46,0627;1;1;0;1;0;1;0;2;1;0;1;2 +46,0625;1;1;0;1;0;1;0;2;1;0;1;2 +46,0605;1;1;0;1;0;1;0;2;1;0;1;2 +46,0603;1;1;0;1;0;1;0;2;1;0;1;2 +46,0622;1;1;0;1;0;1;0;2;1;0;1;2 +46,0636;1;1;0;1;0;1;0;2;1;0;1;2 +46,0637;1;1;0;1;0;1;0;2;1;0;1;2 +46,0626;1;1;0;1;0;1;0;2;1;0;1;2 +46,0663;1;1;0;1;0;1;0;2;1;0;1;2 +46,0625;1;1;0;1;0;1;0;2;1;0;1;2 +46,0619;1;1;0;1;0;1;0;2;1;0;1;2 +46,0602;1;1;0;1;0;1;0;2;1;0;1;2 +46,0658;1;1;0;1;0;1;0;2;1;0;1;2 +46,0634;1;1;0;1;0;1;0;2;1;0;1;2 +46,0662;1;1;0;1;0;1;0;2;1;0;1;2 +46,0656;1;1;0;1;0;1;0;2;1;0;1;2 +46,068;1;1;0;1;0;1;0;2;1;0;1;2 +46,0614;1;1;0;1;0;1;0;2;1;0;1;2 +46,0676;1;1;0;1;0;1;0;2;1;0;1;2 +46,0679;1;1;0;1;0;1;0;2;1;0;1;2 +46,0659;1;1;0;1;0;1;0;2;1;0;1;2 +46,0666;1;1;0;1;0;1;0;2;1;0;1;2 +46,0661;1;1;0;1;0;1;0;2;1;0;1;2 +46,0666;1;1;0;1;0;1;0;2;1;0;1;2 +46,0651;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0671;1;1;0;1;0;1;0;2;1;0;1;2 +46,064;1;1;0;1;0;1;0;2;1;0;1;2 +46,0685;1;1;0;1;0;1;0;2;1;0;1;2 +46,0672;1;1;0;1;0;1;0;2;1;0;1;2 +46,0678;1;1;0;1;0;1;0;2;1;0;1;2 +46,0696;1;1;0;1;0;1;0;2;1;0;1;2 +46,0672;1;1;0;1;0;1;0;2;1;0;1;2 +46,0691;1;1;0;1;0;1;0;2;1;0;1;2 +46,0712;1;1;0;1;0;1;0;2;1;0;1;2 +46,0642;1;1;0;1;0;1;0;2;1;0;1;2 +46,0672;1;1;0;1;0;1;0;2;1;0;1;2 +46,0073;1;1;0;1;0;1;0;2;1;0;1;1 +46,0071;1;1;0;1;0;1;0;2;1;0;1;1 +46,01;1;1;0;1;0;1;0;2;1;0;1;1 +46,0157;1;1;0;1;0;1;0;2;1;0;1;1 +46,0088;1;1;0;1;0;1;0;2;1;0;1;1 +46,0077;1;1;0;1;0;1;0;2;1;0;1;1 +46,0083;1;1;0;1;0;1;0;2;1;0;1;1 +46,0106;1;1;0;1;0;1;0;2;1;0;1;1 +46,0108;1;1;0;1;0;1;0;2;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,965924;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,996888;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,996888;1 +45,9997;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,969305;1 +46,0122;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,992657;1 +46,0047;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0118;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,982167;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,002;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,989611;1 +46,0134;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;2 +46,0109;1;1;0;1;0;1;0;1;1;0;1;2 +46,008;1;1;0;1;0;1;0;1;1;0;1;2 +46,0091;1;1;0;1;0;1;0;1;1;0;1;2 +46,0116;1;1;0;1;0;1;0;1;1;0;1;2 +46,0091;1;1;0;1;0;1;0;1;1;0;1;2 +46,0078;1;1;0;1;0;1;0;1;1;0;1;2 +46,0102;1;1;0;1;0;1;0;1;1;0;1;2 +46,0104;1;1;0;1;0;1;0;1;1;0;1;2 +46,0109;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0124;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0122;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0108;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0123;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0108;1;1;0;1;0;1;0;1;1;0;0,959663;2 +46,0124;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0209;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0138;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0127;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0143;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0132;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0122;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0129;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0104;1;1;0;1;0;1;0;1;1;0;0,869652;2 +46,0155;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0153;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0168;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0168;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0146;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0141;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0201;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,017;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0175;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0179;1;1;0;1;0;1;0;1;1;0;0,764424;2 +46,0177;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,02;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,0202;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,0193;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,0219;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,0188;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,0166;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,02;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,0207;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,0158;1;1;0;1;0;1;0;1;1;0;0,639078;2 +46,018;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0206;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0202;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0203;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0205;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0217;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0221;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0237;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0202;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0243;1;1;0;1;0;1;0;1;1;0;0,534888;2 +46,0219;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0219;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0262;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0229;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0239;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0252;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0226;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0258;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0231;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,0225;1;1;0;1;0;1;0;2;1;0;0,573181;2 +46,025;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0263;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0248;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0262;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0238;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0248;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0242;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0278;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0278;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0277;1;1;0;1;0;1;0;2;1;0;0,676842;2 +46,0285;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0254;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0277;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0277;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0247;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0266;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0283;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0296;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0303;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,031;1;1;0;1;0;1;0;2;1;0;0,778463;2 +46,0294;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0301;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0303;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0318;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0312;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0273;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0331;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0304;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0323;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0323;1;1;0;1;0;1;0;2;1;0;0,861985;2 +46,0356;1;1;0;1;0;1;0;2;1;0;1;2 +46,0349;1;1;0;1;0;1;0;2;1;0;1;2 +46,0339;1;1;0;1;0;1;0;2;1;0;1;2 +46,0321;1;1;0;1;0;1;0;2;1;0;1;2 +46,0352;1;1;0;1;0;1;0;2;1;0;1;2 +46,0331;1;1;0;1;0;1;0;2;1;0;1;2 +46,0343;1;1;0;1;0;1;0;2;1;0;1;2 +46,0333;1;1;0;1;0;1;0;2;1;0;1;2 +46,0345;1;1;0;1;0;1;0;2;1;0;1;2 +46,0359;1;1;0;1;0;1;0;2;1;0;1;2 +46,0337;1;1;0;1;0;1;0;2;1;0;1;2 +46,0318;1;1;0;1;0;1;0;2;1;0;1;2 +46,0331;1;1;0;1;0;1;0;2;1;0;1;2 +46,0343;1;1;0;1;0;1;0;2;1;0;1;2 +46,0323;1;1;0;1;0;1;0;2;1;0;1;2 +46,0372;1;1;0;1;0;1;0;2;1;0;1;2 +46,0366;1;1;0;1;0;1;0;2;1;0;1;2 +46,0351;1;1;0;1;0;1;0;2;1;0;1;2 +46,034;1;1;0;1;0;1;0;2;1;0;1;2 +46,0363;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0369;1;1;0;1;0;1;0;2;1;0;1;2 +46,0351;1;1;0;1;0;1;0;2;1;0;1;2 +46,0369;1;1;0;1;0;1;0;2;1;0;1;2 +46,0384;1;1;0;1;0;1;0;2;1;0;1;2 +46,0358;1;1;0;1;0;1;0;2;1;0;1;2 +46,038;1;1;0;1;0;1;0;2;1;0;1;2 +46,0399;1;1;0;1;0;1;0;2;1;0;1;2 +46,0421;1;1;0;1;0;1;0;2;1;0;1;2 +46,0322;1;1;0;1;0;1;0;2;1;0;1;2 +46,0366;1;1;0;1;0;1;0;2;1;0;1;2 +46,0411;1;1;0;1;0;1;0;2;1;0;1;2 +46,0366;1;1;0;1;0;1;0;2;1;0;1;2 +46,0435;1;1;0;1;0;1;0;2;1;0;1;2 +46,0396;1;1;0;1;0;1;0;2;1;0;1;2 +46,0418;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0419;1;1;0;1;0;1;0;2;1;0;1;2 +46,0415;1;1;0;1;0;1;0;2;1;0;1;2 +46,0415;1;1;0;1;0;1;0;2;1;0;1;2 +46,0429;1;1;0;1;0;1;0;2;1;0;1;2 +46,0416;1;1;0;1;0;1;0;2;1;0;1;2 +46,0406;1;1;0;1;0;1;0;2;1;0;1;2 +46,0422;1;1;0;1;0;1;0;2;1;0;1;2 +46,0426;1;1;0;1;0;1;0;2;1;0;1;2 +46,0409;1;1;0;1;0;1;0;2;1;0;1;2 +46,0442;1;1;0;1;0;1;0;2;1;0;1;2 +46,0404;1;1;0;1;0;1;0;2;1;0;1;2 +46,0424;1;1;0;1;0;1;0;2;1;0;1;2 +46,0434;1;1;0;1;0;1;0;2;1;0;1;2 +46,043;1;1;0;1;0;1;0;2;1;0;1;2 +46,0422;1;1;0;1;0;1;0;2;1;0;1;2 +46,0409;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0479;1;1;0;1;0;1;0;2;1;0;1;2 +46,045;1;1;0;1;0;1;0;2;1;0;1;2 +46,0384;1;1;0;1;0;1;0;2;1;0;1;2 +46,0441;1;1;0;1;0;1;0;2;1;0;1;2 +46,045;1;1;0;1;0;1;0;2;1;0;1;2 +46,0454;1;1;0;1;0;1;0;2;1;0;1;2 +46,0474;1;1;0;1;0;1;0;2;1;0;1;2 +46,0464;1;1;0;1;0;1;0;2;1;0;1;2 +46,052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0464;1;1;0;1;0;1;0;2;1;0;1;2 +46,0494;1;1;0;1;0;1;0;2;1;0;1;2 +46,0443;1;1;0;1;0;1;0;2;1;0;1;2 +46,0466;1;1;0;1;0;1;0;2;1;0;1;2 +46,049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0505;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0486;1;1;0;1;0;1;0;2;1;0;1;2 +46,0508;1;1;0;1;0;1;0;2;1;0;1;2 +46,0496;1;1;0;1;0;1;0;2;1;0;1;2 +46,0497;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0484;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,0508;1;1;0;1;0;1;0;2;1;0;1;2 +46,0522;1;1;0;1;0;1;0;2;1;0;1;2 +46,0544;1;1;0;1;0;1;0;2;1;0;1;2 +46,0484;1;1;0;1;0;1;0;2;1;0;1;2 +46,0501;1;1;0;1;0;1;0;2;1;0;1;2 +46,0527;1;1;0;1;0;1;0;2;1;0;1;2 +46,053;1;1;0;1;0;1;0;2;1;0;1;2 +46,0528;1;1;0;1;0;1;0;2;1;0;1;2 +46,0505;1;1;0;1;0;1;0;2;1;0;1;2 +46,0542;1;1;0;1;0;1;0;2;1;0;1;2 +46,0524;1;1;0;1;0;1;0;2;1;0;1;2 +46,0515;1;1;0;1;0;1;0;2;1;0;1;2 +46,0511;1;1;0;1;0;1;0;2;1;0;1;2 +46,0524;1;1;0;1;0;1;0;2;1;0;1;2 +46,0488;1;1;0;1;0;1;0;2;1;0;1;2 +46,0532;1;1;0;1;0;1;0;2;1;0;1;2 +46,0585;1;1;0;1;0;1;0;2;1;0;1;2 +46,0557;1;1;0;1;0;1;0;2;1;0;1;2 +46,0534;1;1;0;1;0;1;0;2;1;0;1;2 +46,053;1;1;0;1;0;1;0;2;1;0;1;2 +46,0573;1;1;0;1;0;1;0;2;1;0;1;2 +46,0574;1;1;0;1;0;1;0;2;1;0;1;2 +46,0559;1;1;0;1;0;1;0;2;1;0;1;2 +46,0561;1;1;0;1;0;1;0;2;1;0;1;2 +46,0541;1;1;0;1;0;1;0;2;1;0;1;1 +46,0557;1;1;0;1;0;1;0;2;1;0;1;1 +46,0526;1;1;0;1;0;1;0;2;1;0;1;1 +46,0543;1;1;0;1;0;1;0;2;1;0;1;1 +46,057;1;1;0;1;0;1;0;2;1;0;1;1 +46,056;1;1;0;1;0;1;0;2;1;0;1;1 +46,057;1;1;0;1;0;1;0;2;1;0;1;1 +46,0563;1;1;0;1;0;1;0;2;1;0;1;1 +46,0562;1;1;0;1;0;1;0;2;1;0;1;1 +46,0576;1;1;0;1;0;1;0;2;1;0;1;1 +46,0517;1;1;0;1;0;1;0;2;1;0;1;1 +46,0555;1;1;0;1;0;1;0;2;1;0;1;1 +46,0561;1;1;0;1;0;1;0;2;1;0;1;1 +46,0534;1;1;0;1;0;1;0;2;1;0;1;1 +46,0572;1;1;0;1;0;1;0;2;1;0;1;1 +46,0563;1;1;0;1;0;1;0;2;1;0;1;1 +46,056;1;1;0;1;0;1;0;2;1;0;1;1 +46,0548;1;1;0;1;0;1;0;2;1;0;1;1 +46,0573;1;1;0;1;0;1;0;2;1;0;1;1 +46,057;1;1;0;1;0;1;0;2;1;0;1;1 +46,0568;1;1;0;1;0;1;0;2;1;0;1;1 +46,0552;1;1;0;1;0;1;0;2;1;0;1;1 +46,0553;1;1;0;1;0;1;0;2;1;0;1;1 +46,0567;1;1;0;1;0;1;0;2;1;0;1;1 +46,0561;1;1;0;1;0;1;0;2;1;0;1;1 +46,0557;1;1;0;1;0;1;0;2;1;0;1;1 +46,0557;1;1;0;1;0;1;0;2;1;0;1;1 +46,0543;1;1;0;1;0;1;0;2;1;0;1;1 +46,0555;1;1;0;1;0;1;0;2;1;0;1;1 +46,0551;1;1;0;1;0;1;0;2;1;0;1;1 +46,0578;1;1;0;1;0;1;0;2;1;0;1;1 +46,0545;1;1;0;1;0;1;0;2;1;0;1;1 +46,0579;1;1;0;1;0;1;0;2;1;0;1;1 +46,0585;1;1;0;1;0;1;0;2;1;0;1;1 +46,0569;1;1;0;1;0;1;0;2;1;0;1;1 +46,0598;1;1;0;1;0;1;0;2;1;0;1;1 +46,0578;1;1;0;1;0;1;0;2;1;0;1;1 +46,0593;1;1;0;1;0;1;0;2;1;0;1;1 +46,054;1;1;0;1;0;1;0;2;1;0;1;1 +46,0585;1;1;0;1;0;1;0;2;1;0;1;1 +46,0551;1;1;0;1;0;1;0;2;1;0;1;1 +46,0564;1;1;0;1;0;1;0;2;1;0;1;1 +46,0573;1;1;0;1;0;1;0;2;1;0;1;1 +46,0521;1;1;0;1;0;1;0;2;1;0;1;1 +46,0557;1;1;0;1;0;1;0;2;1;0;1;1 +46,0581;1;1;0;1;0;1;0;2;1;0;1;1 +46,0591;1;1;0;1;0;1;0;2;1;0;1;1 +46,0568;1;1;0;1;0;1;0;2;1;0;1;1 +46,0593;1;1;0;1;0;1;0;2;1;0;1;1 +46,0559;1;1;0;1;0;1;0;2;1;0;1;1 +46,0556;1;1;0;1;0;1;0;2;1;0;1;2 +46,057;1;1;0;1;0;1;0;2;1;0;1;2 +46,0582;1;1;0;1;0;1;0;2;1;0;1;2 +46,0585;1;1;0;1;0;1;0;2;1;0;1;2 +46,0578;1;1;0;1;0;1;0;2;1;0;1;2 +46,0584;1;1;0;1;0;1;0;2;1;0;1;2 +46,0602;1;1;0;1;0;1;0;2;1;0;1;2 +46,0606;1;1;0;1;0;1;0;2;1;0;1;2 +46,0553;1;1;0;1;0;1;0;2;1;0;1;2 +46,0596;1;1;0;1;0;1;0;2;1;0;1;2 +46,0619;1;1;0;1;0;1;0;2;1;0;1;2 +46,0607;1;1;0;1;0;1;0;2;1;0;1;2 +46,0603;1;1;0;1;0;1;0;2;1;0;1;2 +46,0623;1;1;0;1;0;1;0;2;1;0;1;2 +46,0612;1;1;0;1;0;1;0;2;1;0;1;2 +46,0646;1;1;0;1;0;1;0;2;1;0;1;2 +46,0666;1;1;0;1;0;1;0;2;1;0;1;2 +46,0629;1;1;0;1;0;1;0;2;1;0;1;2 +46,0652;1;1;0;1;0;1;0;2;1;0;1;2 +46,0647;1;1;0;1;0;1;0;2;1;0;1;2 +46,0671;1;1;0;1;0;1;0;2;1;0;1;2 +46,0641;1;1;0;1;0;1;0;2;1;0;1;2 +46,0668;1;1;0;1;0;1;0;2;1;0;1;2 +46,0699;1;1;0;1;0;1;0;2;1;0;1;2 +46,0661;1;1;0;1;0;1;0;2;1;0;1;2 +46,0685;1;1;0;1;0;1;0;2;1;0;1;2 +46,0671;1;1;0;1;0;1;0;2;1;0;1;2 +46,0692;1;1;0;1;0;1;0;2;1;0;1;2 +46,0698;1;1;0;1;0;1;0;2;1;0;1;2 +46,0697;1;1;0;1;0;1;0;2;1;0;1;2 +46,0669;1;1;0;1;0;1;0;2;1;0;1;2 +46,0733;1;1;0;1;0;1;0;2;1;0;1;2 +46,0711;1;1;0;1;0;1;0;2;1;0;1;2 +46,0726;1;1;0;1;0;1;0;2;1;0;1;2 +46,0719;1;1;0;1;0;1;0;2;1;0;1;2 +46,0733;1;1;0;1;0;1;0;2;1;0;1;2 +46,0747;1;1;0;1;0;1;0;2;1;0;1;2 +46,0719;1;1;0;1;0;1;0;2;1;0;1;2 +46,0736;1;1;0;1;0;1;0;2;1;0;1;2 +46,0764;1;1;0;1;0;1;0;2;1;0;1;2 +46,0768;1;1;0;1;0;1;0;2;1;0;1;2 +46,0755;1;1;0;1;0;1;0;2;1;0;1;2 +46,0761;1;1;0;1;0;1;0;2;1;0;1;2 +46,0765;1;1;0;1;0;1;0;2;1;0;1;2 +46,0786;1;1;0;1;0;1;0;2;1;0;1;2 +46,0781;1;1;0;1;0;1;0;2;1;0;1;2 +46,0793;1;1;0;1;0;1;0;2;1;0;1;2 +46,0791;1;1;0;1;0;1;0;2;1;0;1;2 +46,0784;1;1;0;1;0;1;0;2;1;0;1;2 +46,0806;1;1;0;1;0;1;0;2;1;0;1;2 +46,0802;1;1;0;1;0;1;0;2;1;0;1;2 +46,0819;1;1;0;1;0;1;0;2;1;0;1;2 +46,0754;1;1;0;1;0;1;0;2;1;0;1;2 +46,0851;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0807;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0864;1;1;0;1;0;1;0;2;1;0;1;2 +46,0855;1;1;0;1;0;1;0;2;1;0;1;2 +46,0809;1;1;0;1;0;1;0;2;1;0;1;2 +46,0845;1;1;0;1;0;1;0;2;1;0;1;2 +46,0825;1;1;0;1;0;1;0;2;1;0;1;2 +46,0824;1;1;0;1;0;1;0;2;1;0;1;2 +46,0863;1;1;0;1;0;1;0;2;1;0;1;2 +46,0898;1;1;0;1;0;1;0;2;1;0;1;2 +46,0837;1;1;0;1;0;1;0;2;1;0;1;2 +46,0881;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0896;1;1;0;1;0;1;0;2;1;0;1;2 +46,0886;1;1;0;1;0;1;0;2;1;0;1;2 +46,0865;1;1;0;1;0;1;0;2;1;0;1;2 +46,0917;1;1;0;1;0;1;0;2;1;0;1;2 +46,0912;1;1;0;1;0;1;0;2;1;0;1;2 +46,0916;1;1;0;1;0;1;0;2;1;0;1;2 +46,0913;1;1;0;1;0;1;0;2;1;0;1;2 +46,0903;1;1;0;1;0;1;0;2;1;0;1;2 +46,0949;1;1;0;1;0;1;0;2;1;0;1;2 +46,092;1;1;0;1;0;1;0;2;1;0;1;2 +46,0924;1;1;0;1;0;1;0;2;1;0;1;2 +46,0972;1;1;0;1;0;1;0;2;1;0;1;2 +46,0934;1;1;0;1;0;1;0;2;1;0;1;2 +46,094;1;1;0;1;0;1;0;2;1;0;1;2 +46,0965;1;1;0;1;0;1;0;2;1;0;1;2 +46,0961;1;1;0;1;0;1;0;2;1;0;1;2 +46,096;1;1;0;1;0;1;0;2;1;0;1;2 +46,0957;1;1;0;1;0;1;0;2;1;0;1;2 +46,0987;1;1;0;1;0;1;0;2;1;0;1;2 +46,097;1;1;0;1;0;1;0;2;1;0;1;2 +46,0987;1;1;0;1;0;1;0;2;1;0;1;2 +46,0987;1;1;0;1;0;1;0;2;1;0;1;2 +46,0993;1;1;0;1;0;1;0;2;1;0;1;2 +46,1005;1;1;0;1;0;1;0;2;1;0;1;2 +46,0993;1;1;0;1;0;1;0;2;1;0;1;2 +46,0994;1;1;0;1;0;1;0;2;1;0;1;2 +46,1026;1;1;0;1;0;1;0;2;1;0;1;2 +46,1018;1;1;0;1;0;1;0;2;1;0;1;2 +46,1045;1;1;0;1;0;1;0;2;1;0;1;2 +46,1052;1;1;0;1;0;1;0;2;1;0;1;2 +46,1053;1;1;0;1;0;1;0;2;1;0;1;2 +46,1043;1;1;0;1;0;1;0;2;1;0;1;2 +46,1035;1;1;0;1;0;1;0;2;1;0;1;2 +46,1071;1;1;0;1;0;1;0;2;1;0;1;2 +46,1057;1;1;0;1;0;1;0;2;1;0;1;2 +46,1102;1;1;0;1;0;1;0;2;1;0;1;2 +46,1087;1;1;0;1;0;1;0;2;1;0;1;2 +46,1044;1;1;0;1;0;1;0;2;1;0;1;2 +46,1058;1;1;0;1;0;1;0;2;1;0;1;2 +46,1107;1;1;0;1;0;1;0;2;1;0;1;2 +46,1066;1;1;0;1;0;1;0;2;1;0;1;2 +46,1071;1;1;0;1;0;1;0;2;1;0;1;2 +46,1105;1;1;0;1;0;1;0;2;1;0;1;2 +46,1079;1;1;0;1;0;1;0;2;1;0;1;2 +46,1107;1;1;0;1;0;1;0;2;1;0;1;2 +46,1098;1;1;0;1;0;1;0;2;1;0;1;2 +46,1131;1;1;0;1;0;1;0;2;1;0;1;2 +46,1124;1;1;0;1;0;1;0;2;1;0;1;2 +46,1124;1;1;0;1;0;1;0;2;1;0;1;2 +46,1126;1;1;0;1;0;1;0;2;1;0;1;2 +46,1132;1;1;0;1;0;1;0;2;1;0;1;2 +46,11;1;1;0;1;0;1;0;2;1;0;1;2 +46,1126;1;1;0;1;0;1;0;2;1;0;1;2 +46,115;1;1;0;1;0;1;0;2;1;0;1;2 +46,119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1159;1;1;0;1;0;1;0;2;1;0;1;2 +46,1148;1;1;0;1;0;1;0;2;1;0;1;2 +46,1143;1;1;0;1;0;1;0;2;1;0;1;2 +46,1172;1;1;0;1;0;1;0;2;1;0;1;2 +46,1102;1;1;0;1;0;1;0;2;1;0;1;2 +46,1184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1205;1;1;0;1;0;1;0;2;1;0;1;2 +46,1186;1;1;0;1;0;1;0;2;1;0;1;2 +46,1199;1;1;0;1;0;1;0;2;1;0;1;2 +46,1236;1;1;0;1;0;1;0;2;1;0;1;2 +46,1216;1;1;0;1;0;1;0;2;1;0;1;2 +46,1195;1;1;0;1;0;1;0;2;1;0;1;2 +46,12;1;1;0;1;0;1;0;2;1;0;1;2 +46,1225;1;1;0;1;0;1;0;2;1;0;1;2 +46,1247;1;1;0;1;0;1;0;2;1;0;1;2 +46,1223;1;1;0;1;0;1;0;2;1;0;1;2 +46,1241;1;1;0;1;0;1;0;2;1;0;1;2 +46,122;1;1;0;1;0;1;0;2;1;0;1;2 +46,1262;1;1;0;1;0;1;0;2;1;0;1;2 +46,1232;1;1;0;1;0;1;0;2;1;0;1;2 +46,1277;1;1;0;1;0;1;0;2;1;0;1;2 +46,1278;1;1;0;1;0;1;0;2;1;0;1;2 +46,128;1;1;0;1;0;1;0;2;1;0;1;2 +46,1262;1;1;0;1;0;1;0;2;1;0;1;2 +46,1262;1;1;0;1;0;1;0;2;1;0;1;2 +46,1269;1;1;0;1;0;1;0;2;1;0;1;2 +46,1285;1;1;0;1;0;1;0;2;1;0;1;2 +46,1286;1;1;0;1;0;1;0;2;1;0;1;2 +46,127;1;1;0;1;0;1;0;2;1;0;1;2 +46,1281;1;1;0;1;0;1;0;2;1;0;1;2 +46,1305;1;1;0;1;0;1;0;2;1;0;1;2 +46,1288;1;1;0;1;0;1;0;2;1;0;1;2 +46,1297;1;1;0;1;0;1;0;2;1;0;1;2 +46,1324;1;1;0;1;0;1;0;2;1;0;1;2 +46,1337;1;1;0;1;0;1;0;2;1;0;1;2 +46,1343;1;1;0;1;0;1;0;2;1;0;1;2 +46,1338;1;1;0;1;0;1;0;2;1;0;1;2 +46,1263;1;1;0;1;0;1;0;2;1;0;1;2 +46,1348;1;1;0;1;0;1;0;2;1;0;1;2 +46,1336;1;1;0;1;0;1;0;2;1;0;1;2 +46,1339;1;1;0;1;0;1;0;2;1;0;1;2 +46,1345;1;1;0;1;0;1;0;2;1;0;1;2 +46,1322;1;1;0;1;0;1;0;2;1;0;1;2 +46,1343;1;1;0;1;0;1;0;2;1;0;1;2 +46,1373;1;1;0;1;0;1;0;2;1;0;1;2 +46,1383;1;1;0;1;0;1;0;2;1;0;1;2 +46,1382;1;1;0;1;0;1;0;2;1;0;1;2 +46,1387;1;1;0;1;0;1;0;2;1;0;1;2 +46,1398;1;1;0;1;0;1;0;2;1;0;1;2 +46,1391;1;1;0;1;0;1;0;2;1;0;1;2 +46,1385;1;1;0;1;0;1;0;2;1;0;1;2 +46,1434;1;1;0;1;0;1;0;2;1;0;1;2 +46,1395;1;1;0;1;0;1;0;2;1;0;1;2 +46,1421;1;1;0;1;0;1;0;2;1;0;1;2 +46,1449;1;1;0;1;0;1;0;2;1;0;1;2 +46,1416;1;1;0;1;0;1;0;2;1;0;1;2 +46,145;1;1;0;1;0;1;0;2;1;0;1;2 +46,1438;1;1;0;1;0;1;0;2;1;0;1;2 +46,1449;1;1;0;1;0;1;0;2;1;0;1;2 +46,1453;1;1;0;1;0;1;0;2;1;0;1;2 +46,1443;1;1;0;1;0;1;0;2;1;0;1;2 +46,1453;1;1;0;1;0;1;0;2;1;0;1;2 +46,1499;1;1;0;1;0;1;0;2;1;0;1;2 +46,1495;1;1;0;1;0;1;0;2;1;0;1;2 +46,1482;1;1;0;1;0;1;0;2;1;0;1;2 +46,1445;1;1;0;1;0;1;0;2;1;0;1;2 +46,1495;1;1;0;1;0;1;0;2;1;0;1;2 +46,1451;1;1;0;1;0;1;0;2;1;0;1;2 +46,1496;1;1;0;1;0;1;0;2;1;0;1;2 +46,1494;1;1;0;1;0;1;0;2;1;0;1;2 +46,1492;1;1;0;1;0;1;0;2;1;0;1;2 +46,1479;1;1;0;1;0;1;0;2;1;0;1;2 +46,1506;1;1;0;1;0;1;0;2;1;0;1;2 +46,154;1;1;0;1;0;1;0;2;1;0;1;2 +46,1512;1;1;0;1;0;1;0;2;1;0;1;2 +46,1523;1;1;0;1;0;1;0;2;1;0;1;2 +46,1539;1;1;0;1;0;1;0;2;1;0;1;2 +46,1483;1;1;0;1;0;1;0;2;1;0;1;1 +46,1519;1;1;0;1;0;1;0;2;1;0;1;1 +46,1496;1;1;0;1;0;1;0;2;1;0;1;1 +46,1526;1;1;0;1;0;1;0;2;1;0;1;1 +46,1529;1;1;0;1;0;1;0;2;1;0;1;1 +46,15;1;1;0;1;0;1;0;2;1;0;1;1 +46,1506;1;1;0;1;0;1;0;2;1;0;1;1 +46,1538;1;1;0;1;0;1;0;2;1;0;1;1 +46,1568;1;1;0;1;0;1;0;2;1;0;1;1 +46,1529;1;1;0;1;0;1;0;2;1;0;1;1 +46,1574;1;1;0;1;0;1;0;2;1;0;1;1 +46,1517;1;1;0;1;0;1;0;2;1;0;1;1 +46,1495;1;1;0;1;0;1;0;2;1;0;1;1 +46,1488;1;1;0;1;0;1;0;2;1;0;1;1 +46,1498;1;1;0;1;0;1;0;2;1;0;1;1 +46,1544;1;1;0;1;0;1;0;2;1;0;1;1 +46,153;1;1;0;1;0;1;0;2;1;0;1;1 +46,153;1;1;0;1;0;1;0;2;1;0;1;1 +46,1512;1;1;0;1;0;1;0;2;1;0;1;1 +46,1504;1;1;0;1;0;1;0;2;1;0;1;1 +46,1557;1;1;0;1;0;1;0;2;1;0;1;1 +46,1543;1;1;0;1;0;1;0;2;1;0;1;1 +46,1511;1;1;0;1;0;1;0;2;1;0;1;1 +46,1507;1;1;0;1;0;1;0;2;1;0;1;1 +46,1504;1;1;0;1;0;1;0;2;1;0;1;1 +46,1536;1;1;0;1;0;1;0;2;1;0;1;1 +46,1527;1;1;0;1;0;1;0;2;1;0;1;1 +46,1508;1;1;0;1;0;1;0;2;1;0;1;1 +46,1498;1;1;0;1;0;1;0;2;1;0;1;1 +46,1515;1;1;0;1;0;1;0;2;1;0;1;1 +46,1543;1;1;0;1;0;1;0;2;1;0;1;1 +46,1513;1;1;0;1;0;1;0;2;1;0;1;1 +46,1512;1;1;0;1;0;1;0;2;1;0;1;1 +46,1545;1;1;0;1;0;1;0;2;1;0;1;1 +46,1472;1;1;0;1;0;1;0;2;1;0;1;1 +46,1497;1;1;0;1;0;1;0;2;1;0;1;1 +46,1513;1;1;0;1;0;1;0;2;1;0;1;1 +46,1559;1;1;0;1;0;1;0;2;1;0;1;1 +46,1506;1;1;0;1;0;1;0;2;1;0;1;1 +46,1516;1;1;0;1;0;1;0;2;1;0;1;1 +46,1515;1;1;0;1;0;1;0;2;1;0;1;1 +46,1532;1;1;0;1;0;1;0;2;1;0;1;1 +46,151;1;1;0;1;0;1;0;2;1;0;1;1 +46,1509;1;1;0;1;0;1;0;2;1;0;1;1 +46,1515;1;1;0;1;0;1;0;2;1;0;1;1 +46,1493;1;1;0;1;0;1;0;2;1;0;1;1 +46,1498;1;1;0;1;0;1;0;2;1;0;1;1 +46,1507;1;1;0;1;0;1;0;2;1;0;1;1 +46,1527;1;1;0;1;0;1;0;2;1;0;1;1 +46,1576;1;1;0;1;0;1;0;2;1;0;1;1 +46,15;1;1;0;1;0;1;0;2;1;0;1;2 +46,1512;1;1;0;1;0;1;0;2;1;0;1;2 +46,15;1;1;0;1;0;1;0;2;1;0;1;2 +46,1482;1;1;0;1;0;1;0;2;1;0;1;2 +46,1488;1;1;0;1;0;1;0;2;1;0;1;2 +46,1447;1;1;0;1;0;1;0;2;1;0;1;2 +46,1486;1;1;0;1;0;1;0;2;1;0;1;2 +46,1455;1;1;0;1;0;1;0;2;1;0;1;2 +46,1441;1;1;0;1;0;1;0;2;1;0;1;2 +46,1402;1;1;0;1;0;1;0;2;1;0;1;2 +46,1431;1;1;0;1;0;1;0;2;1;0;1;2 +46,1405;1;1;0;1;0;1;0;2;1;0;1;2 +46,1404;1;1;0;1;0;1;0;2;1;0;1;2 +46,1373;1;1;0;1;0;1;0;2;1;0;1;2 +46,1356;1;1;0;1;0;1;0;2;1;0;1;2 +46,136;1;1;0;1;0;1;0;2;1;0;1;2 +46,1365;1;1;0;1;0;1;0;2;1;0;1;2 +46,1351;1;1;0;1;0;1;0;2;1;0;1;2 +46,1331;1;1;0;1;0;1;0;2;1;0;1;2 +46,1348;1;1;0;1;0;1;0;2;1;0;1;2 +46,1298;1;1;0;1;0;1;0;2;1;0;1;2 +46,1297;1;1;0;1;0;1;0;2;1;0;1;2 +46,1268;1;1;0;1;0;1;0;2;1;0;1;2 +46,1301;1;1;0;1;0;1;0;2;1;0;1;2 +46,1299;1;1;0;1;0;1;0;2;1;0;1;2 +46,1273;1;1;0;1;0;1;0;2;1;0;1;2 +46,1253;1;1;0;1;0;1;0;2;1;0;1;2 +46,1252;1;1;0;1;0;1;0;2;1;0;1;2 +46,1272;1;1;0;1;0;1;0;2;1;0;1;2 +46,1219;1;1;0;1;0;1;0;2;1;0;1;2 +46,1205;1;1;0;1;0;1;0;2;1;0;1;2 +46,1213;1;1;0;1;0;1;0;2;1;0;1;2 +46,1185;1;1;0;1;0;1;0;2;1;0;1;2 +46,1188;1;1;0;1;0;1;0;2;1;0;1;2 +46,1187;1;1;0;1;0;1;0;2;1;0;1;2 +46,116;1;1;0;1;0;1;0;2;1;0;1;2 +46,1154;1;1;0;1;0;1;0;2;1;0;1;2 +46,1168;1;1;0;1;0;1;0;2;1;0;1;2 +46,1125;1;1;0;1;0;1;0;2;1;0;1;2 +46,1127;1;1;0;1;0;1;0;2;1;0;1;2 +46,1105;1;1;0;1;0;1;0;2;1;0;1;2 +46,1145;1;1;0;1;0;1;0;2;1;0;1;2 +46,1116;1;1;0;1;0;1;0;2;1;0;1;2 +46,1084;1;1;0;1;0;1;0;2;1;0;1;2 +46,1111;1;1;0;1;0;1;0;2;1;0;1;2 +46,1109;1;1;0;1;0;1;0;2;1;0;1;2 +46,1062;1;1;0;1;0;1;0;2;1;0;1;2 +46,1049;1;1;0;1;0;1;0;2;1;0;1;2 +46,1062;1;1;0;1;0;1;0;2;1;0;1;2 +46,1067;1;1;0;1;0;1;0;2;1;0;1;2 +46,0993;1;1;0;1;0;1;0;2;1;0;1;2 +46,1033;1;1;0;1;0;1;0;2;1;0;1;2 +46,099;1;1;0;1;0;1;0;2;1;0;1;2 +46,0997;1;1;0;1;0;1;0;2;1;0;1;2 +46,1006;1;1;0;1;0;1;0;2;1;0;1;2 +46,0986;1;1;0;1;0;1;0;2;1;0;1;2 +46,0974;1;1;0;1;0;1;0;2;1;0;1;2 +46,0985;1;1;0;1;0;1;0;2;1;0;1;2 +46,0949;1;1;0;1;0;1;0;2;1;0;1;2 +46,0948;1;1;0;1;0;1;0;2;1;0;1;2 +46,0968;1;1;0;1;0;1;0;2;1;0;1;2 +46,0921;1;1;0;1;0;1;0;2;1;0;1;2 +46,0919;1;1;0;1;0;1;0;2;1;0;1;2 +46,0944;1;1;0;1;0;1;0;2;1;0;1;2 +46,0866;1;1;0;1;0;1;0;2;1;0;1;2 +46,0872;1;1;0;1;0;1;0;2;1;0;1;2 +46,0867;1;1;0;1;0;1;0;2;1;0;1;2 +46,0835;1;1;0;1;0;1;0;2;1;0;1;2 +46,0868;1;1;0;1;0;1;0;2;1;0;1;2 +46,0858;1;1;0;1;0;1;0;2;1;0;1;2 +46,0832;1;1;0;1;0;1;0;2;1;0;1;2 +46,085;1;1;0;1;0;1;0;2;1;0;1;2 +46,0818;1;1;0;1;0;1;0;2;1;0;1;2 +46,0825;1;1;0;1;0;1;0;2;1;0;1;2 +46,0802;1;1;0;1;0;1;0;2;1;0;1;2 +46,0769;1;1;0;1;0;1;0;2;1;0;1;2 +46,0785;1;1;0;1;0;1;0;2;1;0;1;2 +46,0763;1;1;0;1;0;1;0;2;1;0;1;2 +46,0734;1;1;0;1;0;1;0;2;1;0;1;2 +46,0739;1;1;0;1;0;1;0;2;1;0;1;2 +46,0741;1;1;0;1;0;1;0;2;1;0;1;2 +46,0757;1;1;0;1;0;1;0;2;1;0;1;2 +46,0731;1;1;0;1;0;1;0;2;1;0;1;2 +46,0733;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0692;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0679;1;1;0;1;0;1;0;2;1;0;1;2 +46,0712;1;1;0;1;0;1;0;2;1;0;1;2 +46,0669;1;1;0;1;0;1;0;2;1;0;1;2 +46,0649;1;1;0;1;0;1;0;2;1;0;1;2 +46,0625;1;1;0;1;0;1;0;2;1;0;1;2 +46,0637;1;1;0;1;0;1;0;2;1;0;1;2 +46,0615;1;1;0;1;0;1;0;2;1;0;1;2 +46,0601;1;1;0;1;0;1;0;2;1;0;1;2 +46,059;1;1;0;1;0;1;0;2;1;0;1;2 +46,0624;1;1;0;1;0;1;0;2;1;0;1;2 +46,0589;1;1;0;1;0;1;0;2;1;0;1;2 +46,0592;1;1;0;1;0;1;0;2;1;0;1;2 +46,0558;1;1;0;1;0;1;0;2;1;0;1;2 +46,0551;1;1;0;1;0;1;0;2;1;0;1;2 +46,0554;1;1;0;1;0;1;0;2;1;0;1;2 +46,0553;1;1;0;1;0;1;0;2;1;0;1;2 +46,0495;1;1;0;1;0;1;0;2;1;0;1;2 +46,0502;1;1;0;1;0;1;0;2;1;0;1;2 +46,0466;1;1;0;1;0;1;0;2;1;0;1;2 +46,0502;1;1;0;1;0;1;0;2;1;0;1;2 +46,0487;1;1;0;1;0;1;0;2;1;0;1;2 +46,0502;1;1;0;1;0;1;0;2;1;0;1;2 +46,0485;1;1;0;1;0;1;0;2;1;0;1;2 +46,0462;1;1;0;1;0;1;0;2;1;0;1;2 +46,0436;1;1;0;1;0;1;0;2;1;0;1;2 +46,0436;1;1;0;1;0;1;0;2;1;0;1;2 +46,0416;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0375;1;1;0;1;0;1;0;2;1;0;1;2 +46,041;1;1;0;1;0;1;0;2;1;0;1;2 +46,035;1;1;0;1;0;1;0;2;1;0;1;2 +46,0384;1;1;0;1;0;1;0;2;1;0;1;2 +46,0385;1;1;0;1;0;1;0;2;1;0;1;2 +46,0355;1;1;0;1;0;1;0;2;1;0;1;2 +46,0329;1;1;0;1;0;1;0;2;1;0;1;2 +46,0333;1;1;0;1;0;1;0;2;1;0;1;2 +46,0325;1;1;0;1;0;1;0;2;1;0;1;2 +46,0341;1;1;0;1;0;1;0;2;1;0;1;2 +46,0306;1;1;0;1;0;1;0;2;1;0;1;2 +46,0319;1;1;0;1;0;1;0;2;1;0;1;2 +46,0294;1;1;0;1;0;1;0;2;1;0;1;2 +46,0286;1;1;0;1;0;1;0;2;1;0;1;2 +46,0265;1;1;0;1;0;1;0;2;1;0;1;2 +46,0259;1;1;0;1;0;1;0;2;1;0;1;2 +46,0247;1;1;0;1;0;1;0;2;1;0;1;2 +46,0245;1;1;0;1;0;1;0;2;1;0;1;2 +46,0206;1;1;0;1;0;1;0;2;1;0;1;2 +46,0194;1;1;0;1;0;1;0;2;1;0;1;2 +46,0218;1;1;0;1;0;1;0;2;1;0;1;2 +46,0205;1;1;0;1;0;1;0;2;1;0;1;2 +46,0204;1;1;0;1;0;1;0;2;1;0;1;2 +46,0166;1;1;0;1;0;1;0;2;1;0;1;2 +46,0167;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,0155;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,0154;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,0155;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,013;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,0133;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,011;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,0138;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,0112;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,0096;1;1;0;1;0;1;0;2;1;0;0,552549;2 +46,0084;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,004;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,0058;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,007;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,0046;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,0014;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,0026;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,0024;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,003;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,0003;1;1;0;1;0;1;0;1;1;0;0,821097;2 +46,0003;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,997;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,994;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,9966;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,9917;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,9951;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,9913;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,9892;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,9901;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,9917;1;1;0;1;0;1;0;1;1;0;0,796687;2 +45,99;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9898;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9864;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9842;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9839;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9841;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9839;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9744;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9799;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,982;1;1;0;1;0;1;0;2;1;0;0,667328;2 +45,9755;1;1;0;1;0;1;0;2;1;0;1;2 +45,9796;1;1;0;1;0;1;0;2;1;0;1;2 +45,9739;1;1;0;1;0;1;0;2;1;0;1;2 +45,9721;1;1;0;1;0;1;0;2;1;0;1;2 +45,9761;1;1;0;1;0;1;0;2;1;0;1;2 +45,9751;1;1;0;1;0;1;0;2;1;0;1;2 +45,9728;1;1;0;1;0;1;0;2;1;0;1;2 +45,9718;1;1;0;1;0;1;0;2;1;0;1;2 +45,9718;1;1;0;1;0;1;0;2;1;0;1;2 +45,9685;1;1;0;1;0;1;0;2;1;0;1;2 +45,9712;1;1;0;1;0;1;0;2;1;0;1;2 +45,9693;1;1;0;1;0;1;0;2;1;0;1;2 +45,9691;1;1;0;1;0;1;0;2;1;0;1;2 +45,9644;1;1;0;1;0;1;0;2;1;0;1;2 +45,9659;1;1;0;1;0;1;0;2;1;0;1;2 +45,9664;1;1;0;1;0;1;0;2;1;0;1;2 +45,9642;1;1;0;1;0;1;0;2;1;0;1;2 +45,9632;1;1;0;1;0;1;0;2;1;0;1;2 +45,9619;1;1;0;1;0;1;0;2;1;0;1;2 +45,9609;1;1;0;1;0;1;0;2;1;0;1;2 +45,9585;1;1;0;1;0;1;0;2;1;0;1;2 +45,9588;1;1;0;1;0;1;0;2;1;0;1;1 +45,9594;1;1;0;1;0;1;0;2;1;0;1;1 +45,9604;1;1;0;1;0;1;0;2;1;0;1;1 +45,9587;1;1;0;1;0;1;0;2;1;0;1;1 +45,9584;1;1;0;1;0;1;0;2;1;0;1;1 +45,9614;1;1;0;1;0;1;0;2;1;0;1;1 +45,9601;1;1;0;1;0;1;0;2;1;0;1;1 +45,9557;1;1;0;1;0;1;0;2;1;0;1;1 +45,9598;1;1;0;1;0;1;0;2;1;0;1;1 +45,96;1;1;0;1;0;1;0;2;1;0;1;1 +45,9602;1;1;0;1;0;1;0;2;1;0;1;1 +45,9603;1;1;0;1;0;1;0;2;1;0;1;1 +45,9643;1;1;0;1;0;1;0;2;1;0;1;1 +45,9595;1;1;0;1;0;1;0;2;1;0;1;1 +45,9624;1;1;0;1;0;1;0;2;1;0;1;1 +45,9632;1;1;0;1;0;1;0;2;1;0;1;1 +45,9587;1;1;0;1;0;1;0;2;1;0;1;1 +45,9612;1;1;0;1;0;1;0;2;1;0;1;1 +45,9551;1;1;0;1;0;1;0;2;1;0;1;1 +45,9586;1;1;0;1;0;1;0;2;1;0;1;1 +45,9601;1;1;0;1;0;1;0;2;1;0;1;1 +45,9602;1;1;0;1;0;1;0;2;1;0;1;1 +45,9612;1;1;0;1;0;1;0;2;1;0;1;1 +45,961;1;1;0;1;0;1;0;2;1;0;1;1 +45,9594;1;1;0;1;0;1;0;2;1;0;1;1 +45,9593;1;1;0;1;0;1;0;2;1;0;1;1 +45,9615;1;1;0;1;0;1;0;2;1;0;1;1 +45,9591;1;1;0;1;0;1;0;2;1;0;1;1 +45,9595;1;1;0;1;0;1;0;2;1;0;1;1 +45,9598;1;1;0;1;0;1;0;2;1;0;1;1 +45,9568;1;1;0;1;0;1;0;2;1;0;1;1 +45,9578;1;1;0;1;0;1;0;2;1;0;1;1 +45,9616;1;1;0;1;0;1;0;2;1;0;1;1 +45,9569;1;1;0;1;0;1;0;2;1;0;1;1 +45,9619;1;1;0;1;0;1;0;2;1;0;1;1 +45,9606;1;1;0;1;0;1;0;2;1;0;1;1 +45,9599;1;1;0;1;0;1;0;2;1;0;1;1 +45,9606;1;1;0;1;0;1;0;2;1;0;1;1 +45,9607;1;1;0;1;0;1;0;2;1;0;1;1 +45,9555;1;1;0;1;0;1;0;2;1;0;1;1 +45,9603;1;1;0;1;0;1;0;2;1;0;1;1 +45,963;1;1;0;1;0;1;0;2;1;0;1;1 +45,9569;1;1;0;1;0;1;0;2;1;0;1;1 +45,9619;1;1;0;1;0;1;0;2;1;0;1;1 +45,9612;1;1;0;1;0;1;0;2;1;0;1;1 +45,9594;1;1;0;1;0;1;0;2;1;0;1;1 +45,9574;1;1;0;1;0;1;0;2;1;0;1;1 +45,9621;1;1;0;1;0;1;0;2;1;0;1;1 +45,9608;1;1;0;1;0;1;0;2;1;0;1;1 +45,9612;1;1;0;1;0;1;0;2;1;0;1;1 +45,9603;1;1;0;1;0;1;0;2;1;0;1;2 +45,9612;1;1;0;1;0;1;0;2;1;0;1;2 +45,9638;1;1;0;1;0;1;0;2;1;0;1;2 +45,9629;1;1;0;1;0;1;0;2;1;0;1;2 +45,9616;1;1;0;1;0;1;0;2;1;0;1;2 +45,9641;1;1;0;1;0;1;0;2;1;0;1;2 +45,9606;1;1;0;1;0;1;0;2;1;0;1;2 +45,9619;1;1;0;1;0;1;0;2;1;0;1;2 +45,966;1;1;0;1;0;1;0;2;1;0;1;2 +45,9655;1;1;0;1;0;1;0;2;1;0;1;2 +45,9641;1;1;0;1;0;1;0;2;1;0;1;2 +45,9663;1;1;0;1;0;1;0;2;1;0;1;2 +45,9646;1;1;0;1;0;1;0;2;1;0;1;2 +45,9669;1;1;0;1;0;1;0;2;1;0;1;2 +45,9712;1;1;0;1;0;1;0;2;1;0;1;2 +45,9636;1;1;0;1;0;1;0;2;1;0;1;2 +45,9666;1;1;0;1;0;1;0;2;1;0;1;2 +45,9708;1;1;0;1;0;1;0;2;1;0;1;2 +45,9679;1;1;0;1;0;1;0;2;1;0;1;2 +45,9686;1;1;0;1;0;1;0;2;1;0;1;2 +45,9707;1;1;0;1;0;1;0;2;1;0;1;2 +45,9722;1;1;0;1;0;1;0;2;1;0;1;2 +45,9715;1;1;0;1;0;1;0;2;1;0;1;2 +45,9717;1;1;0;1;0;1;0;2;1;0;1;2 +45,9711;1;1;0;1;0;1;0;2;1;0;1;2 +45,9725;1;1;0;1;0;1;0;2;1;0;1;2 +45,9706;1;1;0;1;0;1;0;2;1;0;1;2 +45,9766;1;1;0;1;0;1;0;2;1;0;1;2 +45,9707;1;1;0;1;0;1;0;2;1;0;1;2 +45,9735;1;1;0;1;0;1;0;2;1;0;1;2 +45,9764;1;1;0;1;0;1;0;2;1;0;1;2 +45,976;1;1;0;1;0;1;0;2;1;0;1;2 +45,9774;1;1;0;1;0;1;0;2;1;0;1;2 +45,9748;1;1;0;1;0;1;0;2;1;0;1;2 +45,9753;1;1;0;1;0;1;0;2;1;0;1;2 +45,9775;1;1;0;1;0;1;0;2;1;0;1;2 +45,9796;1;1;0;1;0;1;0;2;1;0;1;2 +45,9828;1;1;0;1;0;1;0;2;1;0;1;2 +45,9789;1;1;0;1;0;1;0;2;1;0;1;2 +45,98;1;1;0;1;0;1;0;2;1;0;1;2 +45,9784;1;1;0;1;0;1;0;2;1;0;1;2 +45,9817;1;1;0;1;0;1;0;2;1;0;1;2 +45,9759;1;1;0;1;0;1;0;2;1;0;1;2 +45,9801;1;1;0;1;0;1;0;2;1;0;1;2 +45,9818;1;1;0;1;0;1;0;2;1;0;1;2 +45,9812;1;1;0;1;0;1;0;2;1;0;1;2 +45,9842;1;1;0;1;0;1;0;2;1;0;1;2 +45,9847;1;1;0;1;0;1;0;2;1;0;1;2 +45,983;1;1;0;1;0;1;0;2;1;0;1;2 +45,9827;1;1;0;1;0;1;0;2;1;0;1;2 +45,9893;1;1;0;1;0;1;0;2;1;0;1;2 +45,9882;1;1;0;1;0;1;0;2;1;0;1;2 +45,9827;1;1;0;1;0;1;0;2;1;0;1;2 +45,9848;1;1;0;1;0;1;0;2;1;0;1;2 +45,9873;1;1;0;1;0;1;0;2;1;0;1;2 +45,9867;1;1;0;1;0;1;0;2;1;0;1;2 +45,9873;1;1;0;1;0;1;0;2;1;0;1;2 +45,9884;1;1;0;1;0;1;0;2;1;0;1;2 +45,9889;1;1;0;1;0;1;0;2;1;0;1;2 +45,9858;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,9895;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,9879;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,9871;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,9902;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,9924;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,993;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,9938;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,9892;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,992;1;1;0;1;0;1;0;2;1;0;0,922533;2 +45,993;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,9897;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,997;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,995;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,9957;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,9937;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,9972;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,9979;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,9989;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,996;1;1;0;1;0;1;0;2;1;0;0,75047;2 +45,998;1;1;0;1;0;1;0;2;1;0;0,523751;2 +46,001;1;1;0;1;0;1;0;2;1;0;0,523751;2 +45,9996;1;1;0;1;0;1;0;2;1;0;0,523751;2 +46;1;1;0;1;0;1;0;2;1;0;0,523751;2 +46,0001;1;1;0;1;0;1;0;2;1;0;0,523751;2 +45,9998;1;1;0;1;0;1;0;2;1;0;0,523751;2 +45,9947;1;1;0;1;0;1;0;2;1;0;0,523751;2 +46,0044;1;1;0;1;0;1;0;2;1;0;0,523751;2 +45,9994;1;1;0;1;0;1;0;2;1;0;0,523751;2 +46,0031;1;1;0;1;0;1;0;2;1;0;0,523751;2 +46,0043;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0021;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0045;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0044;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0068;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0057;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0036;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0051;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0052;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0071;1;1;0;1;0;1;0;1;1;0;0,686331;2 +46,0074;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0094;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0069;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0082;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,009;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0128;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,888076;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0147;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0184;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0174;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0161;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0153;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0159;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0154;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0149;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0157;1;1;0;1;0;1;0;1;1;0;0,929884;2 +46,0171;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0168;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0195;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0177;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0189;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0156;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0229;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0202;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0192;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0212;1;1;0;1;0;1;0;1;1;0;0,669355;2 +46,0223;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0235;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0234;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0234;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,024;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0201;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0265;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0283;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0262;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0257;1;1;0;1;0;1;0;1;1;0;0,521865;2 +46,0277;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0283;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0272;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,03;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0292;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0281;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0295;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0311;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0304;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0326;1;1;0;1;0;1;0;2;1;0;0,71996;2 +46,0323;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,0334;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,032;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,0333;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,0333;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,0333;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,0384;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,0337;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,037;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,0375;1;1;0;1;0;1;0;2;1;0;0,941611;2 +46,0377;1;1;0;1;0;1;0;2;1;0;1;2 +46,0383;1;1;0;1;0;1;0;2;1;0;1;2 +46,0361;1;1;0;1;0;1;0;2;1;0;1;2 +46,038;1;1;0;1;0;1;0;2;1;0;1;2 +46,0361;1;1;0;1;0;1;0;2;1;0;1;2 +46,0397;1;1;0;1;0;1;0;2;1;0;1;2 +46,0373;1;1;0;1;0;1;0;2;1;0;1;2 +46,0422;1;1;0;1;0;1;0;2;1;0;1;2 +46,0401;1;1;0;1;0;1;0;2;1;0;1;2 +46,0427;1;1;0;1;0;1;0;2;1;0;1;2 +46,0399;1;1;0;1;0;1;0;2;1;0;1;2 +46,0407;1;1;0;1;0;1;0;2;1;0;1;2 +46,0437;1;1;0;1;0;1;0;2;1;0;1;2 +46,0437;1;1;0;1;0;1;0;2;1;0;1;2 +46,0457;1;1;0;1;0;1;0;2;1;0;1;2 +46,0438;1;1;0;1;0;1;0;2;1;0;1;2 +46,0444;1;1;0;1;0;1;0;2;1;0;1;2 +46,048;1;1;0;1;0;1;0;2;1;0;1;2 +46,0483;1;1;0;1;0;1;0;2;1;0;1;2 +46,0462;1;1;0;1;0;1;0;2;1;0;1;2 +46,0457;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0482;1;1;0;1;0;1;0;2;1;0;1;2 +46,0462;1;1;0;1;0;1;0;2;1;0;1;2 +46,0481;1;1;0;1;0;1;0;2;1;0;1;2 +46,0507;1;1;0;1;0;1;0;2;1;0;1;2 +46,0494;1;1;0;1;0;1;0;2;1;0;1;2 +46,051;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0496;1;1;0;1;0;1;0;2;1;0;1;2 +46,0499;1;1;0;1;0;1;0;2;1;0;1;2 +46,0521;1;1;0;1;0;1;0;2;1;0;1;2 +46,0533;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0551;1;1;0;1;0;1;0;2;1;0;1;2 +46,0507;1;1;0;1;0;1;0;2;1;0;1;2 +46,0545;1;1;0;1;0;1;0;2;1;0;1;2 +46,0538;1;1;0;1;0;1;0;2;1;0;1;2 +46,0516;1;1;0;1;0;1;0;2;1;0;1;2 +46,0559;1;1;0;1;0;1;0;2;1;0;1;2 +46,0577;1;1;0;1;0;1;0;2;1;0;1;2 +46,0563;1;1;0;1;0;1;0;2;1;0;1;1 +46,0561;1;1;0;1;0;1;0;2;1;0;1;1 +46,0549;1;1;0;1;0;1;0;2;1;0;1;1 +46,0596;1;1;0;1;0;1;0;2;1;0;1;1 +46,056;1;1;0;1;0;1;0;2;1;0;1;1 +46,0543;1;1;0;1;0;1;0;2;1;0;1;1 +46,0547;1;1;0;1;0;1;0;2;1;0;1;1 +46,0583;1;1;0;1;0;1;0;2;1;0;1;1 +46,0583;1;1;0;1;0;1;0;2;1;0;1;1 +46,0566;1;1;0;1;0;1;0;2;1;0;1;1 +46,0568;1;1;0;1;0;1;0;2;1;0;1;1 +46,0549;1;1;0;1;0;1;0;2;1;0;1;1 +46,0582;1;1;0;1;0;1;0;2;1;0;1;1 +46,0549;1;1;0;1;0;1;0;2;1;0;1;1 +46,0597;1;1;0;1;0;1;0;2;1;0;1;1 +46,0555;1;1;0;1;0;1;0;2;1;0;1;1 +46,0568;1;1;0;1;0;1;0;2;1;0;1;1 +46,0534;1;1;0;1;0;1;0;2;1;0;1;1 +46,0592;1;1;0;1;0;1;0;2;1;0;1;1 +46,0575;1;1;0;1;0;1;0;2;1;0;1;1 +46,058;1;1;0;1;0;1;0;2;1;0;1;1 +46,0561;1;1;0;1;0;1;0;2;1;0;1;1 +46,0567;1;1;0;1;0;1;0;2;1;0;1;1 +46,0573;1;1;0;1;0;1;0;2;1;0;1;1 +46,0566;1;1;0;1;0;1;0;2;1;0;1;1 +46,0581;1;1;0;1;0;1;0;2;1;0;1;1 +46,0566;1;1;0;1;0;1;0;2;1;0;1;1 +46,0575;1;1;0;1;0;1;0;2;1;0;1;1 +46,0554;1;1;0;1;0;1;0;2;1;0;1;1 +46,0561;1;1;0;1;0;1;0;2;1;0;1;1 +46,0575;1;1;0;1;0;1;0;2;1;0;1;1 +46,0578;1;1;0;1;0;1;0;2;1;0;1;1 +46,0562;1;1;0;1;0;1;0;2;1;0;1;1 +46,0541;1;1;0;1;0;1;0;2;1;0;1;1 +46,0555;1;1;0;1;0;1;0;2;1;0;1;1 +46,052;1;1;0;1;0;1;0;2;1;0;1;1 +46,0564;1;1;0;1;0;1;0;2;1;0;1;1 +46,0537;1;1;0;1;0;1;0;2;1;0;1;1 +46,0547;1;1;0;1;0;1;0;2;1;0;1;1 +46,0544;1;1;0;1;0;1;0;2;1;0;1;1 +46,0511;1;1;0;1;0;1;0;2;1;0;1;1 +46,0565;1;1;0;1;0;1;0;2;1;0;1;1 +46,0565;1;1;0;1;0;1;0;2;1;0;1;1 +46,0548;1;1;0;1;0;1;0;2;1;0;1;1 +46,0533;1;1;0;1;0;1;0;2;1;0;1;1 +46,0549;1;1;0;1;0;1;0;2;1;0;1;1 +46,056;1;1;0;1;0;1;0;2;1;0;1;1 +46,0565;1;1;0;1;0;1;0;2;1;0;1;1 +46,0547;1;1;0;1;0;1;0;2;1;0;1;1 +46,0552;1;1;0;1;0;1;0;2;1;0;1;1 +46,055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0561;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0575;1;1;0;1;0;1;0;2;1;0;1;2 +46,0534;1;1;0;1;0;1;0;2;1;0;1;2 +46,0569;1;1;0;1;0;1;0;2;1;0;1;2 +46,0546;1;1;0;1;0;1;0;2;1;0;1;2 +46,055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0524;1;1;0;1;0;1;0;2;1;0;1;2 +46,0524;1;1;0;1;0;1;0;2;1;0;1;2 +46,0538;1;1;0;1;0;1;0;2;1;0;1;2 +46,053;1;1;0;1;0;1;0;2;1;0;1;2 +46,0498;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,0494;1;1;0;1;0;1;0;2;1;0;1;2 +46,0526;1;1;0;1;0;1;0;2;1;0;1;2 +46,0539;1;1;0;1;0;1;0;2;1;0;1;2 +46,052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0491;1;1;0;1;0;1;0;2;1;0;1;2 +46,0511;1;1;0;1;0;1;0;2;1;0;1;2 +46,0512;1;1;0;1;0;1;0;2;1;0;1;2 +46,0516;1;1;0;1;0;1;0;2;1;0;1;2 +46,0491;1;1;0;1;0;1;0;2;1;0;1;2 +46,0456;1;1;0;1;0;1;0;2;1;0;1;2 +46,0522;1;1;0;1;0;1;0;2;1;0;1;2 +46,0499;1;1;0;1;0;1;0;2;1;0;1;2 +46,0476;1;1;0;1;0;1;0;2;1;0;1;2 +46,0495;1;1;0;1;0;1;0;2;1;0;1;2 +46,0478;1;1;0;1;0;1;0;2;1;0;1;2 +46,049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0454;1;1;0;1;0;1;0;2;1;0;1;2 +46,0502;1;1;0;1;0;1;0;2;1;0;1;2 +46,0497;1;1;0;1;0;1;0;2;1;0;1;2 +46,0487;1;1;0;1;0;1;0;2;1;0;1;2 +46,0473;1;1;0;1;0;1;0;2;1;0;1;2 +46,0493;1;1;0;1;0;1;0;2;1;0;1;2 +46,0457;1;1;0;1;0;1;0;2;1;0;1;2 +46,0469;1;1;0;1;0;1;0;2;1;0;1;2 +46,0472;1;1;0;1;0;1;0;2;1;0;1;2 +46,047;1;1;0;1;0;1;0;2;1;0;1;2 +46,0479;1;1;0;1;0;1;0;2;1;0;1;2 +46,047;1;1;0;1;0;1;0;2;1;0;1;2 +46,0463;1;1;0;1;0;1;0;2;1;0;1;2 +46,0446;1;1;0;1;0;1;0;2;1;0;1;2 +46,0463;1;1;0;1;0;1;0;2;1;0;1;2 +46,0444;1;1;0;1;0;1;0;2;1;0;1;2 +46,0412;1;1;0;1;0;1;0;2;1;0;1;2 +46,0425;1;1;0;1;0;1;0;2;1;0;1;2 +46,0425;1;1;0;1;0;1;0;2;1;0;1;2 +46,0446;1;1;0;1;0;1;0;2;1;0;1;2 +46,0432;1;1;0;1;0;1;0;2;1;0;1;2 +46,0421;1;1;0;1;0;1;0;2;1;0;1;2 +46,0444;1;1;0;1;0;1;0;2;1;0;1;2 +46,0427;1;1;0;1;0;1;0;2;1;0;1;2 +46,0437;1;1;0;1;0;1;0;2;1;0;1;2 +46,0413;1;1;0;1;0;1;0;2;1;0;1;2 +46,0448;1;1;0;1;0;1;0;2;1;0;1;2 +46,0434;1;1;0;1;0;1;0;2;1;0;1;2 +46,0429;1;1;0;1;0;1;0;2;1;0;1;2 +46,0407;1;1;0;1;0;1;0;2;1;0;1;2 +46,0409;1;1;0;1;0;1;0;2;1;0;1;2 +46,0403;1;1;0;1;0;1;0;2;1;0;1;2 +46,0414;1;1;0;1;0;1;0;2;1;0;1;2 +46,0407;1;1;0;1;0;1;0;2;1;0;1;2 +46,0388;1;1;0;1;0;1;0;2;1;0;1;2 +46,0421;1;1;0;1;0;1;0;2;1;0;1;2 +46,0403;1;1;0;1;0;1;0;2;1;0;1;2 +46,0409;1;1;0;1;0;1;0;2;1;0;1;2 +46,0402;1;1;0;1;0;1;0;2;1;0;1;2 +46,0397;1;1;0;1;0;1;0;2;1;0;1;2 +46,0391;1;1;0;1;0;1;0;2;1;0;1;2 +46,0397;1;1;0;1;0;1;0;2;1;0;1;2 +46,039;1;1;0;1;0;1;0;2;1;0;1;2 +46,0332;1;1;0;1;0;1;0;2;1;0;1;2 +46,0399;1;1;0;1;0;1;0;2;1;0;1;2 +46,0355;1;1;0;1;0;1;0;2;1;0;1;2 +46,0369;1;1;0;1;0;1;0;2;1;0;1;2 +46,0373;1;1;0;1;0;1;0;2;1;0;1;2 +46,0363;1;1;0;1;0;1;0;2;1;0;1;2 +46,0398;1;1;0;1;0;1;0;2;1;0;1;2 +46,0367;1;1;0;1;0;1;0;2;1;0;1;2 +46,0369;1;1;0;1;0;1;0;2;1;0;1;2 +46,0376;1;1;0;1;0;1;0;2;1;0;1;2 +46,0374;1;1;0;1;0;1;0;2;1;0;1;2 +46,0341;1;1;0;1;0;1;0;2;1;0;1;2 +46,0315;1;1;0;1;0;1;0;2;1;0;1;2 +46,0353;1;1;0;1;0;1;0;2;1;0;1;2 +46,0324;1;1;0;1;0;1;0;2;1;0;1;2 +46,037;1;1;0;1;0;1;0;2;1;0;1;2 +46,0319;1;1;0;1;0;1;0;2;1;0;1;2 +46,0335;1;1;0;1;0;1;0;2;1;0;1;2 +46,0299;1;1;0;1;0;1;0;2;1;0;1;2 +46,0348;1;1;0;1;0;1;0;2;1;0;1;2 +46,0318;1;1;0;1;0;1;0;2;1;0;1;2 +46,0344;1;1;0;1;0;1;0;2;1;0;1;2 +46,0335;1;1;0;1;0;1;0;2;1;0;1;2 +46,0321;1;1;0;1;0;1;0;2;1;0;1;2 +46,0319;1;1;0;1;0;1;0;2;1;0;1;2 +46,0325;1;1;0;1;0;1;0;2;1;0;1;2 +46,0326;1;1;0;1;0;1;0;2;1;0;1;2 +46,0317;1;1;0;1;0;1;0;2;1;0;1;2 +46,0282;1;1;0;1;0;1;0;2;1;0;1;2 +46,0261;1;1;0;1;0;1;0;2;1;0;1;2 +46,0316;1;1;0;1;0;1;0;2;1;0;1;2 +46,0287;1;1;0;1;0;1;0;2;1;0;1;2 +46,0308;1;1;0;1;0;1;0;2;1;0;1;2 +46,0294;1;1;0;1;0;1;0;2;1;0;1;2 +46,0301;1;1;0;1;0;1;0;2;1;0;1;2 +46,0207;1;1;0;1;0;1;0;2;1;0;1;2 +46,0303;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0284;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0283;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,023;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0285;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0355;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0258;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0313;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0288;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0284;1;1;0;1;0;1;0;2;1;0;0,891232;2 +46,0256;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0239;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0296;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,026;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0238;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0251;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0261;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0257;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0261;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0208;1;1;0;1;0;1;0;2;1;0;0,874326;2 +46,0245;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0228;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0212;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,025;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0236;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0299;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0216;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0248;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0254;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0236;1;1;0;1;0;1;0;2;1;0;0,732811;2 +46,0228;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0237;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0201;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0252;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0189;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0206;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0241;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0235;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0194;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,019;1;1;0;1;0;1;0;2;1;0;0,684282;2 +46,0231;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0215;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0167;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0191;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0213;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0164;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0197;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0155;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0206;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0202;1;1;0;1;0;1;0;2;1;0;0,582482;2 +46,0139;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0169;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0163;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0184;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0155;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0187;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0157;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0147;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0159;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,0171;1;1;0;1;0;1;0;1;1;0;0,562626;2 +46,011;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,0144;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,0158;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,013;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,0154;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,0144;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,015;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,0149;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,0113;1;1;0;1;0;1;0;1;1;0;0,672908;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0103;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0106;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0103;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0132;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0078;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,012;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0129;1;1;0;1;0;1;0;1;1;0;0,768315;2 +46,0119;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,0139;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,0085;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,0096;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,017;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,0109;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,012;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,0105;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,0052;1;1;0;1;0;1;0;1;1;0;0,884541;2 +46,0065;1;1;0;1;0;1;0;1;1;0;0,927177;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,927177;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0051;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0016;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,987242;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,0117;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,964567;1 +46,0108;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0042;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,991304;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,978104;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,997057;1 +46,0126;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0103;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0121;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,980137;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,006;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0126;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,981998;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0038;1;1;0;1;0;1;0;1;1;0;1;1 +46,0114;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,988765;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0033;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0143;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0115;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0102;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..0f97377 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_2/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/out_excel.csv b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/out_excel.csv new file mode 100644 index 0000000..27f98c5 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0108;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0065;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0095;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,0098;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,0104;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,0084;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,007;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,007;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0073;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,0057;1;1;0;1;0;1;0;0;1;0;0;1 +46,0061;1;1;0;1;0;1;0;0;1;0;0;1 +46,0073;1;1;0;1;0;1;0;0;1;0;0;1 +46,0048;1;1;0;1;0;1;0;0;1;0;0;1 +46,0041;1;1;0;1;0;1;0;0;1;0;0;1 +46,0067;1;1;0;1;0;1;0;0;1;0;0;1 +46,0081;1;1;0;1;0;1;0;0;1;0;0;1 +46,0064;1;1;0;1;0;1;0;0;1;0;0;1 +46,0076;1;1;0;1;0;1;0;0;1;0;0;1 +46,0078;1;1;0;1;0;1;0;0;1;0;0;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0035;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0034;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,945614;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,01;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,963213;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,992996;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0031;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,980812;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0121;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0129;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0038;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,975059;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,990457;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0047;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,934784;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0188;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,985551;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,967951;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0129;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0033;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,967275;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0119;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0049;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0049;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0151;1;1;0;1;0;1;0;1;1;0;0,997564;1 +46,0052;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0046;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0048;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0044;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,993503;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,969813;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0106;1;1;0;1;0;1;0;1;1;0;1;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;1;1 +46,01;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0124;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0111;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,0122;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0041;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0143;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,965247;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0097;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0067;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0039;1;1;0;1;0;1;0;1;1;0;1;2 +46,0083;1;1;0;1;0;1;0;1;1;0;1;2 +46,0087;1;1;0;1;0;1;0;1;1;0;1;2 +46,0092;1;1;0;1;0;1;0;1;1;0;1;2 +46,0103;1;1;0;1;0;1;0;1;1;0;1;2 +46,0115;1;1;0;1;0;1;0;1;1;0;1;2 +46,0126;1;1;0;1;0;1;0;1;1;0;1;2 +46,0113;1;1;0;1;0;1;0;1;1;0;1;2 +46,0152;1;1;0;1;0;1;0;1;1;0;1;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,0116;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,0155;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,014;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,0162;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,0155;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,0151;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,016;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,0166;1;1;0;1;0;1;0;1;1;0;0,929377;2 +46,0168;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,017;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,0176;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,0182;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,0118;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,019;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,0227;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,02;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,0211;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,0202;1;1;0;1;0;1;0;1;1;0;0,721118;2 +46,0219;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0188;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0219;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0215;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0302;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0222;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0249;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0254;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0256;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0243;1;1;0;1;0;1;0;1;1;0;0,545713;2 +46,0253;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0253;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0266;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0287;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0264;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,03;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0294;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0327;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0284;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0301;1;1;0;1;0;1;0;2;1;0;0,678193;2 +46,0317;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0271;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0355;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0237;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0342;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0334;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0356;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0345;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0349;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0345;1;1;0;1;0;1;0;2;1;0;0,895965;2 +46,0354;1;1;0;1;0;1;0;2;1;0;1;2 +46,0372;1;1;0;1;0;1;0;2;1;0;1;2 +46,037;1;1;0;1;0;1;0;2;1;0;1;2 +46,038;1;1;0;1;0;1;0;2;1;0;1;2 +46,0363;1;1;0;1;0;1;0;2;1;0;1;2 +46,0417;1;1;0;1;0;1;0;2;1;0;1;2 +46,0388;1;1;0;1;0;1;0;2;1;0;1;2 +46,0399;1;1;0;1;0;1;0;2;1;0;1;2 +46,0392;1;1;0;1;0;1;0;2;1;0;1;2 +46,0402;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0434;1;1;0;1;0;1;0;2;1;0;1;2 +46,0401;1;1;0;1;0;1;0;2;1;0;1;2 +46,0431;1;1;0;1;0;1;0;2;1;0;1;2 +46,0419;1;1;0;1;0;1;0;2;1;0;1;2 +46,0388;1;1;0;1;0;1;0;2;1;0;1;2 +46,0427;1;1;0;1;0;1;0;2;1;0;1;2 +46,0435;1;1;0;1;0;1;0;2;1;0;1;2 +46,0421;1;1;0;1;0;1;0;2;1;0;1;2 +46,0412;1;1;0;1;0;1;0;2;1;0;1;2 +46,0436;1;1;0;1;0;1;0;2;1;0;1;2 +46,0438;1;1;0;1;0;1;0;2;1;0;1;2 +46,0502;1;1;0;1;0;1;0;2;1;0;1;2 +46,0465;1;1;0;1;0;1;0;2;1;0;1;2 +46,0473;1;1;0;1;0;1;0;2;1;0;1;2 +46,0463;1;1;0;1;0;1;0;2;1;0;1;2 +46,0478;1;1;0;1;0;1;0;2;1;0;1;2 +46,0483;1;1;0;1;0;1;0;2;1;0;1;2 +46,0464;1;1;0;1;0;1;0;2;1;0;1;2 +46,0491;1;1;0;1;0;1;0;2;1;0;1;2 +46,0503;1;1;0;1;0;1;0;2;1;0;1;2 +46,0504;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0494;1;1;0;1;0;1;0;2;1;0;1;2 +46,0523;1;1;0;1;0;1;0;2;1;0;1;2 +46,052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0477;1;1;0;1;0;1;0;2;1;0;1;2 +46,0512;1;1;0;1;0;1;0;2;1;0;1;2 +46,0476;1;1;0;1;0;1;0;2;1;0;1;2 +46,0534;1;1;0;1;0;1;0;2;1;0;1;2 +46,0513;1;1;0;1;0;1;0;2;1;0;1;2 +46,055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0531;1;1;0;1;0;1;0;2;1;0;1;2 +46,0558;1;1;0;1;0;1;0;2;1;0;1;2 +46,057;1;1;0;1;0;1;0;2;1;0;1;2 +46,0577;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,06;1;1;0;1;0;1;0;2;1;0;1;2 +46,0588;1;1;0;1;0;1;0;2;1;0;1;2 +46,0588;1;1;0;1;0;1;0;2;1;0;1;2 +46,0594;1;1;0;1;0;1;0;2;1;0;1;2 +46,0618;1;1;0;1;0;1;0;2;1;0;1;2 +46,0603;1;1;0;1;0;1;0;2;1;0;1;2 +46,0583;1;1;0;1;0;1;0;2;1;0;1;2 +46,0565;1;1;0;1;0;1;0;2;1;0;1;2 +46,0608;1;1;0;1;0;1;0;2;1;0;1;2 +46,0645;1;1;0;1;0;1;0;2;1;0;1;2 +46,0602;1;1;0;1;0;1;0;2;1;0;1;2 +46,0643;1;1;0;1;0;1;0;2;1;0;1;2 +46,0669;1;1;0;1;0;1;0;2;1;0;1;2 +46,0637;1;1;0;1;0;1;0;2;1;0;1;2 +46,0654;1;1;0;1;0;1;0;2;1;0;1;2 +46,0604;1;1;0;1;0;1;0;2;1;0;1;2 +46,0642;1;1;0;1;0;1;0;2;1;0;1;2 +46,0725;1;1;0;1;0;1;0;2;1;0;1;2 +46,0643;1;1;0;1;0;1;0;2;1;0;1;2 +46,0681;1;1;0;1;0;1;0;2;1;0;1;2 +46,0709;1;1;0;1;0;1;0;2;1;0;1;2 +46,0652;1;1;0;1;0;1;0;2;1;0;1;2 +46,0671;1;1;0;1;0;1;0;2;1;0;1;2 +46,0686;1;1;0;1;0;1;0;2;1;0;1;2 +46,0669;1;1;0;1;0;1;0;2;1;0;1;2 +46,0701;1;1;0;1;0;1;0;2;1;0;1;2 +46,0707;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0696;1;1;0;1;0;1;0;2;1;0;1;2 +46,069;1;1;0;1;0;1;0;2;1;0;1;2 +46,0698;1;1;0;1;0;1;0;2;1;0;1;2 +46,074;1;1;0;1;0;1;0;2;1;0;1;2 +46,073;1;1;0;1;0;1;0;2;1;0;1;2 +46,0713;1;1;0;1;0;1;0;2;1;0;1;2 +46,0725;1;1;0;1;0;1;0;2;1;0;1;2 +46,0735;1;1;0;1;0;1;0;2;1;0;1;2 +46,0755;1;1;0;1;0;1;0;2;1;0;1;2 +46,0726;1;1;0;1;0;1;0;2;1;0;1;2 +46,0757;1;1;0;1;0;1;0;2;1;0;1;2 +46,0714;1;1;0;1;0;1;0;2;1;0;1;2 +46,0771;1;1;0;1;0;1;0;2;1;0;1;2 +46,0759;1;1;0;1;0;1;0;2;1;0;1;2 +46,0763;1;1;0;1;0;1;0;2;1;0;1;2 +46,0743;1;1;0;1;0;1;0;2;1;0;1;2 +46,0783;1;1;0;1;0;1;0;2;1;0;1;2 +46,0762;1;1;0;1;0;1;0;2;1;0;1;2 +46,0771;1;1;0;1;0;1;0;2;1;0;1;2 +46,0826;1;1;0;1;0;1;0;2;1;0;1;2 +46,0786;1;1;0;1;0;1;0;2;1;0;1;2 +46,0802;1;1;0;1;0;1;0;2;1;0;1;2 +46,0806;1;1;0;1;0;1;0;2;1;0;1;2 +46,0802;1;1;0;1;0;1;0;2;1;0;1;2 +46,0812;1;1;0;1;0;1;0;2;1;0;1;2 +46,0806;1;1;0;1;0;1;0;2;1;0;1;2 +46,08;1;1;0;1;0;1;0;2;1;0;1;2 +46,0836;1;1;0;1;0;1;0;2;1;0;1;2 +46,0817;1;1;0;1;0;1;0;2;1;0;1;2 +46,0828;1;1;0;1;0;1;0;2;1;0;1;2 +46,0766;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0825;1;1;0;1;0;1;0;2;1;0;1;2 +46,0852;1;1;0;1;0;1;0;2;1;0;1;2 +46,0879;1;1;0;1;0;1;0;2;1;0;1;2 +46,0865;1;1;0;1;0;1;0;2;1;0;1;2 +46,0869;1;1;0;1;0;1;0;2;1;0;1;2 +46,0903;1;1;0;1;0;1;0;2;1;0;1;2 +46,0879;1;1;0;1;0;1;0;2;1;0;1;2 +46,0824;1;1;0;1;0;1;0;2;1;0;1;2 +46,0917;1;1;0;1;0;1;0;2;1;0;1;2 +46,0877;1;1;0;1;0;1;0;2;1;0;1;2 +46,0905;1;1;0;1;0;1;0;2;1;0;1;2 +46,0902;1;1;0;1;0;1;0;2;1;0;1;2 +46,0896;1;1;0;1;0;1;0;2;1;0;1;2 +46,0893;1;1;0;1;0;1;0;2;1;0;1;2 +46,0912;1;1;0;1;0;1;0;2;1;0;1;2 +46,0922;1;1;0;1;0;1;0;2;1;0;1;2 +46,0904;1;1;0;1;0;1;0;2;1;0;1;2 +46,0915;1;1;0;1;0;1;0;2;1;0;1;2 +46,0922;1;1;0;1;0;1;0;2;1;0;1;2 +46,0938;1;1;0;1;0;1;0;2;1;0;1;2 +46,0954;1;1;0;1;0;1;0;2;1;0;1;2 +46,0943;1;1;0;1;0;1;0;2;1;0;1;2 +46,0965;1;1;0;1;0;1;0;2;1;0;1;2 +46,0946;1;1;0;1;0;1;0;2;1;0;1;2 +46,0976;1;1;0;1;0;1;0;2;1;0;1;2 +46,096;1;1;0;1;0;1;0;2;1;0;1;2 +46,0961;1;1;0;1;0;1;0;2;1;0;1;2 +46,097;1;1;0;1;0;1;0;2;1;0;1;2 +46,0972;1;1;0;1;0;1;0;2;1;0;1;2 +46,0998;1;1;0;1;0;1;0;2;1;0;1;2 +46,0968;1;1;0;1;0;1;0;2;1;0;1;2 +46,0994;1;1;0;1;0;1;0;2;1;0;1;2 +46,1037;1;1;0;1;0;1;0;2;1;0;1;2 +46,1001;1;1;0;1;0;1;0;2;1;0;1;2 +46,1004;1;1;0;1;0;1;0;2;1;0;1;2 +46,1009;1;1;0;1;0;1;0;2;1;0;1;2 +46,1019;1;1;0;1;0;1;0;2;1;0;1;2 +46,1033;1;1;0;1;0;1;0;2;1;0;1;2 +46,1019;1;1;0;1;0;1;0;2;1;0;1;2 +46,102;1;1;0;1;0;1;0;2;1;0;1;2 +46,1038;1;1;0;1;0;1;0;2;1;0;1;2 +46,1073;1;1;0;1;0;1;0;2;1;0;1;2 +46,1044;1;1;0;1;0;1;0;2;1;0;1;2 +46,1041;1;1;0;1;0;1;0;2;1;0;1;2 +46,1036;1;1;0;1;0;1;0;2;1;0;1;2 +46,1048;1;1;0;1;0;1;0;2;1;0;1;2 +46,104;1;1;0;1;0;1;0;2;1;0;1;2 +46,1083;1;1;0;1;0;1;0;2;1;0;1;2 +46,1081;1;1;0;1;0;1;0;2;1;0;1;2 +46,111;1;1;0;1;0;1;0;2;1;0;1;2 +46,1085;1;1;0;1;0;1;0;2;1;0;1;2 +46,1094;1;1;0;1;0;1;0;2;1;0;1;2 +46,1094;1;1;0;1;0;1;0;2;1;0;1;2 +46,1124;1;1;0;1;0;1;0;2;1;0;1;2 +46,1077;1;1;0;1;0;1;0;2;1;0;1;2 +46,1119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1109;1;1;0;1;0;1;0;2;1;0;1;2 +46,1093;1;1;0;1;0;1;0;2;1;0;1;2 +46,1084;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1137;1;1;0;1;0;1;0;2;1;0;1;2 +46,1147;1;1;0;1;0;1;0;2;1;0;1;2 +46,1143;1;1;0;1;0;1;0;2;1;0;1;2 +46,1137;1;1;0;1;0;1;0;2;1;0;1;2 +46,1126;1;1;0;1;0;1;0;2;1;0;1;2 +46,1112;1;1;0;1;0;1;0;2;1;0;1;2 +46,1147;1;1;0;1;0;1;0;2;1;0;1;2 +46,1176;1;1;0;1;0;1;0;2;1;0;1;2 +46,1157;1;1;0;1;0;1;0;2;1;0;1;2 +46,115;1;1;0;1;0;1;0;2;1;0;1;2 +46,118;1;1;0;1;0;1;0;2;1;0;1;2 +46,1186;1;1;0;1;0;1;0;2;1;0;1;2 +46,1164;1;1;0;1;0;1;0;2;1;0;1;2 +46,1199;1;1;0;1;0;1;0;2;1;0;1;2 +46,1193;1;1;0;1;0;1;0;2;1;0;1;2 +46,1191;1;1;0;1;0;1;0;2;1;0;1;2 +46,12;1;1;0;1;0;1;0;2;1;0;1;2 +46,1221;1;1;0;1;0;1;0;2;1;0;1;2 +46,1208;1;1;0;1;0;1;0;2;1;0;1;2 +46,1191;1;1;0;1;0;1;0;2;1;0;1;2 +46,1216;1;1;0;1;0;1;0;2;1;0;1;2 +46,1194;1;1;0;1;0;1;0;2;1;0;1;2 +46,1248;1;1;0;1;0;1;0;2;1;0;1;2 +46,1187;1;1;0;1;0;1;0;2;1;0;1;2 +46,1234;1;1;0;1;0;1;0;2;1;0;1;2 +46,1242;1;1;0;1;0;1;0;2;1;0;1;2 +46,1264;1;1;0;1;0;1;0;2;1;0;1;2 +46,1192;1;1;0;1;0;1;0;2;1;0;1;2 +46,1238;1;1;0;1;0;1;0;2;1;0;1;2 +46,1258;1;1;0;1;0;1;0;2;1;0;1;2 +46,1257;1;1;0;1;0;1;0;2;1;0;1;2 +46,1283;1;1;0;1;0;1;0;2;1;0;1;2 +46,1271;1;1;0;1;0;1;0;2;1;0;1;2 +46,1273;1;1;0;1;0;1;0;2;1;0;1;2 +46,0089;1;1;0;1;0;1;0;2;1;0;1;1 +46,0068;1;1;0;1;0;1;0;2;1;0;1;1 +46,0103;1;1;0;1;0;1;0;2;1;0;1;1 +46,0086;1;1;0;1;0;1;0;2;1;0;1;1 +46,0084;1;1;0;1;0;1;0;2;1;0;1;1 +46,007;1;1;0;1;0;1;0;2;1;0;1;1 +46,009;1;1;0;1;0;1;0;2;1;0;1;1 +46,0074;1;1;0;1;0;1;0;2;1;0;1;1 +46,0076;1;1;0;1;0;1;0;2;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0107;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0028;1;1;0;1;0;1;0;1;1;0;1;1 +46,0051;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,971336;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0099;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0065;1;1;0;1;0;1;0;1;1;0;1;1 +46,0035;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,977089;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0056;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0103;1;1;0;1;0;1;0;1;1;0;1;1 +46,0105;1;1;0;1;0;1;0;1;1;0;1;1 +46,0125;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,995873;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0128;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0109;1;1;0;1;0;1;0;1;1;0;1;1 +46,0064;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0141;1;1;0;1;0;1;0;1;1;0;1;1 +46,0088;1;1;0;1;0;1;0;1;1;0;1;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,995027;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,0088;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,0109;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,0092;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,0124;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,0095;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,0107;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,01;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,995027;2 +46,0125;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0147;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0125;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0114;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0153;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0192;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0179;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0157;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0174;1;1;0;1;0;1;0;1;1;0;0,915841;2 +46,0189;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0168;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0175;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,018;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0211;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0177;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0222;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0211;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0223;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0214;1;1;0;1;0;1;0;1;1;0;0,691177;2 +46,0226;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,0222;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,0231;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,0264;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,0242;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,0235;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,0246;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,0273;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,023;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,026;1;1;0;1;0;1;0;2;1;0;0,503503;2 +46,0279;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0261;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,028;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0288;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0314;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0288;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0292;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0266;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0314;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0306;1;1;0;1;0;1;0;2;1;0;0,714548;2 +46,0339;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0278;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0318;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0331;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0311;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0334;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0344;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,031;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0375;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0365;1;1;0;1;0;1;0;2;1;0;0,920647;2 +46,0356;1;1;0;1;0;1;0;2;1;0;1;2 +46,0353;1;1;0;1;0;1;0;2;1;0;1;2 +46,0377;1;1;0;1;0;1;0;2;1;0;1;2 +46,0392;1;1;0;1;0;1;0;2;1;0;1;2 +46,0356;1;1;0;1;0;1;0;2;1;0;1;2 +46,0398;1;1;0;1;0;1;0;2;1;0;1;2 +46,0371;1;1;0;1;0;1;0;2;1;0;1;2 +46,0397;1;1;0;1;0;1;0;2;1;0;1;2 +46,0398;1;1;0;1;0;1;0;2;1;0;1;2 +46,0409;1;1;0;1;0;1;0;2;1;0;1;2 +46,0392;1;1;0;1;0;1;0;2;1;0;1;2 +46,0416;1;1;0;1;0;1;0;2;1;0;1;2 +46,0454;1;1;0;1;0;1;0;2;1;0;1;2 +46,0412;1;1;0;1;0;1;0;2;1;0;1;2 +46,0406;1;1;0;1;0;1;0;2;1;0;1;2 +46,0404;1;1;0;1;0;1;0;2;1;0;1;2 +46,0428;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0462;1;1;0;1;0;1;0;2;1;0;1;2 +46,0345;1;1;0;1;0;1;0;2;1;0;1;2 +46,0437;1;1;0;1;0;1;0;2;1;0;1;2 +46,0435;1;1;0;1;0;1;0;2;1;0;1;2 +46,0476;1;1;0;1;0;1;0;2;1;0;1;2 +46,0461;1;1;0;1;0;1;0;2;1;0;1;2 +46,049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0451;1;1;0;1;0;1;0;2;1;0;1;2 +46,0514;1;1;0;1;0;1;0;2;1;0;1;2 +46,046;1;1;0;1;0;1;0;2;1;0;1;2 +46,0482;1;1;0;1;0;1;0;2;1;0;1;2 +46,0472;1;1;0;1;0;1;0;2;1;0;1;2 +46,0399;1;1;0;1;0;1;0;2;1;0;1;2 +46,0466;1;1;0;1;0;1;0;2;1;0;1;2 +46,0498;1;1;0;1;0;1;0;2;1;0;1;2 +46,0524;1;1;0;1;0;1;0;2;1;0;1;2 +46,0518;1;1;0;1;0;1;0;2;1;0;1;2 +46,0499;1;1;0;1;0;1;0;2;1;0;1;2 +46,0501;1;1;0;1;0;1;0;2;1;0;1;2 +46,0494;1;1;0;1;0;1;0;2;1;0;1;2 +46,0541;1;1;0;1;0;1;0;2;1;0;1;2 +46,0568;1;1;0;1;0;1;0;2;1;0;1;2 +46,0509;1;1;0;1;0;1;0;2;1;0;1;2 +46,0526;1;1;0;1;0;1;0;2;1;0;1;2 +46,0553;1;1;0;1;0;1;0;2;1;0;1;2 +46,0555;1;1;0;1;0;1;0;2;1;0;1;2 +46,0556;1;1;0;1;0;1;0;2;1;0;1;2 +46,0551;1;1;0;1;0;1;0;2;1;0;1;2 +46,0568;1;1;0;1;0;1;0;2;1;0;1;2 +46,0569;1;1;0;1;0;1;0;2;1;0;1;2 +46,0588;1;1;0;1;0;1;0;2;1;0;1;2 +46,0598;1;1;0;1;0;1;0;2;1;0;1;2 +46,0601;1;1;0;1;0;1;0;2;1;0;1;2 +46,0593;1;1;0;1;0;1;0;2;1;0;1;2 +46,0664;1;1;0;1;0;1;0;2;1;0;1;2 +46,0596;1;1;0;1;0;1;0;2;1;0;1;2 +46,0614;1;1;0;1;0;1;0;2;1;0;1;2 +46,0603;1;1;0;1;0;1;0;2;1;0;1;2 +46,0594;1;1;0;1;0;1;0;2;1;0;1;2 +46,0609;1;1;0;1;0;1;0;2;1;0;1;2 +46,0557;1;1;0;1;0;1;0;2;1;0;1;2 +46,0608;1;1;0;1;0;1;0;2;1;0;1;2 +46,0641;1;1;0;1;0;1;0;2;1;0;1;2 +46,0645;1;1;0;1;0;1;0;2;1;0;1;2 +46,0635;1;1;0;1;0;1;0;2;1;0;1;2 +46,0666;1;1;0;1;0;1;0;2;1;0;1;2 +46,0615;1;1;0;1;0;1;0;2;1;0;1;2 +46,0672;1;1;0;1;0;1;0;2;1;0;1;2 +46,0673;1;1;0;1;0;1;0;2;1;0;1;2 +46,0695;1;1;0;1;0;1;0;2;1;0;1;2 +46,0662;1;1;0;1;0;1;0;2;1;0;1;2 +46,0685;1;1;0;1;0;1;0;2;1;0;1;2 +46,069;1;1;0;1;0;1;0;2;1;0;1;2 +46,0668;1;1;0;1;0;1;0;2;1;0;1;2 +46,0722;1;1;0;1;0;1;0;2;1;0;1;2 +46,0668;1;1;0;1;0;1;0;2;1;0;1;2 +46,0683;1;1;0;1;0;1;0;2;1;0;1;2 +46,069;1;1;0;1;0;1;0;2;1;0;1;2 +46,0703;1;1;0;1;0;1;0;2;1;0;1;2 +46,0752;1;1;0;1;0;1;0;2;1;0;1;2 +46,0715;1;1;0;1;0;1;0;2;1;0;1;2 +46,0715;1;1;0;1;0;1;0;2;1;0;1;2 +46,0722;1;1;0;1;0;1;0;2;1;0;1;2 +46,0742;1;1;0;1;0;1;0;2;1;0;1;2 +46,0738;1;1;0;1;0;1;0;2;1;0;1;2 +46,0749;1;1;0;1;0;1;0;2;1;0;1;2 +46,0738;1;1;0;1;0;1;0;2;1;0;1;2 +46,0772;1;1;0;1;0;1;0;2;1;0;1;2 +46,078;1;1;0;1;0;1;0;2;1;0;1;2 +46,0787;1;1;0;1;0;1;0;2;1;0;1;2 +46,0736;1;1;0;1;0;1;0;2;1;0;1;2 +46,0755;1;1;0;1;0;1;0;2;1;0;1;2 +46,0771;1;1;0;1;0;1;0;2;1;0;1;2 +46,0765;1;1;0;1;0;1;0;2;1;0;1;2 +46,078;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0746;1;1;0;1;0;1;0;2;1;0;1;2 +46,0794;1;1;0;1;0;1;0;2;1;0;1;2 +46,0795;1;1;0;1;0;1;0;2;1;0;1;2 +46,081;1;1;0;1;0;1;0;2;1;0;1;2 +46,0785;1;1;0;1;0;1;0;2;1;0;1;2 +46,0751;1;1;0;1;0;1;0;2;1;0;1;2 +46,0776;1;1;0;1;0;1;0;2;1;0;1;2 +46,0808;1;1;0;1;0;1;0;2;1;0;1;2 +46,0825;1;1;0;1;0;1;0;2;1;0;1;2 +46,0833;1;1;0;1;0;1;0;2;1;0;1;2 +46,0811;1;1;0;1;0;1;0;2;1;0;1;2 +46,0852;1;1;0;1;0;1;0;2;1;0;1;2 +46,0807;1;1;0;1;0;1;0;2;1;0;1;2 +46,0848;1;1;0;1;0;1;0;2;1;0;1;2 +46,0844;1;1;0;1;0;1;0;2;1;0;1;2 +46,084;1;1;0;1;0;1;0;2;1;0;1;2 +46,0872;1;1;0;1;0;1;0;2;1;0;1;2 +46,0864;1;1;0;1;0;1;0;2;1;0;1;2 +46,0847;1;1;0;1;0;1;0;2;1;0;1;2 +46,0892;1;1;0;1;0;1;0;2;1;0;1;2 +46,0889;1;1;0;1;0;1;0;2;1;0;1;2 +46,087;1;1;0;1;0;1;0;2;1;0;1;2 +46,0896;1;1;0;1;0;1;0;2;1;0;1;2 +46,0872;1;1;0;1;0;1;0;2;1;0;1;2 +46,0891;1;1;0;1;0;1;0;2;1;0;1;2 +46,089;1;1;0;1;0;1;0;2;1;0;1;2 +46,0933;1;1;0;1;0;1;0;2;1;0;1;2 +46,0876;1;1;0;1;0;1;0;2;1;0;1;2 +46,0887;1;1;0;1;0;1;0;2;1;0;1;2 +46,0912;1;1;0;1;0;1;0;2;1;0;1;2 +46,0901;1;1;0;1;0;1;0;2;1;0;1;2 +46,0929;1;1;0;1;0;1;0;2;1;0;1;2 +46,0955;1;1;0;1;0;1;0;2;1;0;1;2 +46,095;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0973;1;1;0;1;0;1;0;2;1;0;1;2 +46,0933;1;1;0;1;0;1;0;2;1;0;1;2 +46,1049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0964;1;1;0;1;0;1;0;2;1;0;1;2 +46,099;1;1;0;1;0;1;0;2;1;0;1;2 +46,0944;1;1;0;1;0;1;0;2;1;0;1;2 +46,0982;1;1;0;1;0;1;0;2;1;0;1;2 +46,0983;1;1;0;1;0;1;0;2;1;0;1;2 +46,099;1;1;0;1;0;1;0;2;1;0;1;2 +46,1025;1;1;0;1;0;1;0;2;1;0;1;2 +46,1017;1;1;0;1;0;1;0;2;1;0;1;2 +46,1008;1;1;0;1;0;1;0;2;1;0;1;2 +46,1001;1;1;0;1;0;1;0;2;1;0;1;1 +46,1017;1;1;0;1;0;1;0;2;1;0;1;1 +46,1;1;1;0;1;0;1;0;2;1;0;1;1 +46,0997;1;1;0;1;0;1;0;2;1;0;1;1 +46,1018;1;1;0;1;0;1;0;2;1;0;1;1 +46,0991;1;1;0;1;0;1;0;2;1;0;1;1 +46,0984;1;1;0;1;0;1;0;2;1;0;1;1 +46,1039;1;1;0;1;0;1;0;2;1;0;1;1 +46,0978;1;1;0;1;0;1;0;2;1;0;1;1 +46,1005;1;1;0;1;0;1;0;2;1;0;1;1 +46,1022;1;1;0;1;0;1;0;2;1;0;1;1 +46,1008;1;1;0;1;0;1;0;2;1;0;1;1 +46,0977;1;1;0;1;0;1;0;2;1;0;1;1 +46,0987;1;1;0;1;0;1;0;2;1;0;1;1 +46,1012;1;1;0;1;0;1;0;2;1;0;1;1 +46,0968;1;1;0;1;0;1;0;2;1;0;1;1 +46,0979;1;1;0;1;0;1;0;2;1;0;1;1 +46,0981;1;1;0;1;0;1;0;2;1;0;1;1 +46,102;1;1;0;1;0;1;0;2;1;0;1;1 +46,1011;1;1;0;1;0;1;0;2;1;0;1;1 +46,1018;1;1;0;1;0;1;0;2;1;0;1;1 +46,0988;1;1;0;1;0;1;0;2;1;0;1;1 +46,0967;1;1;0;1;0;1;0;2;1;0;1;1 +46,1013;1;1;0;1;0;1;0;2;1;0;1;1 +46,0999;1;1;0;1;0;1;0;2;1;0;1;1 +46,0983;1;1;0;1;0;1;0;2;1;0;1;1 +46,0996;1;1;0;1;0;1;0;2;1;0;1;1 +46,0987;1;1;0;1;0;1;0;2;1;0;1;1 +46,0969;1;1;0;1;0;1;0;2;1;0;1;1 +46,098;1;1;0;1;0;1;0;2;1;0;1;1 +46,1013;1;1;0;1;0;1;0;2;1;0;1;1 +46,0981;1;1;0;1;0;1;0;2;1;0;1;1 +46,1021;1;1;0;1;0;1;0;2;1;0;1;1 +46,099;1;1;0;1;0;1;0;2;1;0;1;1 +46,0948;1;1;0;1;0;1;0;2;1;0;1;1 +46,1012;1;1;0;1;0;1;0;2;1;0;1;1 +46,1003;1;1;0;1;0;1;0;2;1;0;1;1 +46,1003;1;1;0;1;0;1;0;2;1;0;1;1 +46,0982;1;1;0;1;0;1;0;2;1;0;1;1 +46,1015;1;1;0;1;0;1;0;2;1;0;1;1 +46,1;1;1;0;1;0;1;0;2;1;0;1;1 +46,098;1;1;0;1;0;1;0;2;1;0;1;1 +46,0963;1;1;0;1;0;1;0;2;1;0;1;1 +46,0983;1;1;0;1;0;1;0;2;1;0;1;1 +46,0999;1;1;0;1;0;1;0;2;1;0;1;1 +46,0959;1;1;0;1;0;1;0;2;1;0;1;1 +46,0972;1;1;0;1;0;1;0;2;1;0;1;1 +46,1003;1;1;0;1;0;1;0;2;1;0;1;1 +46,0978;1;1;0;1;0;1;0;2;1;0;1;1 +46,1015;1;1;0;1;0;1;0;2;1;0;1;1 +46,1019;1;1;0;1;0;1;0;2;1;0;1;2 +46,1036;1;1;0;1;0;1;0;2;1;0;1;2 +46,1005;1;1;0;1;0;1;0;2;1;0;1;2 +46,1025;1;1;0;1;0;1;0;2;1;0;1;2 +46,1033;1;1;0;1;0;1;0;2;1;0;1;2 +46,1052;1;1;0;1;0;1;0;2;1;0;1;2 +46,109;1;1;0;1;0;1;0;2;1;0;1;2 +46,1078;1;1;0;1;0;1;0;2;1;0;1;2 +46,1041;1;1;0;1;0;1;0;2;1;0;1;2 +46,1092;1;1;0;1;0;1;0;2;1;0;1;2 +46,1119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1073;1;1;0;1;0;1;0;2;1;0;1;2 +46,1109;1;1;0;1;0;1;0;2;1;0;1;2 +46,1154;1;1;0;1;0;1;0;2;1;0;1;2 +46,1118;1;1;0;1;0;1;0;2;1;0;1;2 +46,1178;1;1;0;1;0;1;0;2;1;0;1;2 +46,1175;1;1;0;1;0;1;0;2;1;0;1;2 +46,1172;1;1;0;1;0;1;0;2;1;0;1;2 +46,1171;1;1;0;1;0;1;0;2;1;0;1;2 +46,1184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1172;1;1;0;1;0;1;0;2;1;0;1;2 +46,1202;1;1;0;1;0;1;0;2;1;0;1;2 +46,1207;1;1;0;1;0;1;0;2;1;0;1;2 +46,1224;1;1;0;1;0;1;0;2;1;0;1;2 +46,1224;1;1;0;1;0;1;0;2;1;0;1;2 +46,1243;1;1;0;1;0;1;0;2;1;0;1;2 +46,1253;1;1;0;1;0;1;0;2;1;0;1;2 +46,1274;1;1;0;1;0;1;0;2;1;0;1;2 +46,1304;1;1;0;1;0;1;0;2;1;0;1;2 +46,1279;1;1;0;1;0;1;0;2;1;0;1;2 +46,1298;1;1;0;1;0;1;0;2;1;0;1;2 +46,128;1;1;0;1;0;1;0;2;1;0;1;2 +46,1314;1;1;0;1;0;1;0;2;1;0;1;2 +46,1324;1;1;0;1;0;1;0;2;1;0;1;2 +46,1336;1;1;0;1;0;1;0;2;1;0;1;2 +46,1343;1;1;0;1;0;1;0;2;1;0;1;2 +46,1352;1;1;0;1;0;1;0;2;1;0;1;2 +46,1335;1;1;0;1;0;1;0;2;1;0;1;2 +46,1391;1;1;0;1;0;1;0;2;1;0;1;2 +46,1379;1;1;0;1;0;1;0;2;1;0;1;2 +46,1371;1;1;0;1;0;1;0;2;1;0;1;2 +46,1325;1;1;0;1;0;1;0;2;1;0;1;2 +46,1398;1;1;0;1;0;1;0;2;1;0;1;2 +46,1419;1;1;0;1;0;1;0;2;1;0;1;2 +46,1416;1;1;0;1;0;1;0;2;1;0;1;2 +46,1383;1;1;0;1;0;1;0;2;1;0;1;2 +46,1438;1;1;0;1;0;1;0;2;1;0;1;2 +46,1422;1;1;0;1;0;1;0;2;1;0;1;2 +46,1437;1;1;0;1;0;1;0;2;1;0;1;2 +46,146;1;1;0;1;0;1;0;2;1;0;1;2 +46,1448;1;1;0;1;0;1;0;2;1;0;1;2 +46,1487;1;1;0;1;0;1;0;2;1;0;1;2 +46,1504;1;1;0;1;0;1;0;2;1;0;1;2 +46,1484;1;1;0;1;0;1;0;2;1;0;1;2 +46,15;1;1;0;1;0;1;0;2;1;0;1;2 +46,1515;1;1;0;1;0;1;0;2;1;0;1;2 +46,1538;1;1;0;1;0;1;0;2;1;0;1;2 +46,1527;1;1;0;1;0;1;0;2;1;0;1;2 +46,1554;1;1;0;1;0;1;0;2;1;0;1;2 +46,1546;1;1;0;1;0;1;0;2;1;0;1;2 +46,1536;1;1;0;1;0;1;0;2;1;0;1;2 +46,1602;1;1;0;1;0;1;0;2;1;0;1;2 +46,1614;1;1;0;1;0;1;0;2;1;0;1;2 +46,1584;1;1;0;1;0;1;0;2;1;0;1;2 +46,1621;1;1;0;1;0;1;0;2;1;0;1;2 +46,163;1;1;0;1;0;1;0;2;1;0;1;2 +46,1622;1;1;0;1;0;1;0;2;1;0;1;2 +46,1632;1;1;0;1;0;1;0;2;1;0;1;2 +46,161;1;1;0;1;0;1;0;2;1;0;1;2 +46,1651;1;1;0;1;0;1;0;2;1;0;1;2 +46,1653;1;1;0;1;0;1;0;2;1;0;1;2 +46,1657;1;1;0;1;0;1;0;2;1;0;1;2 +46,1636;1;1;0;1;0;1;0;2;1;0;1;2 +46,1676;1;1;0;1;0;1;0;2;1;0;1;2 +46,1687;1;1;0;1;0;1;0;2;1;0;1;2 +46,1697;1;1;0;1;0;1;0;2;1;0;1;2 +46,172;1;1;0;1;0;1;0;2;1;0;1;2 +46,173;1;1;0;1;0;1;0;2;1;0;1;2 +46,1712;1;1;0;1;0;1;0;2;1;0;1;2 +46,1733;1;1;0;1;0;1;0;2;1;0;1;2 +46,1747;1;1;0;1;0;1;0;2;1;0;1;2 +46,1773;1;1;0;1;0;1;0;2;1;0;1;2 +46,1752;1;1;0;1;0;1;0;2;1;0;1;2 +46,176;1;1;0;1;0;1;0;2;1;0;1;2 +46,1798;1;1;0;1;0;1;0;2;1;0;1;2 +46,1802;1;1;0;1;0;1;0;2;1;0;1;2 +46,1785;1;1;0;1;0;1;0;2;1;0;1;2 +46,1809;1;1;0;1;0;1;0;2;1;0;1;2 +46,1808;1;1;0;1;0;1;0;2;1;0;1;2 +46,1849;1;1;0;1;0;1;0;2;1;0;1;2 +46,1828;1;1;0;1;0;1;0;2;1;0;1;2 +46,1831;1;1;0;1;0;1;0;2;1;0;1;2 +46,1872;1;1;0;1;0;1;0;2;1;0;1;2 +46,1845;1;1;0;1;0;1;0;2;1;0;1;2 +46,1888;1;1;0;1;0;1;0;2;1;0;1;2 +46,1873;1;1;0;1;0;1;0;2;1;0;1;2 +46,1875;1;1;0;1;0;1;0;2;1;0;1;2 +46,1912;1;1;0;1;0;1;0;2;1;0;1;2 +46,1894;1;1;0;1;0;1;0;2;1;0;1;2 +46,1939;1;1;0;1;0;1;0;2;1;0;1;2 +46,1945;1;1;0;1;0;1;0;2;1;0;1;2 +46,1917;1;1;0;1;0;1;0;2;1;0;1;2 +46,1911;1;1;0;1;0;1;0;2;1;0;1;2 +46,1961;1;1;0;1;0;1;0;2;1;0;1;2 +46,1951;1;1;0;1;0;1;0;2;1;0;1;2 +46,1985;1;1;0;1;0;1;0;2;1;0;1;2 +46,1971;1;1;0;1;0;1;0;2;1;0;1;2 +46,1985;1;1;0;1;0;1;0;2;1;0;1;2 +46,2009;1;1;0;1;0;1;0;2;1;0;1;2 +46,199;1;1;0;1;0;1;0;2;1;0;1;2 +46,2045;1;1;0;1;0;1;0;2;1;0;1;2 +46,2007;1;1;0;1;0;1;0;2;1;0;1;2 +46,2047;1;1;0;1;0;1;0;2;1;0;1;2 +46,2051;1;1;0;1;0;1;0;2;1;0;1;2 +46,205;1;1;0;1;0;1;0;2;1;0;1;2 +46,2062;1;1;0;1;0;1;0;2;1;0;1;2 +46,1986;1;1;0;1;0;1;0;2;1;0;1;2 +46,2058;1;1;0;1;0;1;0;2;1;0;1;2 +46,2107;1;1;0;1;0;1;0;2;1;0;1;2 +46,209;1;1;0;1;0;1;0;2;1;0;1;2 +46,2121;1;1;0;1;0;1;0;2;1;0;1;2 +46,2147;1;1;0;1;0;1;0;2;1;0;1;2 +46,2109;1;1;0;1;0;1;0;2;1;0;1;2 +46,215;1;1;0;1;0;1;0;2;1;0;1;2 +46,213;1;1;0;1;0;1;0;2;1;0;1;2 +46,2152;1;1;0;1;0;1;0;2;1;0;1;2 +46,2165;1;1;0;1;0;1;0;2;1;0;1;2 +46,2157;1;1;0;1;0;1;0;2;1;0;1;2 +46,219;1;1;0;1;0;1;0;2;1;0;1;2 +46,2186;1;1;0;1;0;1;0;2;1;0;1;2 +46,2191;1;1;0;1;0;1;0;2;1;0;1;2 +46,2243;1;1;0;1;0;1;0;2;1;0;1;2 +46,2209;1;1;0;1;0;1;0;2;1;0;1;2 +46,2216;1;1;0;1;0;1;0;2;1;0;1;2 +46,2269;1;1;0;1;0;1;0;2;1;0;1;2 +46,2248;1;1;0;1;0;1;0;2;1;0;1;2 +46,2278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2283;1;1;0;1;0;1;0;2;1;0;1;2 +46,231;1;1;0;1;0;1;0;2;1;0;1;2 +46,2263;1;1;0;1;0;1;0;2;1;0;1;2 +46,2351;1;1;0;1;0;1;0;2;1;0;1;2 +46,2303;1;1;0;1;0;1;0;2;1;0;1;2 +46,2367;1;1;0;1;0;1;0;2;1;0;1;2 +46,2315;1;1;0;1;0;1;0;2;1;0;1;2 +46,2292;1;1;0;1;0;1;0;2;1;0;1;2 +46,2343;1;1;0;1;0;1;0;2;1;0;1;2 +46,2341;1;1;0;1;0;1;0;2;1;0;1;2 +46,2363;1;1;0;1;0;1;0;2;1;0;1;2 +46,2437;1;1;0;1;0;1;0;2;1;0;1;2 +46,2389;1;1;0;1;0;1;0;2;1;0;1;2 +46,2375;1;1;0;1;0;1;0;2;1;0;1;2 +46,2395;1;1;0;1;0;1;0;2;1;0;1;2 +46,2396;1;1;0;1;0;1;0;2;1;0;1;2 +46,2411;1;1;0;1;0;1;0;2;1;0;1;2 +46,2376;1;1;0;1;0;1;0;2;1;0;1;2 +46,2459;1;1;0;1;0;1;0;2;1;0;1;2 +46,2448;1;1;0;1;0;1;0;2;1;0;1;2 +46,2423;1;1;0;1;0;1;0;2;1;0;1;2 +46,2465;1;1;0;1;0;1;0;2;1;0;1;2 +46,2517;1;1;0;1;0;1;0;2;1;0;1;2 +46,2454;1;1;0;1;0;1;0;2;1;0;1;2 +46,2474;1;1;0;1;0;1;0;2;1;0;1;2 +46,2494;1;1;0;1;0;1;0;2;1;0;1;2 +46,2528;1;1;0;1;0;1;0;2;1;0;1;2 +46,2565;1;1;0;1;0;1;0;2;1;0;1;2 +46,2533;1;1;0;1;0;1;0;2;1;0;1;2 +46,2549;1;1;0;1;0;1;0;2;1;0;1;2 +46,2545;1;1;0;1;0;1;0;2;1;0;1;2 +46,2544;1;1;0;1;0;1;0;2;1;0;1;2 +46,2562;1;1;0;1;0;1;0;2;1;0;1;2 +46,2576;1;1;0;1;0;1;0;2;1;0;1;2 +46,2618;1;1;0;1;0;1;0;2;1;0;1;2 +46,2578;1;1;0;1;0;1;0;2;1;0;1;2 +46,2598;1;1;0;1;0;1;0;2;1;0;1;2 +46,2614;1;1;0;1;0;1;0;2;1;0;1;2 +46,2624;1;1;0;1;0;1;0;2;1;0;1;2 +46,2612;1;1;0;1;0;1;0;2;1;0;1;2 +46,264;1;1;0;1;0;1;0;2;1;0;1;2 +46,266;1;1;0;1;0;1;0;2;1;0;1;2 +46,2661;1;1;0;1;0;1;0;2;1;0;1;2 +46,2673;1;1;0;1;0;1;0;2;1;0;1;2 +46,2697;1;1;0;1;0;1;0;2;1;0;1;2 +46,2705;1;1;0;1;0;1;0;2;1;0;1;2 +46,2725;1;1;0;1;0;1;0;2;1;0;1;2 +46,2674;1;1;0;1;0;1;0;2;1;0;1;2 +46,2722;1;1;0;1;0;1;0;2;1;0;1;2 +46,2723;1;1;0;1;0;1;0;2;1;0;1;2 +46,2739;1;1;0;1;0;1;0;2;1;0;1;2 +46,272;1;1;0;1;0;1;0;2;1;0;1;2 +46,2745;1;1;0;1;0;1;0;2;1;0;1;2 +46,2747;1;1;0;1;0;1;0;2;1;0;1;2 +46,278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2792;1;1;0;1;0;1;0;2;1;0;1;2 +46,2772;1;1;0;1;0;1;0;2;1;0;1;2 +46,2836;1;1;0;1;0;1;0;2;1;0;1;2 +46,278;1;1;0;1;0;1;0;2;1;0;1;2 +46,2812;1;1;0;1;0;1;0;2;1;0;1;2 +46,2823;1;1;0;1;0;1;0;2;1;0;1;2 +46,2826;1;1;0;1;0;1;0;2;1;0;1;2 +46,2841;1;1;0;1;0;1;0;2;1;0;1;2 +46,284;1;1;0;1;0;1;0;2;1;0;1;1 +46,2826;1;1;0;1;0;1;0;2;1;0;1;1 +46,2791;1;1;0;1;0;1;0;2;1;0;1;1 +46,2815;1;1;0;1;0;1;0;2;1;0;1;1 +46,2842;1;1;0;1;0;1;0;2;1;0;1;1 +46,2844;1;1;0;1;0;1;0;2;1;0;1;1 +46,2831;1;1;0;1;0;1;0;2;1;0;1;1 +46,2891;1;1;0;1;0;1;0;2;1;0;1;1 +46,2835;1;1;0;1;0;1;0;2;1;0;1;1 +46,2831;1;1;0;1;0;1;0;2;1;0;1;1 +46,2835;1;1;0;1;0;1;0;2;1;0;1;1 +46,2839;1;1;0;1;0;1;0;2;1;0;1;1 +46,286;1;1;0;1;0;1;0;2;1;0;1;1 +46,2831;1;1;0;1;0;1;0;2;1;0;1;1 +46,2852;1;1;0;1;0;1;0;2;1;0;1;1 +46,2848;1;1;0;1;0;1;0;2;1;0;1;1 +46,284;1;1;0;1;0;1;0;2;1;0;1;1 +46,2845;1;1;0;1;0;1;0;2;1;0;1;1 +46,2836;1;1;0;1;0;1;0;2;1;0;1;1 +46,283;1;1;0;1;0;1;0;2;1;0;1;1 +46,2841;1;1;0;1;0;1;0;2;1;0;1;1 +46,2855;1;1;0;1;0;1;0;2;1;0;1;1 +46,2816;1;1;0;1;0;1;0;2;1;0;1;1 +46,2819;1;1;0;1;0;1;0;2;1;0;1;1 +46,2819;1;1;0;1;0;1;0;2;1;0;1;1 +46,2834;1;1;0;1;0;1;0;2;1;0;1;1 +46,2837;1;1;0;1;0;1;0;2;1;0;1;1 +46,2829;1;1;0;1;0;1;0;2;1;0;1;1 +46,2839;1;1;0;1;0;1;0;2;1;0;1;1 +46,2821;1;1;0;1;0;1;0;2;1;0;1;1 +46,2845;1;1;0;1;0;1;0;2;1;0;1;1 +46,2823;1;1;0;1;0;1;0;2;1;0;1;1 +46,2851;1;1;0;1;0;1;0;2;1;0;1;1 +46,2833;1;1;0;1;0;1;0;2;1;0;1;1 +46,2837;1;1;0;1;0;1;0;2;1;0;1;1 +46,2843;1;1;0;1;0;1;0;2;1;0;1;1 +46,2815;1;1;0;1;0;1;0;2;1;0;1;1 +46,2842;1;1;0;1;0;1;0;2;1;0;1;1 +46,2816;1;1;0;1;0;1;0;2;1;0;1;1 +46,2836;1;1;0;1;0;1;0;2;1;0;1;1 +46,2814;1;1;0;1;0;1;0;2;1;0;1;1 +46,2832;1;1;0;1;0;1;0;2;1;0;1;1 +46,288;1;1;0;1;0;1;0;2;1;0;1;1 +46,2836;1;1;0;1;0;1;0;2;1;0;1;1 +46,2845;1;1;0;1;0;1;0;2;1;0;1;1 +46,2828;1;1;0;1;0;1;0;2;1;0;1;1 +46,2855;1;1;0;1;0;1;0;2;1;0;1;1 +46,2839;1;1;0;1;0;1;0;2;1;0;1;1 +46,2852;1;1;0;1;0;1;0;2;1;0;1;1 +46,2845;1;1;0;1;0;1;0;2;1;0;1;1 +46,2815;1;1;0;1;0;1;0;2;1;0;1;2 +46,2817;1;1;0;1;0;1;0;2;1;0;1;2 +46,2788;1;1;0;1;0;1;0;2;1;0;1;2 +46,2787;1;1;0;1;0;1;0;2;1;0;1;2 +46,276;1;1;0;1;0;1;0;2;1;0;1;2 +46,2742;1;1;0;1;0;1;0;2;1;0;1;2 +46,2714;1;1;0;1;0;1;0;2;1;0;1;2 +46,2685;1;1;0;1;0;1;0;2;1;0;1;2 +46,2678;1;1;0;1;0;1;0;2;1;0;1;2 +46,2688;1;1;0;1;0;1;0;2;1;0;1;2 +46,2657;1;1;0;1;0;1;0;2;1;0;1;2 +46,2615;1;1;0;1;0;1;0;2;1;0;1;2 +46,2614;1;1;0;1;0;1;0;2;1;0;1;2 +46,2608;1;1;0;1;0;1;0;2;1;0;1;2 +46,2557;1;1;0;1;0;1;0;2;1;0;1;2 +46,2559;1;1;0;1;0;1;0;2;1;0;1;2 +46,2543;1;1;0;1;0;1;0;2;1;0;1;2 +46,2511;1;1;0;1;0;1;0;2;1;0;1;2 +46,2515;1;1;0;1;0;1;0;2;1;0;1;2 +46,2463;1;1;0;1;0;1;0;2;1;0;1;2 +46,2443;1;1;0;1;0;1;0;2;1;0;1;2 +46,2449;1;1;0;1;0;1;0;2;1;0;1;2 +46,2414;1;1;0;1;0;1;0;2;1;0;1;2 +46,2365;1;1;0;1;0;1;0;2;1;0;1;2 +46,2383;1;1;0;1;0;1;0;2;1;0;1;2 +46,2364;1;1;0;1;0;1;0;2;1;0;1;2 +46,2335;1;1;0;1;0;1;0;2;1;0;1;2 +46,2319;1;1;0;1;0;1;0;2;1;0;1;2 +46,2303;1;1;0;1;0;1;0;2;1;0;1;2 +46,2285;1;1;0;1;0;1;0;2;1;0;1;2 +46,226;1;1;0;1;0;1;0;2;1;0;1;2 +46,2254;1;1;0;1;0;1;0;2;1;0;1;2 +46,2266;1;1;0;1;0;1;0;2;1;0;1;2 +46,224;1;1;0;1;0;1;0;2;1;0;1;2 +46,2203;1;1;0;1;0;1;0;2;1;0;1;2 +46,2185;1;1;0;1;0;1;0;2;1;0;1;2 +46,2175;1;1;0;1;0;1;0;2;1;0;1;2 +46,2139;1;1;0;1;0;1;0;2;1;0;1;2 +46,2163;1;1;0;1;0;1;0;2;1;0;1;2 +46,2099;1;1;0;1;0;1;0;2;1;0;1;2 +46,2089;1;1;0;1;0;1;0;2;1;0;1;2 +46,205;1;1;0;1;0;1;0;2;1;0;1;2 +46,2054;1;1;0;1;0;1;0;2;1;0;1;2 +46,2071;1;1;0;1;0;1;0;2;1;0;1;2 +46,2018;1;1;0;1;0;1;0;2;1;0;1;2 +46,2014;1;1;0;1;0;1;0;2;1;0;1;2 +46,1971;1;1;0;1;0;1;0;2;1;0;1;2 +46,1957;1;1;0;1;0;1;0;2;1;0;1;2 +46,1928;1;1;0;1;0;1;0;2;1;0;1;2 +46,1941;1;1;0;1;0;1;0;2;1;0;1;2 +46,1896;1;1;0;1;0;1;0;2;1;0;1;2 +46,1844;1;1;0;1;0;1;0;2;1;0;1;2 +46,1856;1;1;0;1;0;1;0;2;1;0;1;2 +46,1855;1;1;0;1;0;1;0;2;1;0;1;2 +46,1845;1;1;0;1;0;1;0;2;1;0;1;2 +46,1837;1;1;0;1;0;1;0;2;1;0;1;2 +46,1815;1;1;0;1;0;1;0;2;1;0;1;2 +46,1768;1;1;0;1;0;1;0;2;1;0;1;2 +46,1765;1;1;0;1;0;1;0;2;1;0;1;2 +46,1737;1;1;0;1;0;1;0;2;1;0;1;2 +46,1746;1;1;0;1;0;1;0;2;1;0;1;2 +46,17;1;1;0;1;0;1;0;2;1;0;1;2 +46,1667;1;1;0;1;0;1;0;2;1;0;1;2 +46,1651;1;1;0;1;0;1;0;2;1;0;1;2 +46,163;1;1;0;1;0;1;0;2;1;0;1;2 +46,1609;1;1;0;1;0;1;0;2;1;0;1;2 +46,159;1;1;0;1;0;1;0;2;1;0;1;2 +46,161;1;1;0;1;0;1;0;2;1;0;1;2 +46,1584;1;1;0;1;0;1;0;2;1;0;1;2 +46,1575;1;1;0;1;0;1;0;2;1;0;1;2 +46,1533;1;1;0;1;0;1;0;2;1;0;1;2 +46,1504;1;1;0;1;0;1;0;2;1;0;1;2 +46,1499;1;1;0;1;0;1;0;2;1;0;1;2 +46,1468;1;1;0;1;0;1;0;2;1;0;1;2 +46,148;1;1;0;1;0;1;0;2;1;0;1;2 +46,1406;1;1;0;1;0;1;0;2;1;0;1;2 +46,1424;1;1;0;1;0;1;0;2;1;0;1;2 +46,1423;1;1;0;1;0;1;0;2;1;0;1;2 +46,1338;1;1;0;1;0;1;0;2;1;0;1;2 +46,1364;1;1;0;1;0;1;0;2;1;0;1;2 +46,1316;1;1;0;1;0;1;0;2;1;0;1;2 +46,1335;1;1;0;1;0;1;0;2;1;0;1;2 +46,1325;1;1;0;1;0;1;0;2;1;0;1;2 +46,1283;1;1;0;1;0;1;0;2;1;0;1;2 +46,1265;1;1;0;1;0;1;0;2;1;0;1;2 +46,1236;1;1;0;1;0;1;0;2;1;0;1;2 +46,1223;1;1;0;1;0;1;0;2;1;0;1;2 +46,121;1;1;0;1;0;1;0;2;1;0;1;2 +46,1195;1;1;0;1;0;1;0;2;1;0;1;2 +46,1184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1186;1;1;0;1;0;1;0;2;1;0;1;2 +46,1141;1;1;0;1;0;1;0;2;1;0;1;2 +46,1137;1;1;0;1;0;1;0;2;1;0;1;2 +46,1094;1;1;0;1;0;1;0;2;1;0;1;2 +46,1079;1;1;0;1;0;1;0;2;1;0;1;2 +46,1093;1;1;0;1;0;1;0;2;1;0;1;2 +46,1064;1;1;0;1;0;1;0;2;1;0;1;2 +46,102;1;1;0;1;0;1;0;2;1;0;1;2 +46,1032;1;1;0;1;0;1;0;2;1;0;1;2 +46,0996;1;1;0;1;0;1;0;2;1;0;1;2 +46,099;1;1;0;1;0;1;0;2;1;0;1;2 +46,0972;1;1;0;1;0;1;0;2;1;0;1;2 +46,0937;1;1;0;1;0;1;0;2;1;0;1;2 +46,0931;1;1;0;1;0;1;0;2;1;0;1;2 +46,0981;1;1;0;1;0;1;0;2;1;0;1;2 +46,0888;1;1;0;1;0;1;0;2;1;0;1;2 +46,0881;1;1;0;1;0;1;0;2;1;0;1;2 +46,084;1;1;0;1;0;1;0;2;1;0;1;2 +46,0838;1;1;0;1;0;1;0;2;1;0;1;2 +46,0813;1;1;0;1;0;1;0;2;1;0;1;2 +46,0789;1;1;0;1;0;1;0;2;1;0;1;2 +46,0787;1;1;0;1;0;1;0;2;1;0;1;2 +46,0751;1;1;0;1;0;1;0;2;1;0;1;2 +46,0723;1;1;0;1;0;1;0;2;1;0;1;2 +46,0726;1;1;0;1;0;1;0;2;1;0;1;2 +46,0709;1;1;0;1;0;1;0;2;1;0;1;2 +46,0679;1;1;0;1;0;1;0;2;1;0;1;2 +46,067;1;1;0;1;0;1;0;2;1;0;1;2 +46,0678;1;1;0;1;0;1;0;2;1;0;1;2 +46,0632;1;1;0;1;0;1;0;2;1;0;1;2 +46,0623;1;1;0;1;0;1;0;2;1;0;1;2 +46,058;1;1;0;1;0;1;0;2;1;0;1;2 +46,0559;1;1;0;1;0;1;0;2;1;0;1;2 +46,0557;1;1;0;1;0;1;0;2;1;0;1;2 +46,0534;1;1;0;1;0;1;0;2;1;0;1;2 +46,051;1;1;0;1;0;1;0;2;1;0;1;2 +46,0528;1;1;0;1;0;1;0;2;1;0;1;2 +46,0486;1;1;0;1;0;1;0;2;1;0;1;2 +46,0473;1;1;0;1;0;1;0;2;1;0;1;2 +46,0449;1;1;0;1;0;1;0;2;1;0;1;2 +46,0432;1;1;0;1;0;1;0;2;1;0;1;2 +46,043;1;1;0;1;0;1;0;2;1;0;1;2 +46,0424;1;1;0;1;0;1;0;2;1;0;1;2 +46,036;1;1;0;1;0;1;0;2;1;0;1;2 +46,0371;1;1;0;1;0;1;0;2;1;0;1;2 +46,0316;1;1;0;1;0;1;0;2;1;0;1;2 +46,0286;1;1;0;1;0;1;0;2;1;0;1;2 +46,0293;1;1;0;1;0;1;0;2;1;0;1;2 +46,028;1;1;0;1;0;1;0;2;1;0;1;2 +46,026;1;1;0;1;0;1;0;2;1;0;1;2 +46,0256;1;1;0;1;0;1;0;2;1;0;1;2 +46,0208;1;1;0;1;0;1;0;2;1;0;1;2 +46,0202;1;1;0;1;0;1;0;2;1;0;1;2 +46,0232;1;1;0;1;0;1;0;2;1;0;1;2 +46,0153;1;1;0;1;0;1;0;2;1;0;1;2 +46,0184;1;1;0;1;0;1;0;2;1;0;1;2 +46,0141;1;1;0;1;0;1;0;2;1;0;1;2 +46,0113;1;1;0;1;0;1;0;2;1;0;1;2 +46,0121;1;1;0;1;0;1;0;2;1;0;1;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,632989;2 +46,0071;1;1;0;1;0;1;0;1;1;0;0,632989;2 +46,0057;1;1;0;1;0;1;0;1;1;0;0,632989;2 +46,0047;1;1;0;1;0;1;0;1;1;0;0,632989;2 +45,9998;1;1;0;1;0;1;0;1;1;0;0,632989;2 +46,0015;1;1;0;1;0;1;0;1;1;0;0,632989;2 +45,9952;1;1;0;1;0;1;0;1;1;0;0,632989;2 +45,9932;1;1;0;1;0;1;0;1;1;0;0,632989;2 +45,9933;1;1;0;1;0;1;0;1;1;0;0,632989;2 +45,992;1;1;0;1;0;1;0;1;1;0;0,632989;2 +45,9899;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9878;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9854;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9844;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9837;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9809;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9781;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9765;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9712;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9757;1;1;0;1;0;1;0;1;1;0;0,575287;2 +45,9669;1;1;0;1;0;1;0;2;1;0;1;2 +45,9705;1;1;0;1;0;1;0;2;1;0;1;2 +45,9667;1;1;0;1;0;1;0;2;1;0;1;2 +45,9648;1;1;0;1;0;1;0;2;1;0;1;2 +45,9673;1;1;0;1;0;1;0;2;1;0;1;2 +45,9648;1;1;0;1;0;1;0;2;1;0;1;2 +45,961;1;1;0;1;0;1;0;2;1;0;1;2 +45,9592;1;1;0;1;0;1;0;2;1;0;1;2 +45,9595;1;1;0;1;0;1;0;2;1;0;1;2 +45,9545;1;1;0;1;0;1;0;2;1;0;1;2 +45,9544;1;1;0;1;0;1;0;2;1;0;1;2 +45,9505;1;1;0;1;0;1;0;2;1;0;1;2 +45,9483;1;1;0;1;0;1;0;2;1;0;1;2 +45,9483;1;1;0;1;0;1;0;2;1;0;1;2 +45,9457;1;1;0;1;0;1;0;2;1;0;1;2 +45,9444;1;1;0;1;0;1;0;2;1;0;1;2 +45,9427;1;1;0;1;0;1;0;2;1;0;1;2 +45,9399;1;1;0;1;0;1;0;2;1;0;1;2 +45,9403;1;1;0;1;0;1;0;2;1;0;1;2 +45,933;1;1;0;1;0;1;0;2;1;0;1;2 +45,9338;1;1;0;1;0;1;0;2;1;0;1;2 +45,9309;1;1;0;1;0;1;0;2;1;0;1;2 +45,93;1;1;0;1;0;1;0;2;1;0;1;2 +45,9311;1;1;0;1;0;1;0;2;1;0;1;2 +45,9272;1;1;0;1;0;1;0;2;1;0;1;2 +45,9257;1;1;0;1;0;1;0;2;1;0;1;2 +45,924;1;1;0;1;0;1;0;2;1;0;1;2 +45,9183;1;1;0;1;0;1;0;2;1;0;1;2 +45,9203;1;1;0;1;0;1;0;2;1;0;1;2 +45,9164;1;1;0;1;0;1;0;2;1;0;1;2 +45,9179;1;1;0;1;0;1;0;2;1;0;1;2 +45,9198;1;1;0;1;0;1;0;2;1;0;1;1 +45,9176;1;1;0;1;0;1;0;2;1;0;1;1 +45,9162;1;1;0;1;0;1;0;2;1;0;1;1 +45,9151;1;1;0;1;0;1;0;2;1;0;1;1 +45,916;1;1;0;1;0;1;0;2;1;0;1;1 +45,9152;1;1;0;1;0;1;0;2;1;0;1;1 +45,9166;1;1;0;1;0;1;0;2;1;0;1;1 +45,9159;1;1;0;1;0;1;0;2;1;0;1;1 +45,9178;1;1;0;1;0;1;0;2;1;0;1;1 +45,9154;1;1;0;1;0;1;0;2;1;0;1;1 +45,918;1;1;0;1;0;1;0;2;1;0;1;1 +45,9182;1;1;0;1;0;1;0;2;1;0;1;1 +45,9114;1;1;0;1;0;1;0;2;1;0;1;1 +45,9196;1;1;0;1;0;1;0;2;1;0;1;1 +45,9173;1;1;0;1;0;1;0;2;1;0;1;1 +45,9156;1;1;0;1;0;1;0;2;1;0;1;1 +45,9135;1;1;0;1;0;1;0;2;1;0;1;1 +45,9165;1;1;0;1;0;1;0;2;1;0;1;1 +45,9121;1;1;0;1;0;1;0;2;1;0;1;1 +45,916;1;1;0;1;0;1;0;2;1;0;1;1 +45,9155;1;1;0;1;0;1;0;2;1;0;1;1 +45,9166;1;1;0;1;0;1;0;2;1;0;1;1 +45,9166;1;1;0;1;0;1;0;2;1;0;1;1 +45,9143;1;1;0;1;0;1;0;2;1;0;1;1 +45,9143;1;1;0;1;0;1;0;2;1;0;1;1 +45,9189;1;1;0;1;0;1;0;2;1;0;1;1 +45,9172;1;1;0;1;0;1;0;2;1;0;1;1 +45,9092;1;1;0;1;0;1;0;2;1;0;1;1 +45,9145;1;1;0;1;0;1;0;2;1;0;1;1 +45,9099;1;1;0;1;0;1;0;2;1;0;1;1 +45,9153;1;1;0;1;0;1;0;2;1;0;1;1 +45,9163;1;1;0;1;0;1;0;2;1;0;1;1 +45,9177;1;1;0;1;0;1;0;2;1;0;1;1 +45,9139;1;1;0;1;0;1;0;2;1;0;1;1 +45,9182;1;1;0;1;0;1;0;2;1;0;1;1 +45,9168;1;1;0;1;0;1;0;2;1;0;1;1 +45,9168;1;1;0;1;0;1;0;2;1;0;1;1 +45,9151;1;1;0;1;0;1;0;2;1;0;1;1 +45,9171;1;1;0;1;0;1;0;2;1;0;1;1 +45,9157;1;1;0;1;0;1;0;2;1;0;1;1 +45,9154;1;1;0;1;0;1;0;2;1;0;1;1 +45,9152;1;1;0;1;0;1;0;2;1;0;1;1 +45,918;1;1;0;1;0;1;0;2;1;0;1;1 +45,9165;1;1;0;1;0;1;0;2;1;0;1;1 +45,9163;1;1;0;1;0;1;0;2;1;0;1;1 +45,9179;1;1;0;1;0;1;0;2;1;0;1;1 +45,9172;1;1;0;1;0;1;0;2;1;0;1;1 +45,9177;1;1;0;1;0;1;0;2;1;0;1;1 +45,9174;1;1;0;1;0;1;0;2;1;0;1;1 +45,9163;1;1;0;1;0;1;0;2;1;0;1;1 +45,9145;1;1;0;1;0;1;0;2;1;0;1;2 +45,9192;1;1;0;1;0;1;0;2;1;0;1;2 +45,919;1;1;0;1;0;1;0;2;1;0;1;2 +45,9175;1;1;0;1;0;1;0;2;1;0;1;2 +45,9203;1;1;0;1;0;1;0;2;1;0;1;2 +45,92;1;1;0;1;0;1;0;2;1;0;1;2 +45,9217;1;1;0;1;0;1;0;2;1;0;1;2 +45,9233;1;1;0;1;0;1;0;2;1;0;1;2 +45,9238;1;1;0;1;0;1;0;2;1;0;1;2 +45,9259;1;1;0;1;0;1;0;2;1;0;1;2 +45,9261;1;1;0;1;0;1;0;2;1;0;1;2 +45,9307;1;1;0;1;0;1;0;2;1;0;1;2 +45,9291;1;1;0;1;0;1;0;2;1;0;1;2 +45,9282;1;1;0;1;0;1;0;2;1;0;1;2 +45,9296;1;1;0;1;0;1;0;2;1;0;1;2 +45,931;1;1;0;1;0;1;0;2;1;0;1;2 +45,9321;1;1;0;1;0;1;0;2;1;0;1;2 +45,9324;1;1;0;1;0;1;0;2;1;0;1;2 +45,9304;1;1;0;1;0;1;0;2;1;0;1;2 +45,9364;1;1;0;1;0;1;0;2;1;0;1;2 +45,9352;1;1;0;1;0;1;0;2;1;0;1;2 +45,9351;1;1;0;1;0;1;0;2;1;0;1;2 +45,9348;1;1;0;1;0;1;0;2;1;0;1;2 +45,9379;1;1;0;1;0;1;0;2;1;0;1;2 +45,9338;1;1;0;1;0;1;0;2;1;0;1;2 +45,9412;1;1;0;1;0;1;0;2;1;0;1;2 +45,9443;1;1;0;1;0;1;0;2;1;0;1;2 +45,944;1;1;0;1;0;1;0;2;1;0;1;2 +45,942;1;1;0;1;0;1;0;2;1;0;1;2 +45,943;1;1;0;1;0;1;0;2;1;0;1;2 +45,9471;1;1;0;1;0;1;0;2;1;0;1;2 +45,9449;1;1;0;1;0;1;0;2;1;0;1;2 +45,9465;1;1;0;1;0;1;0;2;1;0;1;2 +45,9473;1;1;0;1;0;1;0;2;1;0;1;2 +45,9494;1;1;0;1;0;1;0;2;1;0;1;2 +45,9493;1;1;0;1;0;1;0;2;1;0;1;2 +45,9483;1;1;0;1;0;1;0;2;1;0;1;2 +45,9488;1;1;0;1;0;1;0;2;1;0;1;2 +45,9519;1;1;0;1;0;1;0;2;1;0;1;2 +45,949;1;1;0;1;0;1;0;2;1;0;1;2 +45,9518;1;1;0;1;0;1;0;2;1;0;1;2 +45,956;1;1;0;1;0;1;0;2;1;0;1;2 +45,9522;1;1;0;1;0;1;0;2;1;0;1;2 +45,9606;1;1;0;1;0;1;0;2;1;0;1;2 +45,9559;1;1;0;1;0;1;0;2;1;0;1;2 +45,958;1;1;0;1;0;1;0;2;1;0;1;2 +45,9594;1;1;0;1;0;1;0;2;1;0;1;2 +45,9595;1;1;0;1;0;1;0;2;1;0;1;2 +45,963;1;1;0;1;0;1;0;2;1;0;1;2 +45,9626;1;1;0;1;0;1;0;2;1;0;1;2 +45,9631;1;1;0;1;0;1;0;2;1;0;1;2 +45,9656;1;1;0;1;0;1;0;2;1;0;1;2 +45,967;1;1;0;1;0;1;0;2;1;0;1;2 +45,9641;1;1;0;1;0;1;0;2;1;0;1;2 +45,9682;1;1;0;1;0;1;0;2;1;0;1;2 +45,9638;1;1;0;1;0;1;0;2;1;0;1;2 +45,9676;1;1;0;1;0;1;0;2;1;0;1;2 +45,97;1;1;0;1;0;1;0;2;1;0;1;2 +45,9691;1;1;0;1;0;1;0;2;1;0;1;2 +45,9683;1;1;0;1;0;1;0;2;1;0;1;2 +45,9723;1;1;0;1;0;1;0;2;1;0;1;2 +45,9775;1;1;0;1;0;1;0;2;1;0;1;2 +45,9724;1;1;0;1;0;1;0;2;1;0;1;2 +45,9753;1;1;0;1;0;1;0;2;1;0;1;2 +45,9759;1;1;0;1;0;1;0;2;1;0;1;2 +45,9763;1;1;0;1;0;1;0;2;1;0;1;2 +45,977;1;1;0;1;0;1;0;2;1;0;1;2 +45,9814;1;1;0;1;0;1;0;2;1;0;1;2 +45,9797;1;1;0;1;0;1;0;2;1;0;1;2 +45,9776;1;1;0;1;0;1;0;2;1;0;1;2 +45,9852;1;1;0;1;0;1;0;2;1;0;1;2 +45,9835;1;1;0;1;0;1;0;2;1;0;1;2 +45,9833;1;1;0;1;0;1;0;2;1;0;1;2 +45,9866;1;1;0;1;0;1;0;2;1;0;1;2 +45,9868;1;1;0;1;0;1;0;2;1;0;1;2 +45,9851;1;1;0;1;0;1;0;2;1;0;1;2 +45,9872;1;1;0;1;0;1;0;2;1;0;1;2 +45,9888;1;1;0;1;0;1;0;2;1;0;1;2 +45,9892;1;1;0;1;0;1;0;2;1;0;1;2 +45,9941;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9892;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9913;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9918;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9911;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9917;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9972;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9976;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9993;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9993;1;1;0;1;0;1;0;2;1;0;0,924226;2 +45,9942;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,0015;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,0009;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,0013;1;1;0;1;0;1;0;2;1;0;0,5996;2 +45,9988;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,001;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,0024;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,0073;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,0066;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,0079;1;1;0;1;0;1;0;2;1;0;0,5996;2 +46,0112;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,0125;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,011;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,0099;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,0144;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,0173;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,018;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,0156;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,0168;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,0164;1;1;0;1;0;1;0;1;1;0;0,826136;2 +46,0132;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0165;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0172;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0193;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0142;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0222;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0217;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0229;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0225;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0208;1;1;0;1;0;1;0;1;1;0;0,743617;2 +46,0292;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0248;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0277;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0291;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0259;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0307;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0296;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0322;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0322;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0346;1;1;0;1;0;1;0;2;1;0;0,528702;2 +46,0373;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0374;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0362;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0377;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0388;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0389;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0389;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0428;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0451;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0438;1;1;0;1;0;1;0;2;1;0;0,962234;2 +46,0436;1;1;0;1;0;1;0;2;1;0;1;2 +46,0442;1;1;0;1;0;1;0;2;1;0;1;2 +46,0463;1;1;0;1;0;1;0;2;1;0;1;2 +46,0488;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0499;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0485;1;1;0;1;0;1;0;2;1;0;1;2 +46,0578;1;1;0;1;0;1;0;2;1;0;1;2 +46,0522;1;1;0;1;0;1;0;2;1;0;1;2 +46,0523;1;1;0;1;0;1;0;2;1;0;1;2 +46,0543;1;1;0;1;0;1;0;2;1;0;1;2 +46,0554;1;1;0;1;0;1;0;2;1;0;1;2 +46,056;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,0562;1;1;0;1;0;1;0;2;1;0;1;2 +46,0609;1;1;0;1;0;1;0;2;1;0;1;2 +46,0591;1;1;0;1;0;1;0;2;1;0;1;2 +46,0596;1;1;0;1;0;1;0;2;1;0;1;2 +46,0626;1;1;0;1;0;1;0;2;1;0;1;2 +46,0615;1;1;0;1;0;1;0;2;1;0;1;2 +46,0671;1;1;0;1;0;1;0;2;1;0;1;2 +46,0633;1;1;0;1;0;1;0;2;1;0;1;2 +46,0651;1;1;0;1;0;1;0;2;1;0;1;2 +46,0666;1;1;0;1;0;1;0;2;1;0;1;2 +46,0652;1;1;0;1;0;1;0;2;1;0;1;2 +46,0683;1;1;0;1;0;1;0;2;1;0;1;2 +46,0675;1;1;0;1;0;1;0;2;1;0;1;2 +46,0699;1;1;0;1;0;1;0;2;1;0;1;2 +46,0698;1;1;0;1;0;1;0;2;1;0;1;2 +46,0714;1;1;0;1;0;1;0;2;1;0;1;2 +46,073;1;1;0;1;0;1;0;2;1;0;1;2 +46,0731;1;1;0;1;0;1;0;2;1;0;1;2 +46,0766;1;1;0;1;0;1;0;2;1;0;1;2 +46,0761;1;1;0;1;0;1;0;2;1;0;1;2 +46,0737;1;1;0;1;0;1;0;2;1;0;1;2 +46,0787;1;1;0;1;0;1;0;2;1;0;1;2 +46,0791;1;1;0;1;0;1;0;2;1;0;1;2 +46,0818;1;1;0;1;0;1;0;2;1;0;1;2 +46,0811;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,083;1;1;0;1;0;1;0;2;1;0;1;2 +46,0832;1;1;0;1;0;1;0;2;1;0;1;2 +46,084;1;1;0;1;0;1;0;2;1;0;1;2 +46,0851;1;1;0;1;0;1;0;2;1;0;1;2 +46,0868;1;1;0;1;0;1;0;2;1;0;1;2 +46,0891;1;1;0;1;0;1;0;2;1;0;1;2 +46,075;1;1;0;1;0;1;0;2;1;0;1;2 +46,0887;1;1;0;1;0;1;0;2;1;0;1;2 +46,0889;1;1;0;1;0;1;0;2;1;0;1;2 +46,0906;1;1;0;1;0;1;0;2;1;0;1;2 +46,0912;1;1;0;1;0;1;0;2;1;0;1;2 +46,0882;1;1;0;1;0;1;0;2;1;0;1;2 +46,0956;1;1;0;1;0;1;0;2;1;0;1;2 +46,0945;1;1;0;1;0;1;0;2;1;0;1;2 +46,0947;1;1;0;1;0;1;0;2;1;0;1;2 +46,1013;1;1;0;1;0;1;0;2;1;0;1;2 +46,1002;1;1;0;1;0;1;0;2;1;0;1;2 +46,0987;1;1;0;1;0;1;0;2;1;0;1;2 +46,1009;1;1;0;1;0;1;0;2;1;0;1;2 +46,1005;1;1;0;1;0;1;0;2;1;0;1;2 +46,0981;1;1;0;1;0;1;0;2;1;0;1;1 +46,1002;1;1;0;1;0;1;0;2;1;0;1;1 +46,1018;1;1;0;1;0;1;0;2;1;0;1;1 +46,104;1;1;0;1;0;1;0;2;1;0;1;1 +46,1;1;1;0;1;0;1;0;2;1;0;1;1 +46,0996;1;1;0;1;0;1;0;2;1;0;1;1 +46,1033;1;1;0;1;0;1;0;2;1;0;1;1 +46,1002;1;1;0;1;0;1;0;2;1;0;1;1 +46,0989;1;1;0;1;0;1;0;2;1;0;1;1 +46,1015;1;1;0;1;0;1;0;2;1;0;1;1 +46,0984;1;1;0;1;0;1;0;2;1;0;1;1 +46,0983;1;1;0;1;0;1;0;2;1;0;1;1 +46,1003;1;1;0;1;0;1;0;2;1;0;1;1 +46,1017;1;1;0;1;0;1;0;2;1;0;1;1 +46,0988;1;1;0;1;0;1;0;2;1;0;1;1 +46,1007;1;1;0;1;0;1;0;2;1;0;1;1 +46,0989;1;1;0;1;0;1;0;2;1;0;1;1 +46,1005;1;1;0;1;0;1;0;2;1;0;1;1 +46,1015;1;1;0;1;0;1;0;2;1;0;1;1 +46,0996;1;1;0;1;0;1;0;2;1;0;1;1 +46,1003;1;1;0;1;0;1;0;2;1;0;1;1 +46,1008;1;1;0;1;0;1;0;2;1;0;1;1 +46,0986;1;1;0;1;0;1;0;2;1;0;1;1 +46,0985;1;1;0;1;0;1;0;2;1;0;1;1 +46,1006;1;1;0;1;0;1;0;2;1;0;1;1 +46,1011;1;1;0;1;0;1;0;2;1;0;1;1 +46,1001;1;1;0;1;0;1;0;2;1;0;1;1 +46,098;1;1;0;1;0;1;0;2;1;0;1;1 +46,1008;1;1;0;1;0;1;0;2;1;0;1;1 +46,0992;1;1;0;1;0;1;0;2;1;0;1;1 +46,1012;1;1;0;1;0;1;0;2;1;0;1;1 +46,1008;1;1;0;1;0;1;0;2;1;0;1;1 +46,0986;1;1;0;1;0;1;0;2;1;0;1;1 +46,0995;1;1;0;1;0;1;0;2;1;0;1;1 +46,1002;1;1;0;1;0;1;0;2;1;0;1;1 +46,1025;1;1;0;1;0;1;0;2;1;0;1;1 +46,0974;1;1;0;1;0;1;0;2;1;0;1;1 +46,1012;1;1;0;1;0;1;0;2;1;0;1;1 +46,1;1;1;0;1;0;1;0;2;1;0;1;1 +46,0995;1;1;0;1;0;1;0;2;1;0;1;1 +46,1024;1;1;0;1;0;1;0;2;1;0;1;1 +46,1035;1;1;0;1;0;1;0;2;1;0;1;1 +46,1004;1;1;0;1;0;1;0;2;1;0;1;1 +46,1024;1;1;0;1;0;1;0;2;1;0;1;1 +46,0995;1;1;0;1;0;1;0;2;1;0;1;1 +46,0994;1;1;0;1;0;1;0;2;1;0;1;1 +46,0995;1;1;0;1;0;1;0;2;1;0;1;1 +46,0993;1;1;0;1;0;1;0;2;1;0;1;1 +46,1;1;1;0;1;0;1;0;2;1;0;1;1 +46,0993;1;1;0;1;0;1;0;2;1;0;1;1 +46,0999;1;1;0;1;0;1;0;2;1;0;1;2 +46,0975;1;1;0;1;0;1;0;2;1;0;1;2 +46,1011;1;1;0;1;0;1;0;2;1;0;1;2 +46,0979;1;1;0;1;0;1;0;2;1;0;1;2 +46,0999;1;1;0;1;0;1;0;2;1;0;1;2 +46,0963;1;1;0;1;0;1;0;2;1;0;1;2 +46,0962;1;1;0;1;0;1;0;2;1;0;1;2 +46,0998;1;1;0;1;0;1;0;2;1;0;1;2 +46,0968;1;1;0;1;0;1;0;2;1;0;1;2 +46,0955;1;1;0;1;0;1;0;2;1;0;1;2 +46,0954;1;1;0;1;0;1;0;2;1;0;1;2 +46,0966;1;1;0;1;0;1;0;2;1;0;1;2 +46,096;1;1;0;1;0;1;0;2;1;0;1;2 +46,0908;1;1;0;1;0;1;0;2;1;0;1;2 +46,0956;1;1;0;1;0;1;0;2;1;0;1;2 +46,0889;1;1;0;1;0;1;0;2;1;0;1;2 +46,0916;1;1;0;1;0;1;0;2;1;0;1;2 +46,0916;1;1;0;1;0;1;0;2;1;0;1;2 +46,0923;1;1;0;1;0;1;0;2;1;0;1;2 +46,0901;1;1;0;1;0;1;0;2;1;0;1;2 +46,091;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0901;1;1;0;1;0;1;0;2;1;0;1;2 +46,0905;1;1;0;1;0;1;0;2;1;0;1;2 +46,0845;1;1;0;1;0;1;0;2;1;0;1;2 +46,0868;1;1;0;1;0;1;0;2;1;0;1;2 +46,0879;1;1;0;1;0;1;0;2;1;0;1;2 +46,0893;1;1;0;1;0;1;0;2;1;0;1;2 +46,0813;1;1;0;1;0;1;0;2;1;0;1;2 +46,0875;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0849;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0845;1;1;0;1;0;1;0;2;1;0;1;2 +46,0812;1;1;0;1;0;1;0;2;1;0;1;2 +46,0813;1;1;0;1;0;1;0;2;1;0;1;2 +46,0821;1;1;0;1;0;1;0;2;1;0;1;2 +46,0834;1;1;0;1;0;1;0;2;1;0;1;2 +46,0805;1;1;0;1;0;1;0;2;1;0;1;2 +46,0738;1;1;0;1;0;1;0;2;1;0;1;2 +46,0814;1;1;0;1;0;1;0;2;1;0;1;2 +46,0824;1;1;0;1;0;1;0;2;1;0;1;2 +46,0788;1;1;0;1;0;1;0;2;1;0;1;2 +46,08;1;1;0;1;0;1;0;2;1;0;1;2 +46,0784;1;1;0;1;0;1;0;2;1;0;1;2 +46,0748;1;1;0;1;0;1;0;2;1;0;1;2 +46,0785;1;1;0;1;0;1;0;2;1;0;1;2 +46,0754;1;1;0;1;0;1;0;2;1;0;1;2 +46,0737;1;1;0;1;0;1;0;2;1;0;1;2 +46,0775;1;1;0;1;0;1;0;2;1;0;1;2 +46,077;1;1;0;1;0;1;0;2;1;0;1;2 +46,0763;1;1;0;1;0;1;0;2;1;0;1;2 +46,0769;1;1;0;1;0;1;0;2;1;0;1;2 +46,071;1;1;0;1;0;1;0;2;1;0;1;2 +46,0749;1;1;0;1;0;1;0;2;1;0;1;2 +46,0744;1;1;0;1;0;1;0;2;1;0;1;2 +46,0754;1;1;0;1;0;1;0;2;1;0;1;2 +46,0728;1;1;0;1;0;1;0;2;1;0;1;2 +46,0716;1;1;0;1;0;1;0;2;1;0;1;2 +46,0717;1;1;0;1;0;1;0;2;1;0;1;2 +46,0715;1;1;0;1;0;1;0;2;1;0;1;2 +46,0697;1;1;0;1;0;1;0;2;1;0;1;2 +46,0681;1;1;0;1;0;1;0;2;1;0;1;2 +46,0663;1;1;0;1;0;1;0;2;1;0;1;2 +46,0682;1;1;0;1;0;1;0;2;1;0;1;2 +46,07;1;1;0;1;0;1;0;2;1;0;1;2 +46,069;1;1;0;1;0;1;0;2;1;0;1;2 +46,0693;1;1;0;1;0;1;0;2;1;0;1;2 +46,0671;1;1;0;1;0;1;0;2;1;0;1;2 +46,0685;1;1;0;1;0;1;0;2;1;0;1;2 +46,0638;1;1;0;1;0;1;0;2;1;0;1;2 +46,0677;1;1;0;1;0;1;0;2;1;0;1;2 +46,0675;1;1;0;1;0;1;0;2;1;0;1;2 +46,0664;1;1;0;1;0;1;0;2;1;0;1;2 +46,0659;1;1;0;1;0;1;0;2;1;0;1;2 +46,0644;1;1;0;1;0;1;0;2;1;0;1;2 +46,0654;1;1;0;1;0;1;0;2;1;0;1;2 +46,0648;1;1;0;1;0;1;0;2;1;0;1;2 +46,066;1;1;0;1;0;1;0;2;1;0;1;2 +46,064;1;1;0;1;0;1;0;2;1;0;1;2 +46,0637;1;1;0;1;0;1;0;2;1;0;1;2 +46,0601;1;1;0;1;0;1;0;2;1;0;1;2 +46,0605;1;1;0;1;0;1;0;2;1;0;1;2 +46,0625;1;1;0;1;0;1;0;2;1;0;1;2 +46,0606;1;1;0;1;0;1;0;2;1;0;1;2 +46,0592;1;1;0;1;0;1;0;2;1;0;1;2 +46,055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0594;1;1;0;1;0;1;0;2;1;0;1;2 +46,0588;1;1;0;1;0;1;0;2;1;0;1;2 +46,0573;1;1;0;1;0;1;0;2;1;0;1;2 +46,0564;1;1;0;1;0;1;0;2;1;0;1;2 +46,0576;1;1;0;1;0;1;0;2;1;0;1;2 +46,055;1;1;0;1;0;1;0;2;1;0;1;2 +46,0595;1;1;0;1;0;1;0;2;1;0;1;2 +46,0523;1;1;0;1;0;1;0;2;1;0;1;2 +46,0576;1;1;0;1;0;1;0;2;1;0;1;2 +46,0542;1;1;0;1;0;1;0;2;1;0;1;2 +46,0547;1;1;0;1;0;1;0;2;1;0;1;2 +46,0545;1;1;0;1;0;1;0;2;1;0;1;2 +46,0493;1;1;0;1;0;1;0;2;1;0;1;2 +46,0545;1;1;0;1;0;1;0;2;1;0;1;2 +46,0532;1;1;0;1;0;1;0;2;1;0;1;2 +46,0511;1;1;0;1;0;1;0;2;1;0;1;2 +46,0499;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0535;1;1;0;1;0;1;0;2;1;0;1;2 +46,0552;1;1;0;1;0;1;0;2;1;0;1;2 +46,0516;1;1;0;1;0;1;0;2;1;0;1;2 +46,0504;1;1;0;1;0;1;0;2;1;0;1;2 +46,0493;1;1;0;1;0;1;0;2;1;0;1;2 +46,0474;1;1;0;1;0;1;0;2;1;0;1;2 +46,0491;1;1;0;1;0;1;0;2;1;0;1;2 +46,0475;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0446;1;1;0;1;0;1;0;2;1;0;1;2 +46,0452;1;1;0;1;0;1;0;2;1;0;1;2 +46,0469;1;1;0;1;0;1;0;2;1;0;1;2 +46,0454;1;1;0;1;0;1;0;2;1;0;1;2 +46,0446;1;1;0;1;0;1;0;2;1;0;1;2 +46,0454;1;1;0;1;0;1;0;2;1;0;1;2 +46,0443;1;1;0;1;0;1;0;2;1;0;1;2 +46,04;1;1;0;1;0;1;0;2;1;0;1;2 +46,0329;1;1;0;1;0;1;0;2;1;0;1;2 +46,04;1;1;0;1;0;1;0;2;1;0;1;2 +46,0386;1;1;0;1;0;1;0;2;1;0;1;2 +46,0415;1;1;0;1;0;1;0;2;1;0;1;2 +46,0375;1;1;0;1;0;1;0;2;1;0;1;2 +46,0414;1;1;0;1;0;1;0;2;1;0;1;2 +46,0397;1;1;0;1;0;1;0;2;1;0;1;2 +46,0359;1;1;0;1;0;1;0;2;1;0;1;2 +46,0396;1;1;0;1;0;1;0;2;1;0;1;2 +46,0365;1;1;0;1;0;1;0;2;1;0;1;2 +46,0359;1;1;0;1;0;1;0;2;1;0;1;2 +46,039;1;1;0;1;0;1;0;2;1;0;1;2 +46,0373;1;1;0;1;0;1;0;2;1;0;1;2 +46,0368;1;1;0;1;0;1;0;2;1;0;1;2 +46,0354;1;1;0;1;0;1;0;2;1;0;1;2 +46,0347;1;1;0;1;0;1;0;2;1;0;1;2 +46,04;1;1;0;1;0;1;0;2;1;0;1;2 +46,0323;1;1;0;1;0;1;0;2;1;0;1;2 +46,0315;1;1;0;1;0;1;0;2;1;0;1;2 +46,032;1;1;0;1;0;1;0;2;1;0;1;2 +46,0335;1;1;0;1;0;1;0;2;1;0;1;2 +46,0289;1;1;0;1;0;1;0;2;1;0;1;2 +46,0318;1;1;0;1;0;1;0;2;1;0;1;2 +46,0288;1;1;0;1;0;1;0;2;1;0;1;2 +46,0295;1;1;0;1;0;1;0;2;1;0;1;2 +46,0334;1;1;0;1;0;1;0;2;1;0;1;2 +46,0288;1;1;0;1;0;1;0;2;1;0;1;2 +46,0293;1;1;0;1;0;1;0;2;1;0;1;2 +46,0279;1;1;0;1;0;1;0;2;1;0;1;2 +46,0302;1;1;0;1;0;1;0;2;1;0;1;2 +46,0307;1;1;0;1;0;1;0;2;1;0;1;2 +46,028;1;1;0;1;0;1;0;2;1;0;1;2 +46,0309;1;1;0;1;0;1;0;2;1;0;1;2 +46,0253;1;1;0;1;0;1;0;2;1;0;1;2 +46,0288;1;1;0;1;0;1;0;2;1;0;1;2 +46,0342;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0252;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0267;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0238;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0289;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0276;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0252;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0233;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0227;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0195;1;1;0;1;0;1;0;2;1;0;0,917266;2 +46,0226;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0213;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,019;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0224;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0187;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0191;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0206;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0184;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0202;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0179;1;1;0;1;0;1;0;2;1;0;0,702543;2 +46,0178;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0245;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0164;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0199;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0144;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0141;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0145;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0122;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0126;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0137;1;1;0;1;0;1;0;1;1;0;0,520005;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0127;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0135;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0085;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0058;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,009;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0121;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0102;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0062;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0086;1;1;0;1;0;1;0;1;1;0;0,702003;2 +46,0083;1;1;0;1;0;1;0;1;1;0;0,965416;2 +46,0061;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,0024;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,965416;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,946291;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0117;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,998241;1 +46,0044;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0053;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,988258;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,976412;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,008;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0086;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,006;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0124;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,991642;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,986565;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0068;1;1;0;1;0;1;0;1;1;0;1;1 +46,0076;1;1;0;1;0;1;0;1;1;0;1;1 +46,0093;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0066;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0069;1;1;0;1;0;1;0;1;1;0;1;1 +46,0119;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0071;1;1;0;1;0;1;0;1;1;0;1;1 +46,0053;1;1;0;1;0;1;0;1;1;0;1;1 +46,0121;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0075;1;1;0;1;0;1;0;1;1;0;1;1 +46,0072;1;1;0;1;0;1;0;1;1;0;1;1 +46,0062;1;1;0;1;0;1;0;1;1;0;1;1 +46,0092;1;1;0;1;0;1;0;1;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;1;1 +46,0078;1;1;0;1;0;1;0;1;1;0;1;1 +46,0063;1;1;0;1;0;1;0;1;1;0;1;1 +46,0059;1;1;0;1;0;1;0;1;1;0;1;1 +46,0082;1;1;0;1;0;1;0;1;1;0;1;1 +46,0057;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,977258;1 +46,0079;1;1;0;1;0;1;0;1;1;0;1;1 +46,0087;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,004;1;1;0;1;0;1;0;1;1;0;1;1 +46,011;1;1;0;1;0;1;0;1;1;0;1;1 +46,0104;1;1;0;1;0;1;0;1;1;0;1;1 +46,0134;1;1;0;1;0;1;0;1;1;0;1;1 +46,009;1;1;0;1;0;1;0;1;1;0;1;1 +46,0084;1;1;0;1;0;1;0;1;1;0;1;1 +46,0113;1;1;0;1;0;1;0;1;1;0;1;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,979122;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,976582;1 +46,0095;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0073;1;1;0;1;0;1;0;1;1;0;1;1 +46,0047;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0077;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 +46,0061;1;1;0;1;0;1;0;1;1;0;1;1 +46,0074;1;1;0;1;0;1;0;1;1;0;1;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,989442;1 +46,0026;1;1;0;1;0;1;0;1;1;0;1;1 +46,0055;1;1;0;1;0;1;0;1;1;0;1;1 +46,0108;1;1;0;1;0;1;0;1;1;0;1;1 +46,0085;1;1;0;1;0;1;0;1;1;0;1;1 +46,0089;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0083;1;1;0;1;0;1;0;1;1;0;1;1 +46,0123;1;1;0;1;0;1;0;1;1;0;1;1 +46,0098;1;1;0;1;0;1;0;1;1;0;1;1 +46,0096;1;1;0;1;0;1;0;1;1;0;1;1 diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..86949db Binary files /dev/null and b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_3/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/out_excel.csv b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/out_excel.csv new file mode 100644 index 0000000..a2c52ff --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/out_excel.csv @@ -0,0 +1,2000 @@ +value;StateID;Confidence State Valid;Confidence State Invalid;Confidence Inputs Matching;Confidence Outputs Matching;Confidence Inputs Mismatching;Confidence Outputs Mismatching;State Condition;Confidence System Functioning;Confidence System Malfunctioning;Overall Confidence;Tag +46,0098;1;0,1;0,9;0;0;1;0;0;1;0;0;1 +46,0093;1;0,2;0,8;1;0;1;0;0;1;0;0;1 +46,0125;1;0,3;0,7;1;0;1;0;0;1;0;0;1 +46,0087;1;0,4;0,6;1;0;1;0;0;1;0;0;1 +46,02;1;0,5;0,5;1;0;1;0;0;1;0;0;1 +46,008;1;0,6;0,4;1;0;1;0;0;1;0;0;1 +46,0073;1;0,7;0,3;1;0;1;0;0;1;0;0;1 +46,0109;1;0,8;0,2;1;0;1;0;0;1;0;0;1 +46,0064;1;0,9;0,1;1;0;1;0;0;1;0;0;1 +46,0074;1;1;0;1;0;1;0;0;1;0;0;1 +46,0123;1;1;0;1;0;1;0;0;1;0;0;1 +46,0093;1;1;0;1;0;1;0;0;1;0;0;1 +46,0089;1;1;0;1;0;1;0;0;1;0;0;1 +46,0087;1;1;0;1;0;1;0;0;1;0;0;1 +46,0069;1;1;0;1;0;1;0;0;1;0;0;1 +46,0071;1;1;0;1;0;1;0;0;1;0;0;1 +46,0072;1;1;0;1;0;1;0;0;1;0;0;1 +46,0076;1;1;0;1;0;1;0;0;1;0;0;1 +46,0075;1;1;0;1;0;1;0;0;1;0;0;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0026;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,94934;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,925819;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,939525;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,89942;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0112;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0033;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,912958;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,923111;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0052;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0144;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,937325;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,941725;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0106;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0113;1;1;0;1;0;1;0;1;1;0;0,917019;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0111;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,958985;1 +46,0107;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0016;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,948155;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,887913;1 +45,9997;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,887913;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0118;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0117;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,895359;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,965585;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,966261;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,003;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,012;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,932587;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,013;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0117;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,938341;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,94714;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0125;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,960846;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0133;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,934618;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,983013;1 +46,0029;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,887236;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0067;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,952555;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,0104;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,0103;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,0076;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,014;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,0073;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,0117;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,0171;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,0136;1;1;0;1;0;1;0;1;1;0;0,955601;2 +46,0132;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0187;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0161;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0186;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0183;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0193;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0196;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0185;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0175;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0239;1;1;0;1;0;1;0;1;1;0;0,964403;2 +46,0198;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0221;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0236;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0226;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0239;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,021;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0263;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0271;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0302;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0272;1;1;0;1;0;1;0;1;1;0;0,622179;2 +46,0295;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,0295;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,0302;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,0289;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,0322;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,0325;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,034;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,0299;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,034;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,0347;1;1;0;1;0;1;0;2;1;0;0,658383;2 +46,0352;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0361;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0364;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0368;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0338;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,041;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0383;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0406;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0416;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0419;1;1;0;1;0;1;0;2;1;0;0,958138;2 +46,0406;1;1;0;1;0;1;0;2;1;0;1;2 +46,0445;1;1;0;1;0;1;0;2;1;0;1;2 +46,0438;1;1;0;1;0;1;0;2;1;0;1;2 +46,0376;1;1;0;1;0;1;0;2;1;0;1;2 +46,0466;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0426;1;1;0;1;0;1;0;2;1;0;1;2 +46,0465;1;1;0;1;0;1;0;2;1;0;1;2 +46,0483;1;1;0;1;0;1;0;2;1;0;1;2 +46,049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0512;1;1;0;1;0;1;0;2;1;0;1;2 +46,0483;1;1;0;1;0;1;0;2;1;0;1;2 +46,0475;1;1;0;1;0;1;0;2;1;0;1;2 +46,0515;1;1;0;1;0;1;0;2;1;0;1;2 +46,0536;1;1;0;1;0;1;0;2;1;0;1;2 +46,0489;1;1;0;1;0;1;0;2;1;0;1;2 +46,0532;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,0568;1;1;0;1;0;1;0;2;1;0;1;2 +46,0547;1;1;0;1;0;1;0;2;1;0;1;2 +46,0591;1;1;0;1;0;1;0;2;1;0;1;2 +46,0581;1;1;0;1;0;1;0;2;1;0;1;2 +46,0568;1;1;0;1;0;1;0;2;1;0;1;2 +46,0573;1;1;0;1;0;1;0;2;1;0;1;2 +46,057;1;1;0;1;0;1;0;2;1;0;1;2 +46,0584;1;1;0;1;0;1;0;2;1;0;1;2 +46,0598;1;1;0;1;0;1;0;2;1;0;1;2 +46,0612;1;1;0;1;0;1;0;2;1;0;1;2 +46,0614;1;1;0;1;0;1;0;2;1;0;1;2 +46,0641;1;1;0;1;0;1;0;2;1;0;1;2 +46,0639;1;1;0;1;0;1;0;2;1;0;1;2 +46,0641;1;1;0;1;0;1;0;2;1;0;1;2 +46,0547;1;1;0;1;0;1;0;2;1;0;1;2 +46,0631;1;1;0;1;0;1;0;2;1;0;1;2 +46,0637;1;1;0;1;0;1;0;2;1;0;1;2 +46,0652;1;1;0;1;0;1;0;2;1;0;1;2 +46,0614;1;1;0;1;0;1;0;2;1;0;1;2 +46,0699;1;1;0;1;0;1;0;2;1;0;1;2 +46,0686;1;1;0;1;0;1;0;2;1;0;1;2 +46,0711;1;1;0;1;0;1;0;2;1;0;1;2 +46,069;1;1;0;1;0;1;0;2;1;0;1;2 +46,0682;1;1;0;1;0;1;0;2;1;0;1;2 +46,0708;1;1;0;1;0;1;0;2;1;0;1;2 +46,0744;1;1;0;1;0;1;0;2;1;0;1;2 +46,0759;1;1;0;1;0;1;0;2;1;0;1;2 +46,0763;1;1;0;1;0;1;0;2;1;0;1;2 +46,0734;1;1;0;1;0;1;0;2;1;0;1;2 +46,0746;1;1;0;1;0;1;0;2;1;0;1;2 +46,0807;1;1;0;1;0;1;0;2;1;0;1;2 +46,074;1;1;0;1;0;1;0;2;1;0;1;2 +46,0776;1;1;0;1;0;1;0;2;1;0;1;2 +46,0808;1;1;0;1;0;1;0;2;1;0;1;2 +46,0787;1;1;0;1;0;1;0;2;1;0;1;2 +46,0787;1;1;0;1;0;1;0;2;1;0;1;2 +46,0784;1;1;0;1;0;1;0;2;1;0;1;2 +46,0796;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0824;1;1;0;1;0;1;0;2;1;0;1;2 +46,0823;1;1;0;1;0;1;0;2;1;0;1;2 +46,0841;1;1;0;1;0;1;0;2;1;0;1;2 +46,0821;1;1;0;1;0;1;0;2;1;0;1;2 +46,083;1;1;0;1;0;1;0;2;1;0;1;2 +46,0867;1;1;0;1;0;1;0;2;1;0;1;2 +46,0857;1;1;0;1;0;1;0;2;1;0;1;2 +46,0831;1;1;0;1;0;1;0;2;1;0;1;2 +46,0883;1;1;0;1;0;1;0;2;1;0;1;2 +46,0823;1;1;0;1;0;1;0;2;1;0;1;2 +46,0883;1;1;0;1;0;1;0;2;1;0;1;2 +46,0869;1;1;0;1;0;1;0;2;1;0;1;2 +46,09;1;1;0;1;0;1;0;2;1;0;1;2 +46,0915;1;1;0;1;0;1;0;2;1;0;1;2 +46,0899;1;1;0;1;0;1;0;2;1;0;1;2 +46,0937;1;1;0;1;0;1;0;2;1;0;1;2 +46,0917;1;1;0;1;0;1;0;2;1;0;1;2 +46,0921;1;1;0;1;0;1;0;2;1;0;1;2 +46,0952;1;1;0;1;0;1;0;2;1;0;1;2 +46,0947;1;1;0;1;0;1;0;2;1;0;1;2 +46,093;1;1;0;1;0;1;0;2;1;0;1;2 +46,0959;1;1;0;1;0;1;0;2;1;0;1;2 +46,0955;1;1;0;1;0;1;0;2;1;0;1;2 +46,0975;1;1;0;1;0;1;0;2;1;0;1;2 +46,0924;1;1;0;1;0;1;0;2;1;0;1;2 +46,0956;1;1;0;1;0;1;0;2;1;0;1;2 +46,0982;1;1;0;1;0;1;0;2;1;0;1;2 +46,0939;1;1;0;1;0;1;0;2;1;0;1;2 +46,0992;1;1;0;1;0;1;0;2;1;0;1;2 +46,1017;1;1;0;1;0;1;0;2;1;0;1;2 +46,1035;1;1;0;1;0;1;0;2;1;0;1;2 +46,1106;1;1;0;1;0;1;0;2;1;0;1;2 +46,1034;1;1;0;1;0;1;0;2;1;0;1;2 +46,1029;1;1;0;1;0;1;0;2;1;0;1;2 +46,1045;1;1;0;1;0;1;0;2;1;0;1;2 +46,103;1;1;0;1;0;1;0;2;1;0;1;2 +46,1054;1;1;0;1;0;1;0;2;1;0;1;2 +46,1102;1;1;0;1;0;1;0;2;1;0;1;2 +46,1084;1;1;0;1;0;1;0;2;1;0;1;2 +46,1083;1;1;0;1;0;1;0;2;1;0;1;2 +46,1099;1;1;0;1;0;1;0;2;1;0;1;2 +46,1085;1;1;0;1;0;1;0;2;1;0;1;2 +46,1095;1;1;0;1;0;1;0;2;1;0;1;2 +46,1115;1;1;0;1;0;1;0;2;1;0;1;2 +46,1119;1;1;0;1;0;1;0;2;1;0;1;2 +46,113;1;1;0;1;0;1;0;2;1;0;1;2 +46,1111;1;1;0;1;0;1;0;2;1;0;1;2 +46,1134;1;1;0;1;0;1;0;2;1;0;1;2 +46,1119;1;1;0;1;0;1;0;2;1;0;1;2 +46,1131;1;1;0;1;0;1;0;2;1;0;1;2 +46,1163;1;1;0;1;0;1;0;2;1;0;1;2 +46,1184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1159;1;1;0;1;0;1;0;2;1;0;1;2 +46,1186;1;1;0;1;0;1;0;2;1;0;1;2 +46,12;1;1;0;1;0;1;0;2;1;0;1;2 +46,1171;1;1;0;1;0;1;0;2;1;0;1;2 +46,1169;1;1;0;1;0;1;0;2;1;0;1;2 +46,1182;1;1;0;1;0;1;0;2;1;0;1;2 +46,1206;1;1;0;1;0;1;0;2;1;0;1;2 +46,1206;1;1;0;1;0;1;0;2;1;0;1;2 +46,1193;1;1;0;1;0;1;0;2;1;0;1;2 +46,1224;1;1;0;1;0;1;0;2;1;0;1;2 +46,1231;1;1;0;1;0;1;0;2;1;0;1;2 +46,1201;1;1;0;1;0;1;0;2;1;0;1;2 +46,1247;1;1;0;1;0;1;0;2;1;0;1;2 +46,123;1;1;0;1;0;1;0;2;1;0;1;2 +46,1264;1;1;0;1;0;1;0;2;1;0;1;2 +46,1227;1;1;0;1;0;1;0;2;1;0;1;2 +46,1251;1;1;0;1;0;1;0;2;1;0;1;2 +46,1271;1;1;0;1;0;1;0;2;1;0;1;2 +46,1281;1;1;0;1;0;1;0;2;1;0;1;2 +46,129;1;1;0;1;0;1;0;2;1;0;1;2 +46,1324;1;1;0;1;0;1;0;2;1;0;1;2 +46,1309;1;1;0;1;0;1;0;2;1;0;1;2 +46,131;1;1;0;1;0;1;0;2;1;0;1;2 +46,1321;1;1;0;1;0;1;0;2;1;0;1;2 +46,1316;1;1;0;1;0;1;0;2;1;0;1;2 +46,1304;1;1;0;1;0;1;0;2;1;0;1;2 +46,1359;1;1;0;1;0;1;0;2;1;0;1;2 +46,1341;1;1;0;1;0;1;0;2;1;0;1;2 +46,1328;1;1;0;1;0;1;0;2;1;0;1;2 +46,134;1;1;0;1;0;1;0;2;1;0;1;2 +46,1351;1;1;0;1;0;1;0;2;1;0;1;2 +46,1383;1;1;0;1;0;1;0;2;1;0;1;2 +46,1359;1;1;0;1;0;1;0;2;1;0;1;2 +46,1404;1;1;0;1;0;1;0;2;1;0;1;2 +46,1398;1;1;0;1;0;1;0;2;1;0;1;2 +46,1394;1;1;0;1;0;1;0;2;1;0;1;2 +46,1405;1;1;0;1;0;1;0;2;1;0;1;2 +46,1443;1;1;0;1;0;1;0;2;1;0;1;2 +46,1432;1;1;0;1;0;1;0;2;1;0;1;2 +46,1431;1;1;0;1;0;1;0;2;1;0;1;2 +46,146;1;1;0;1;0;1;0;2;1;0;1;2 +46,1438;1;1;0;1;0;1;0;2;1;0;1;2 +46,1464;1;1;0;1;0;1;0;2;1;0;1;2 +46,1451;1;1;0;1;0;1;0;2;1;0;1;2 +46,1454;1;1;0;1;0;1;0;2;1;0;1;2 +46,147;1;1;0;1;0;1;0;2;1;0;1;2 +46,1542;1;1;0;1;0;1;0;2;1;0;1;2 +46,1474;1;1;0;1;0;1;0;2;1;0;1;2 +46,1513;1;1;0;1;0;1;0;2;1;0;1;2 +46,1499;1;1;0;1;0;1;0;2;1;0;1;2 +46,1526;1;1;0;1;0;1;0;2;1;0;1;2 +46,1521;1;1;0;1;0;1;0;2;1;0;1;2 +46,1524;1;1;0;1;0;1;0;2;1;0;1;2 +46,1516;1;1;0;1;0;1;0;2;1;0;1;2 +46,1525;1;1;0;1;0;1;0;2;1;0;1;2 +46,1545;1;1;0;1;0;1;0;2;1;0;1;2 +46,153;1;1;0;1;0;1;0;2;1;0;1;2 +46,155;1;1;0;1;0;1;0;2;1;0;1;2 +46,1571;1;1;0;1;0;1;0;2;1;0;1;2 +46,1555;1;1;0;1;0;1;0;2;1;0;1;2 +46,1581;1;1;0;1;0;1;0;2;1;0;1;2 +46,1579;1;1;0;1;0;1;0;2;1;0;1;2 +46,1589;1;1;0;1;0;1;0;2;1;0;1;2 +46,1635;1;1;0;1;0;1;0;2;1;0;1;2 +46,1609;1;1;0;1;0;1;0;2;1;0;1;2 +46,1599;1;1;0;1;0;1;0;2;1;0;1;2 +46,1617;1;1;0;1;0;1;0;2;1;0;1;2 +46,1615;1;1;0;1;0;1;0;2;1;0;1;2 +46,162;1;1;0;1;0;1;0;2;1;0;1;2 +46,1637;1;1;0;1;0;1;0;2;1;0;1;2 +46,1624;1;1;0;1;0;1;0;2;1;0;1;2 +46,1644;1;1;0;1;0;1;0;2;1;0;1;2 +46,1621;1;1;0;1;0;1;0;2;1;0;1;2 +46,1676;1;1;0;1;0;1;0;2;1;0;1;2 +46,1712;1;1;0;1;0;1;0;2;1;0;1;2 +46,1612;1;1;0;1;0;1;0;2;1;0;1;2 +46,1664;1;1;0;1;0;1;0;2;1;0;1;2 +46,1699;1;1;0;1;0;1;0;2;1;0;1;2 +46,1698;1;1;0;1;0;1;0;2;1;0;1;2 +46,171;1;1;0;1;0;1;0;2;1;0;1;2 +46,1694;1;1;0;1;0;1;0;2;1;0;1;2 +46,173;1;1;0;1;0;1;0;2;1;0;1;2 +46,172;1;1;0;1;0;1;0;2;1;0;1;2 +46,1749;1;1;0;1;0;1;0;2;1;0;1;2 +46,1689;1;1;0;1;0;1;0;2;1;0;1;2 +46,1733;1;1;0;1;0;1;0;2;1;0;1;2 +46,1773;1;1;0;1;0;1;0;2;1;0;1;2 +46,1747;1;1;0;1;0;1;0;2;1;0;1;2 +46,1751;1;1;0;1;0;1;0;2;1;0;1;2 +46,1784;1;1;0;1;0;1;0;2;1;0;1;2 +46,1786;1;1;0;1;0;1;0;2;1;0;1;2 +46,1801;1;1;0;1;0;1;0;2;1;0;1;2 +46,1801;1;1;0;1;0;1;0;2;1;0;1;2 +46,1759;1;1;0;1;0;1;0;2;1;0;1;2 +46,1797;1;1;0;1;0;1;0;2;1;0;1;2 +46,1813;1;1;0;1;0;1;0;2;1;0;1;2 +46,1814;1;1;0;1;0;1;0;2;1;0;1;2 +46,184;1;1;0;1;0;1;0;2;1;0;1;2 +46,1802;1;1;0;1;0;1;0;2;1;0;1;2 +46,1862;1;1;0;1;0;1;0;2;1;0;1;2 +46,1844;1;1;0;1;0;1;0;2;1;0;1;2 +46,1865;1;1;0;1;0;1;0;2;1;0;1;2 +46,0135;1;1;0;1;0;1;0;2;1;0;1;1 +46,0105;1;1;0;1;0;1;0;2;1;0;1;1 +46,0062;1;1;0;1;0;1;0;2;1;0;1;1 +46,0076;1;1;0;1;0;1;0;2;1;0;1;1 +46,0059;1;1;0;1;0;1;0;2;1;0;1;1 +46,0039;1;1;0;1;0;1;0;2;1;0;1;1 +46,0082;1;1;0;1;0;1;0;2;1;0;1;1 +46,0093;1;1;0;1;0;1;0;2;1;0;1;1 +46,0091;1;1;0;1;0;1;0;2;1;0;1;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,940033;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0127;1;1;0;1;0;1;0;1;1;0;0,932418;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0045;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,005;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,961693;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0114;1;1;0;1;0;1;0;1;1;0;0,871498;1 +46,0125;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0068;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,955601;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,94274;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,905512;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,0061;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,0133;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,933264;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0059;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,928526;1 +46,0121;1;1;0;1;0;1;0;1;1;0;0,922603;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,0091;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,0087;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,01;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,0099;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,0074;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,0116;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,0132;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,0114;1;1;0;1;0;1;0;1;1;0;0,922603;2 +46,0124;1;1;0;1;0;1;0;1;1;0;1;2 +46,0172;1;1;0;1;0;1;0;1;1;0;1;2 +46,0177;1;1;0;1;0;1;0;1;1;0;1;2 +46,0154;1;1;0;1;0;1;0;1;1;0;1;2 +46,017;1;1;0;1;0;1;0;1;1;0;1;2 +46,0189;1;1;0;1;0;1;0;1;1;0;1;2 +46,0189;1;1;0;1;0;1;0;1;1;0;1;2 +46,0184;1;1;0;1;0;1;0;1;1;0;1;2 +46,0194;1;1;0;1;0;1;0;1;1;0;1;2 +46,0218;1;1;0;1;0;1;0;1;1;0;1;2 +46,0208;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,0247;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,023;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,0222;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,024;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,0253;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,0255;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,0257;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,0242;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,027;1;1;0;1;0;1;0;1;1;0;0,642476;2 +46,0254;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0318;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0298;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0311;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0305;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0321;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0323;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,032;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0333;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0311;1;1;0;1;0;1;0;2;1;0;0,629975;2 +46,0362;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0407;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0343;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0361;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0357;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0383;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0396;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0389;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0417;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0413;1;1;0;1;0;1;0;2;1;0;0,954588;2 +46,0393;1;1;0;1;0;1;0;2;1;0;1;2 +46,0414;1;1;0;1;0;1;0;2;1;0;1;2 +46,0431;1;1;0;1;0;1;0;2;1;0;1;2 +46,0424;1;1;0;1;0;1;0;2;1;0;1;2 +46,0379;1;1;0;1;0;1;0;2;1;0;1;2 +46,0453;1;1;0;1;0;1;0;2;1;0;1;2 +46,0468;1;1;0;1;0;1;0;2;1;0;1;2 +46,0489;1;1;0;1;0;1;0;2;1;0;1;2 +46,049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0469;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0463;1;1;0;1;0;1;0;2;1;0;1;2 +46,0502;1;1;0;1;0;1;0;2;1;0;1;2 +46,0515;1;1;0;1;0;1;0;2;1;0;1;2 +46,0511;1;1;0;1;0;1;0;2;1;0;1;2 +46,053;1;1;0;1;0;1;0;2;1;0;1;2 +46,0514;1;1;0;1;0;1;0;2;1;0;1;2 +46,0562;1;1;0;1;0;1;0;2;1;0;1;2 +46,0534;1;1;0;1;0;1;0;2;1;0;1;2 +46,0539;1;1;0;1;0;1;0;2;1;0;1;2 +46,0545;1;1;0;1;0;1;0;2;1;0;1;2 +46,0554;1;1;0;1;0;1;0;2;1;0;1;2 +46,0558;1;1;0;1;0;1;0;2;1;0;1;2 +46,0561;1;1;0;1;0;1;0;2;1;0;1;2 +46,0594;1;1;0;1;0;1;0;2;1;0;1;2 +46,0584;1;1;0;1;0;1;0;2;1;0;1;2 +46,0589;1;1;0;1;0;1;0;2;1;0;1;2 +46,0578;1;1;0;1;0;1;0;2;1;0;1;2 +46,0619;1;1;0;1;0;1;0;2;1;0;1;2 +46,0599;1;1;0;1;0;1;0;2;1;0;1;2 +46,0628;1;1;0;1;0;1;0;2;1;0;1;2 +46,0603;1;1;0;1;0;1;0;2;1;0;1;2 +46,0624;1;1;0;1;0;1;0;2;1;0;1;2 +46,0664;1;1;0;1;0;1;0;2;1;0;1;2 +46,0622;1;1;0;1;0;1;0;2;1;0;1;2 +46,066;1;1;0;1;0;1;0;2;1;0;1;2 +46,0684;1;1;0;1;0;1;0;2;1;0;1;2 +46,0694;1;1;0;1;0;1;0;2;1;0;1;2 +46,0702;1;1;0;1;0;1;0;2;1;0;1;2 +46,0714;1;1;0;1;0;1;0;2;1;0;1;2 +46,0723;1;1;0;1;0;1;0;2;1;0;1;2 +46,0729;1;1;0;1;0;1;0;2;1;0;1;2 +46,0685;1;1;0;1;0;1;0;2;1;0;1;2 +46,0714;1;1;0;1;0;1;0;2;1;0;1;2 +46,0676;1;1;0;1;0;1;0;2;1;0;1;2 +46,0757;1;1;0;1;0;1;0;2;1;0;1;2 +46,0753;1;1;0;1;0;1;0;2;1;0;1;2 +46,074;1;1;0;1;0;1;0;2;1;0;1;2 +46,0724;1;1;0;1;0;1;0;2;1;0;1;2 +46,0754;1;1;0;1;0;1;0;2;1;0;1;2 +46,0765;1;1;0;1;0;1;0;2;1;0;1;2 +46,0786;1;1;0;1;0;1;0;2;1;0;1;2 +46,0786;1;1;0;1;0;1;0;2;1;0;1;2 +46,078;1;1;0;1;0;1;0;2;1;0;1;2 +46,0785;1;1;0;1;0;1;0;2;1;0;1;2 +46,0782;1;1;0;1;0;1;0;2;1;0;1;2 +46,0801;1;1;0;1;0;1;0;2;1;0;1;2 +46,0783;1;1;0;1;0;1;0;2;1;0;1;2 +46,0821;1;1;0;1;0;1;0;2;1;0;1;2 +46,0831;1;1;0;1;0;1;0;2;1;0;1;2 +46,0872;1;1;0;1;0;1;0;2;1;0;1;2 +46,0836;1;1;0;1;0;1;0;2;1;0;1;2 +46,087;1;1;0;1;0;1;0;2;1;0;1;2 +46,0866;1;1;0;1;0;1;0;2;1;0;1;2 +46,0843;1;1;0;1;0;1;0;2;1;0;1;2 +46,0859;1;1;0;1;0;1;0;2;1;0;1;2 +46,0896;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0852;1;1;0;1;0;1;0;2;1;0;1;2 +46,0874;1;1;0;1;0;1;0;2;1;0;1;2 +46,0895;1;1;0;1;0;1;0;2;1;0;1;2 +46,0931;1;1;0;1;0;1;0;2;1;0;1;2 +46,0919;1;1;0;1;0;1;0;2;1;0;1;2 +46,0936;1;1;0;1;0;1;0;2;1;0;1;2 +46,0912;1;1;0;1;0;1;0;2;1;0;1;2 +46,0923;1;1;0;1;0;1;0;2;1;0;1;2 +46,0936;1;1;0;1;0;1;0;2;1;0;1;2 +46,0919;1;1;0;1;0;1;0;2;1;0;1;2 +46,0964;1;1;0;1;0;1;0;2;1;0;1;2 +46,0949;1;1;0;1;0;1;0;2;1;0;1;2 +46,0994;1;1;0;1;0;1;0;2;1;0;1;2 +46,095;1;1;0;1;0;1;0;2;1;0;1;2 +46,0993;1;1;0;1;0;1;0;2;1;0;1;2 +46,099;1;1;0;1;0;1;0;2;1;0;1;2 +46,1017;1;1;0;1;0;1;0;2;1;0;1;2 +46,1009;1;1;0;1;0;1;0;2;1;0;1;2 +46,0979;1;1;0;1;0;1;0;2;1;0;1;2 +46,1054;1;1;0;1;0;1;0;2;1;0;1;2 +46,1037;1;1;0;1;0;1;0;2;1;0;1;2 +46,1022;1;1;0;1;0;1;0;2;1;0;1;2 +46,1017;1;1;0;1;0;1;0;2;1;0;1;2 +46,1038;1;1;0;1;0;1;0;2;1;0;1;2 +46,1056;1;1;0;1;0;1;0;2;1;0;1;2 +46,1039;1;1;0;1;0;1;0;2;1;0;1;2 +46,1058;1;1;0;1;0;1;0;2;1;0;1;2 +46,1024;1;1;0;1;0;1;0;2;1;0;1;2 +46,1063;1;1;0;1;0;1;0;2;1;0;1;2 +46,1067;1;1;0;1;0;1;0;2;1;0;1;2 +46,1074;1;1;0;1;0;1;0;2;1;0;1;2 +46,1086;1;1;0;1;0;1;0;2;1;0;1;2 +46,111;1;1;0;1;0;1;0;2;1;0;1;2 +46,1105;1;1;0;1;0;1;0;2;1;0;1;2 +46,1089;1;1;0;1;0;1;0;2;1;0;1;2 +46,1112;1;1;0;1;0;1;0;2;1;0;1;2 +46,1143;1;1;0;1;0;1;0;2;1;0;1;2 +46,1169;1;1;0;1;0;1;0;2;1;0;1;2 +46,1156;1;1;0;1;0;1;0;2;1;0;1;2 +46,1156;1;1;0;1;0;1;0;2;1;0;1;2 +46,1205;1;1;0;1;0;1;0;2;1;0;1;2 +46,1084;1;1;0;1;0;1;0;2;1;0;1;2 +46,1162;1;1;0;1;0;1;0;2;1;0;1;2 +46,1146;1;1;0;1;0;1;0;2;1;0;1;2 +46,1178;1;1;0;1;0;1;0;2;1;0;1;2 +46,1219;1;1;0;1;0;1;0;2;1;0;1;2 +46,1203;1;1;0;1;0;1;0;2;1;0;1;2 +46,1186;1;1;0;1;0;1;0;2;1;0;1;2 +46,1235;1;1;0;1;0;1;0;2;1;0;1;2 +46,1216;1;1;0;1;0;1;0;2;1;0;1;2 +46,1202;1;1;0;1;0;1;0;2;1;0;1;2 +46,1182;1;1;0;1;0;1;0;2;1;0;1;2 +46,1255;1;1;0;1;0;1;0;2;1;0;1;2 +46,1241;1;1;0;1;0;1;0;2;1;0;1;2 +46,1231;1;1;0;1;0;1;0;2;1;0;1;2 +46,1246;1;1;0;1;0;1;0;2;1;0;1;2 +46,1235;1;1;0;1;0;1;0;2;1;0;1;2 +46,1265;1;1;0;1;0;1;0;2;1;0;1;2 +46,13;1;1;0;1;0;1;0;2;1;0;1;2 +46,137;1;1;0;1;0;1;0;2;1;0;1;2 +46,1318;1;1;0;1;0;1;0;2;1;0;1;2 +46,1288;1;1;0;1;0;1;0;2;1;0;1;2 +46,1289;1;1;0;1;0;1;0;2;1;0;1;2 +46,1286;1;1;0;1;0;1;0;2;1;0;1;2 +46,1296;1;1;0;1;0;1;0;2;1;0;1;2 +46,132;1;1;0;1;0;1;0;2;1;0;1;2 +46,1307;1;1;0;1;0;1;0;2;1;0;1;2 +46,1319;1;1;0;1;0;1;0;2;1;0;1;2 +46,1346;1;1;0;1;0;1;0;2;1;0;1;2 +46,138;1;1;0;1;0;1;0;2;1;0;1;2 +46,1353;1;1;0;1;0;1;0;2;1;0;1;2 +46,1394;1;1;0;1;0;1;0;2;1;0;1;2 +46,1368;1;1;0;1;0;1;0;2;1;0;1;2 +46,1379;1;1;0;1;0;1;0;2;1;0;1;2 +46,1395;1;1;0;1;0;1;0;2;1;0;1;2 +46,1369;1;1;0;1;0;1;0;2;1;0;1;2 +46,1404;1;1;0;1;0;1;0;2;1;0;1;2 +46,1402;1;1;0;1;0;1;0;2;1;0;1;2 +46,1416;1;1;0;1;0;1;0;2;1;0;1;2 +46,1415;1;1;0;1;0;1;0;2;1;0;1;2 +46,1428;1;1;0;1;0;1;0;2;1;0;1;2 +46,1413;1;1;0;1;0;1;0;2;1;0;1;2 +46,1426;1;1;0;1;0;1;0;2;1;0;1;2 +46,1454;1;1;0;1;0;1;0;2;1;0;1;1 +46,1444;1;1;0;1;0;1;0;2;1;0;1;1 +46,1451;1;1;0;1;0;1;0;2;1;0;1;1 +46,1417;1;1;0;1;0;1;0;2;1;0;1;1 +46,1432;1;1;0;1;0;1;0;2;1;0;1;1 +46,1434;1;1;0;1;0;1;0;2;1;0;1;1 +46,1426;1;1;0;1;0;1;0;2;1;0;1;1 +46,1378;1;1;0;1;0;1;0;2;1;0;1;1 +46,146;1;1;0;1;0;1;0;2;1;0;1;1 +46,1438;1;1;0;1;0;1;0;2;1;0;1;1 +46,1437;1;1;0;1;0;1;0;2;1;0;1;1 +46,1516;1;1;0;1;0;1;0;2;1;0;1;1 +46,1461;1;1;0;1;0;1;0;2;1;0;1;1 +46,1441;1;1;0;1;0;1;0;2;1;0;1;1 +46,1457;1;1;0;1;0;1;0;2;1;0;1;1 +46,1434;1;1;0;1;0;1;0;2;1;0;1;1 +46,1467;1;1;0;1;0;1;0;2;1;0;1;1 +46,1436;1;1;0;1;0;1;0;2;1;0;1;1 +46,1441;1;1;0;1;0;1;0;2;1;0;1;1 +46,1411;1;1;0;1;0;1;0;2;1;0;1;1 +46,1454;1;1;0;1;0;1;0;2;1;0;1;1 +46,1442;1;1;0;1;0;1;0;2;1;0;1;1 +46,1455;1;1;0;1;0;1;0;2;1;0;1;1 +46,1454;1;1;0;1;0;1;0;2;1;0;1;1 +46,1438;1;1;0;1;0;1;0;2;1;0;1;1 +46,143;1;1;0;1;0;1;0;2;1;0;1;1 +46,1435;1;1;0;1;0;1;0;2;1;0;1;1 +46,1384;1;1;0;1;0;1;0;2;1;0;1;1 +46,1455;1;1;0;1;0;1;0;2;1;0;1;1 +46,148;1;1;0;1;0;1;0;2;1;0;1;1 +46,1428;1;1;0;1;0;1;0;2;1;0;1;1 +46,1435;1;1;0;1;0;1;0;2;1;0;1;1 +46,1442;1;1;0;1;0;1;0;2;1;0;1;1 +46,1434;1;1;0;1;0;1;0;2;1;0;1;1 +46,1435;1;1;0;1;0;1;0;2;1;0;1;1 +46,141;1;1;0;1;0;1;0;2;1;0;1;1 +46,1426;1;1;0;1;0;1;0;2;1;0;1;1 +46,1443;1;1;0;1;0;1;0;2;1;0;1;1 +46,1461;1;1;0;1;0;1;0;2;1;0;1;1 +46,1445;1;1;0;1;0;1;0;2;1;0;1;1 +46,1424;1;1;0;1;0;1;0;2;1;0;1;1 +46,1404;1;1;0;1;0;1;0;2;1;0;1;1 +46,1434;1;1;0;1;0;1;0;2;1;0;1;1 +46,1405;1;1;0;1;0;1;0;2;1;0;1;1 +46,1417;1;1;0;1;0;1;0;2;1;0;1;1 +46,1424;1;1;0;1;0;1;0;2;1;0;1;1 +46,1395;1;1;0;1;0;1;0;2;1;0;1;1 +46,147;1;1;0;1;0;1;0;2;1;0;1;1 +46,1398;1;1;0;1;0;1;0;2;1;0;1;1 +46,1428;1;1;0;1;0;1;0;2;1;0;1;1 +46,1443;1;1;0;1;0;1;0;2;1;0;1;2 +46,1511;1;1;0;1;0;1;0;2;1;0;1;2 +46,1494;1;1;0;1;0;1;0;2;1;0;1;2 +46,1498;1;1;0;1;0;1;0;2;1;0;1;2 +46,1538;1;1;0;1;0;1;0;2;1;0;1;2 +46,1547;1;1;0;1;0;1;0;2;1;0;1;2 +46,1553;1;1;0;1;0;1;0;2;1;0;1;2 +46,1549;1;1;0;1;0;1;0;2;1;0;1;2 +46,1547;1;1;0;1;0;1;0;2;1;0;1;2 +46,1569;1;1;0;1;0;1;0;2;1;0;1;2 +46,1579;1;1;0;1;0;1;0;2;1;0;1;2 +46,1561;1;1;0;1;0;1;0;2;1;0;1;2 +46,1625;1;1;0;1;0;1;0;2;1;0;1;2 +46,1641;1;1;0;1;0;1;0;2;1;0;1;2 +46,1643;1;1;0;1;0;1;0;2;1;0;1;2 +46,1661;1;1;0;1;0;1;0;2;1;0;1;2 +46,1654;1;1;0;1;0;1;0;2;1;0;1;2 +46,1717;1;1;0;1;0;1;0;2;1;0;1;2 +46,1682;1;1;0;1;0;1;0;2;1;0;1;2 +46,1697;1;1;0;1;0;1;0;2;1;0;1;2 +46,1735;1;1;0;1;0;1;0;2;1;0;1;2 +46,1735;1;1;0;1;0;1;0;2;1;0;1;2 +46,1741;1;1;0;1;0;1;0;2;1;0;1;2 +46,1786;1;1;0;1;0;1;0;2;1;0;1;2 +46,1805;1;1;0;1;0;1;0;2;1;0;1;2 +46,1798;1;1;0;1;0;1;0;2;1;0;1;2 +46,1778;1;1;0;1;0;1;0;2;1;0;1;2 +46,1822;1;1;0;1;0;1;0;2;1;0;1;2 +46,1886;1;1;0;1;0;1;0;2;1;0;1;2 +46,1862;1;1;0;1;0;1;0;2;1;0;1;2 +46,1855;1;1;0;1;0;1;0;2;1;0;1;2 +46,1875;1;1;0;1;0;1;0;2;1;0;1;2 +46,1863;1;1;0;1;0;1;0;2;1;0;1;2 +46,1905;1;1;0;1;0;1;0;2;1;0;1;2 +46,1954;1;1;0;1;0;1;0;2;1;0;1;2 +46,1952;1;1;0;1;0;1;0;2;1;0;1;2 +46,1927;1;1;0;1;0;1;0;2;1;0;1;2 +46,1937;1;1;0;1;0;1;0;2;1;0;1;2 +46,1958;1;1;0;1;0;1;0;2;1;0;1;2 +46,1986;1;1;0;1;0;1;0;2;1;0;1;2 +46,2008;1;1;0;1;0;1;0;2;1;0;1;2 +46,2004;1;1;0;1;0;1;0;2;1;0;1;2 +46,1992;1;1;0;1;0;1;0;2;1;0;1;2 +46,2039;1;1;0;1;0;1;0;2;1;0;1;2 +46,2073;1;1;0;1;0;1;0;2;1;0;1;2 +46,2046;1;1;0;1;0;1;0;2;1;0;1;2 +46,2057;1;1;0;1;0;1;0;2;1;0;1;2 +46,2076;1;1;0;1;0;1;0;2;1;0;1;2 +46,2187;1;1;0;1;0;1;0;2;1;0;1;2 +46,2115;1;1;0;1;0;1;0;2;1;0;1;2 +46,2134;1;1;0;1;0;1;0;2;1;0;1;2 +46,2156;1;1;0;1;0;1;0;2;1;0;1;2 +46,2172;1;1;0;1;0;1;0;2;1;0;1;2 +46,2197;1;1;0;1;0;1;0;2;1;0;1;2 +46,2176;1;1;0;1;0;1;0;2;1;0;1;2 +46,2175;1;1;0;1;0;1;0;2;1;0;1;2 +46,2232;1;1;0;1;0;1;0;2;1;0;1;2 +46,2204;1;1;0;1;0;1;0;2;1;0;1;2 +46,2241;1;1;0;1;0;1;0;2;1;0;1;2 +46,228;1;1;0;1;0;1;0;2;1;0;1;2 +46,2291;1;1;0;1;0;1;0;2;1;0;1;2 +46,2303;1;1;0;1;0;1;0;2;1;0;1;2 +46,23;1;1;0;1;0;1;0;2;1;0;1;2 +46,2312;1;1;0;1;0;1;0;2;1;0;1;2 +46,2333;1;1;0;1;0;1;0;2;1;0;1;2 +46,2348;1;1;0;1;0;1;0;2;1;0;1;2 +46,2346;1;1;0;1;0;1;0;2;1;0;1;2 +46,2375;1;1;0;1;0;1;0;2;1;0;1;2 +46,2368;1;1;0;1;0;1;0;2;1;0;1;2 +46,2368;1;1;0;1;0;1;0;2;1;0;1;2 +46,2411;1;1;0;1;0;1;0;2;1;0;1;2 +46,2469;1;1;0;1;0;1;0;2;1;0;1;2 +46,2462;1;1;0;1;0;1;0;2;1;0;1;2 +46,243;1;1;0;1;0;1;0;2;1;0;1;2 +46,248;1;1;0;1;0;1;0;2;1;0;1;2 +46,2443;1;1;0;1;0;1;0;2;1;0;1;2 +46,2476;1;1;0;1;0;1;0;2;1;0;1;2 +46,2477;1;1;0;1;0;1;0;2;1;0;1;2 +46,2508;1;1;0;1;0;1;0;2;1;0;1;2 +46,2531;1;1;0;1;0;1;0;2;1;0;1;2 +46,2542;1;1;0;1;0;1;0;2;1;0;1;2 +46,2541;1;1;0;1;0;1;0;2;1;0;1;2 +46,2575;1;1;0;1;0;1;0;2;1;0;1;2 +46,2576;1;1;0;1;0;1;0;2;1;0;1;2 +46,2576;1;1;0;1;0;1;0;2;1;0;1;2 +46,2573;1;1;0;1;0;1;0;2;1;0;1;2 +46,2604;1;1;0;1;0;1;0;2;1;0;1;2 +46,2634;1;1;0;1;0;1;0;2;1;0;1;2 +46,2665;1;1;0;1;0;1;0;2;1;0;1;2 +46,2627;1;1;0;1;0;1;0;2;1;0;1;2 +46,2717;1;1;0;1;0;1;0;2;1;0;1;2 +46,2715;1;1;0;1;0;1;0;2;1;0;1;2 +46,2686;1;1;0;1;0;1;0;2;1;0;1;2 +46,2737;1;1;0;1;0;1;0;2;1;0;1;2 +46,2735;1;1;0;1;0;1;0;2;1;0;1;2 +46,2781;1;1;0;1;0;1;0;2;1;0;1;2 +46,2745;1;1;0;1;0;1;0;2;1;0;1;2 +46,2791;1;1;0;1;0;1;0;2;1;0;1;2 +46,2761;1;1;0;1;0;1;0;2;1;0;1;2 +46,2786;1;1;0;1;0;1;0;2;1;0;1;2 +46,2805;1;1;0;1;0;1;0;2;1;0;1;2 +46,283;1;1;0;1;0;1;0;2;1;0;1;2 +46,2831;1;1;0;1;0;1;0;2;1;0;1;2 +46,2822;1;1;0;1;0;1;0;2;1;0;1;2 +46,2873;1;1;0;1;0;1;0;2;1;0;1;2 +46,2893;1;1;0;1;0;1;0;2;1;0;1;2 +46,29;1;1;0;1;0;1;0;2;1;0;1;2 +46,2913;1;1;0;1;0;1;0;2;1;0;1;2 +46,2947;1;1;0;1;0;1;0;2;1;0;1;2 +46,2932;1;1;0;1;0;1;0;2;1;0;1;2 +46,2967;1;1;0;1;0;1;0;2;1;0;1;2 +46,2947;1;1;0;1;0;1;0;2;1;0;1;2 +46,2995;1;1;0;1;0;1;0;2;1;0;1;2 +46,3001;1;1;0;1;0;1;0;2;1;0;1;2 +46,3078;1;1;0;1;0;1;0;2;1;0;1;2 +46,3038;1;1;0;1;0;1;0;2;1;0;1;2 +46,3041;1;1;0;1;0;1;0;2;1;0;1;2 +46,3061;1;1;0;1;0;1;0;2;1;0;1;2 +46,3045;1;1;0;1;0;1;0;2;1;0;1;2 +46,3088;1;1;0;1;0;1;0;2;1;0;1;2 +46,3078;1;1;0;1;0;1;0;2;1;0;1;2 +46,3097;1;1;0;1;0;1;0;2;1;0;1;2 +46,3103;1;1;0;1;0;1;0;2;1;0;1;2 +46,3159;1;1;0;1;0;1;0;2;1;0;1;2 +46,3138;1;1;0;1;0;1;0;2;1;0;1;2 +46,3177;1;1;0;1;0;1;0;2;1;0;1;2 +46,3182;1;1;0;1;0;1;0;2;1;0;1;2 +46,317;1;1;0;1;0;1;0;2;1;0;1;2 +46,3192;1;1;0;1;0;1;0;2;1;0;1;2 +46,3245;1;1;0;1;0;1;0;2;1;0;1;2 +46,3248;1;1;0;1;0;1;0;2;1;0;1;2 +46,3206;1;1;0;1;0;1;0;2;1;0;1;2 +46,3263;1;1;0;1;0;1;0;2;1;0;1;2 +46,3292;1;1;0;1;0;1;0;2;1;0;1;2 +46,3269;1;1;0;1;0;1;0;2;1;0;1;2 +46,3262;1;1;0;1;0;1;0;2;1;0;1;2 +46,334;1;1;0;1;0;1;0;2;1;0;1;2 +46,3336;1;1;0;1;0;1;0;2;1;0;1;2 +46,3325;1;1;0;1;0;1;0;2;1;0;1;2 +46,3341;1;1;0;1;0;1;0;2;1;0;1;2 +46,3348;1;1;0;1;0;1;0;2;1;0;1;2 +46,3372;1;1;0;1;0;1;0;2;1;0;1;2 +46,3363;1;1;0;1;0;1;0;2;1;0;1;2 +46,3389;1;1;0;1;0;1;0;2;1;0;1;2 +46,3431;1;1;0;1;0;1;0;2;1;0;1;2 +46,3425;1;1;0;1;0;1;0;2;1;0;1;2 +46,344;1;1;0;1;0;1;0;2;1;0;1;2 +46,346;1;1;0;1;0;1;0;2;1;0;1;2 +46,3465;1;1;0;1;0;1;0;2;1;0;1;2 +46,3476;1;1;0;1;0;1;0;2;1;0;1;2 +46,3489;1;1;0;1;0;1;0;2;1;0;1;2 +46,352;1;1;0;1;0;1;0;2;1;0;1;2 +46,35;1;1;0;1;0;1;0;2;1;0;1;2 +46,3594;1;1;0;1;0;1;0;2;1;0;1;2 +46,3543;1;1;0;1;0;1;0;2;1;0;1;2 +46,3572;1;1;0;1;0;1;0;2;1;0;1;2 +46,354;1;1;0;1;0;1;0;2;1;0;1;2 +46,3588;1;1;0;1;0;1;0;2;1;0;1;2 +46,3601;1;1;0;1;0;1;0;2;1;0;1;2 +46,3621;1;1;0;1;0;1;0;2;1;0;1;2 +46,3638;1;1;0;1;0;1;0;2;1;0;1;2 +46,3633;1;1;0;1;0;1;0;2;1;0;1;2 +46,3651;1;1;0;1;0;1;0;2;1;0;1;2 +46,365;1;1;0;1;0;1;0;2;1;0;1;2 +46,3721;1;1;0;1;0;1;0;2;1;0;1;2 +46,3695;1;1;0;1;0;1;0;2;1;0;1;2 +46,3716;1;1;0;1;0;1;0;2;1;0;1;2 +46,3717;1;1;0;1;0;1;0;2;1;0;1;2 +46,3728;1;1;0;1;0;1;0;2;1;0;1;2 +46,3754;1;1;0;1;0;1;0;2;1;0;1;2 +46,377;1;1;0;1;0;1;0;2;1;0;1;2 +46,3791;1;1;0;1;0;1;0;2;1;0;1;2 +46,3793;1;1;0;1;0;1;0;2;1;0;1;2 +46,3805;1;1;0;1;0;1;0;2;1;0;1;2 +46,3819;1;1;0;1;0;1;0;2;1;0;1;2 +46,3835;1;1;0;1;0;1;0;2;1;0;1;2 +46,3849;1;1;0;1;0;1;0;2;1;0;1;2 +46,388;1;1;0;1;0;1;0;2;1;0;1;2 +46,3869;1;1;0;1;0;1;0;2;1;0;1;2 +46,3863;1;1;0;1;0;1;0;2;1;0;1;2 +46,393;1;1;0;1;0;1;0;2;1;0;1;2 +46,3875;1;1;0;1;0;1;0;2;1;0;1;2 +46,3915;1;1;0;1;0;1;0;2;1;0;1;2 +46,3957;1;1;0;1;0;1;0;2;1;0;1;2 +46,3959;1;1;0;1;0;1;0;2;1;0;1;2 +46,3976;1;1;0;1;0;1;0;2;1;0;1;2 +46,4031;1;1;0;1;0;1;0;2;1;0;1;2 +46,4005;1;1;0;1;0;1;0;2;1;0;1;2 +46,4016;1;1;0;1;0;1;0;2;1;0;1;2 +46,4002;1;1;0;1;0;1;0;2;1;0;1;2 +46,4043;1;1;0;1;0;1;0;2;1;0;1;2 +46,4055;1;1;0;1;0;1;0;2;1;0;1;2 +46,4088;1;1;0;1;0;1;0;2;1;0;1;2 +46,4056;1;1;0;1;0;1;0;2;1;0;1;2 +46,4121;1;1;0;1;0;1;0;2;1;0;1;2 +46,4132;1;1;0;1;0;1;0;2;1;0;1;2 +46,4112;1;1;0;1;0;1;0;2;1;0;1;2 +46,416;1;1;0;1;0;1;0;2;1;0;1;2 +46,4123;1;1;0;1;0;1;0;2;1;0;1;2 +46,4141;1;1;0;1;0;1;0;2;1;0;1;2 +46,418;1;1;0;1;0;1;0;2;1;0;1;1 +46,4158;1;1;0;1;0;1;0;2;1;0;1;1 +46,4166;1;1;0;1;0;1;0;2;1;0;1;1 +46,4174;1;1;0;1;0;1;0;2;1;0;1;1 +46,4153;1;1;0;1;0;1;0;2;1;0;1;1 +46,4172;1;1;0;1;0;1;0;2;1;0;1;1 +46,4141;1;1;0;1;0;1;0;2;1;0;1;1 +46,4174;1;1;0;1;0;1;0;2;1;0;1;1 +46,4149;1;1;0;1;0;1;0;2;1;0;1;1 +46,4157;1;1;0;1;0;1;0;2;1;0;1;1 +46,4168;1;1;0;1;0;1;0;2;1;0;1;1 +46,4149;1;1;0;1;0;1;0;2;1;0;1;1 +46,4177;1;1;0;1;0;1;0;2;1;0;1;1 +46,4167;1;1;0;1;0;1;0;2;1;0;1;1 +46,4141;1;1;0;1;0;1;0;2;1;0;1;1 +46,4164;1;1;0;1;0;1;0;2;1;0;1;1 +46,4169;1;1;0;1;0;1;0;2;1;0;1;1 +46,4157;1;1;0;1;0;1;0;2;1;0;1;1 +46,4153;1;1;0;1;0;1;0;2;1;0;1;1 +46,4161;1;1;0;1;0;1;0;2;1;0;1;1 +46,4196;1;1;0;1;0;1;0;2;1;0;1;1 +46,4164;1;1;0;1;0;1;0;2;1;0;1;1 +46,4176;1;1;0;1;0;1;0;2;1;0;1;1 +46,4158;1;1;0;1;0;1;0;2;1;0;1;1 +46,4149;1;1;0;1;0;1;0;2;1;0;1;1 +46,4178;1;1;0;1;0;1;0;2;1;0;1;1 +46,4125;1;1;0;1;0;1;0;2;1;0;1;1 +46,4173;1;1;0;1;0;1;0;2;1;0;1;1 +46,411;1;1;0;1;0;1;0;2;1;0;1;1 +46,4182;1;1;0;1;0;1;0;2;1;0;1;1 +46,413;1;1;0;1;0;1;0;2;1;0;1;1 +46,4134;1;1;0;1;0;1;0;2;1;0;1;1 +46,4155;1;1;0;1;0;1;0;2;1;0;1;1 +46,4162;1;1;0;1;0;1;0;2;1;0;1;1 +46,4167;1;1;0;1;0;1;0;2;1;0;1;1 +46,4157;1;1;0;1;0;1;0;2;1;0;1;1 +46,4159;1;1;0;1;0;1;0;2;1;0;1;1 +46,4152;1;1;0;1;0;1;0;2;1;0;1;1 +46,4171;1;1;0;1;0;1;0;2;1;0;1;1 +46,4196;1;1;0;1;0;1;0;2;1;0;1;1 +46,4156;1;1;0;1;0;1;0;2;1;0;1;1 +46,4149;1;1;0;1;0;1;0;2;1;0;1;1 +46,4157;1;1;0;1;0;1;0;2;1;0;1;1 +46,4171;1;1;0;1;0;1;0;2;1;0;1;1 +46,4169;1;1;0;1;0;1;0;2;1;0;1;1 +46,4158;1;1;0;1;0;1;0;2;1;0;1;1 +46,4136;1;1;0;1;0;1;0;2;1;0;1;1 +46,4182;1;1;0;1;0;1;0;2;1;0;1;1 +46,4144;1;1;0;1;0;1;0;2;1;0;1;1 +46,4176;1;1;0;1;0;1;0;2;1;0;1;1 +46,4148;1;1;0;1;0;1;0;2;1;0;1;2 +46,4118;1;1;0;1;0;1;0;2;1;0;1;2 +46,4078;1;1;0;1;0;1;0;2;1;0;1;2 +46,4047;1;1;0;1;0;1;0;2;1;0;1;2 +46,402;1;1;0;1;0;1;0;2;1;0;1;2 +46,4;1;1;0;1;0;1;0;2;1;0;1;2 +46,3963;1;1;0;1;0;1;0;2;1;0;1;2 +46,3948;1;1;0;1;0;1;0;2;1;0;1;2 +46,3914;1;1;0;1;0;1;0;2;1;0;1;2 +46,3889;1;1;0;1;0;1;0;2;1;0;1;2 +46,3843;1;1;0;1;0;1;0;2;1;0;1;2 +46,3824;1;1;0;1;0;1;0;2;1;0;1;2 +46,3801;1;1;0;1;0;1;0;2;1;0;1;2 +46,3766;1;1;0;1;0;1;0;2;1;0;1;2 +46,3734;1;1;0;1;0;1;0;2;1;0;1;2 +46,3738;1;1;0;1;0;1;0;2;1;0;1;2 +46,3681;1;1;0;1;0;1;0;2;1;0;1;2 +46,3672;1;1;0;1;0;1;0;2;1;0;1;2 +46,3669;1;1;0;1;0;1;0;2;1;0;1;2 +46,3593;1;1;0;1;0;1;0;2;1;0;1;2 +46,3614;1;1;0;1;0;1;0;2;1;0;1;2 +46,3526;1;1;0;1;0;1;0;2;1;0;1;2 +46,3537;1;1;0;1;0;1;0;2;1;0;1;2 +46,3531;1;1;0;1;0;1;0;2;1;0;1;2 +46,3448;1;1;0;1;0;1;0;2;1;0;1;2 +46,3479;1;1;0;1;0;1;0;2;1;0;1;2 +46,3448;1;1;0;1;0;1;0;2;1;0;1;2 +46,3362;1;1;0;1;0;1;0;2;1;0;1;2 +46,3403;1;1;0;1;0;1;0;2;1;0;1;2 +46,3328;1;1;0;1;0;1;0;2;1;0;1;2 +46,332;1;1;0;1;0;1;0;2;1;0;1;2 +46,3273;1;1;0;1;0;1;0;2;1;0;1;2 +46,3262;1;1;0;1;0;1;0;2;1;0;1;2 +46,3225;1;1;0;1;0;1;0;2;1;0;1;2 +46,319;1;1;0;1;0;1;0;2;1;0;1;2 +46,3162;1;1;0;1;0;1;0;2;1;0;1;2 +46,3161;1;1;0;1;0;1;0;2;1;0;1;2 +46,3123;1;1;0;1;0;1;0;2;1;0;1;2 +46,3052;1;1;0;1;0;1;0;2;1;0;1;2 +46,3078;1;1;0;1;0;1;0;2;1;0;1;2 +46,3049;1;1;0;1;0;1;0;2;1;0;1;2 +46,3029;1;1;0;1;0;1;0;2;1;0;1;2 +46,3006;1;1;0;1;0;1;0;2;1;0;1;2 +46,2954;1;1;0;1;0;1;0;2;1;0;1;2 +46,2937;1;1;0;1;0;1;0;2;1;0;1;2 +46,2933;1;1;0;1;0;1;0;2;1;0;1;2 +46,2888;1;1;0;1;0;1;0;2;1;0;1;2 +46,2851;1;1;0;1;0;1;0;2;1;0;1;2 +46,2817;1;1;0;1;0;1;0;2;1;0;1;2 +46,2803;1;1;0;1;0;1;0;2;1;0;1;2 +46,2771;1;1;0;1;0;1;0;2;1;0;1;2 +46,2754;1;1;0;1;0;1;0;2;1;0;1;2 +46,272;1;1;0;1;0;1;0;2;1;0;1;2 +46,2684;1;1;0;1;0;1;0;2;1;0;1;2 +46,2668;1;1;0;1;0;1;0;2;1;0;1;2 +46,2728;1;1;0;1;0;1;0;2;1;0;1;2 +46,2618;1;1;0;1;0;1;0;2;1;0;1;2 +46,2574;1;1;0;1;0;1;0;2;1;0;1;2 +46,2551;1;1;0;1;0;1;0;2;1;0;1;2 +46,2517;1;1;0;1;0;1;0;2;1;0;1;2 +46,2496;1;1;0;1;0;1;0;2;1;0;1;2 +46,2459;1;1;0;1;0;1;0;2;1;0;1;2 +46,2449;1;1;0;1;0;1;0;2;1;0;1;2 +46,243;1;1;0;1;0;1;0;2;1;0;1;2 +46,2387;1;1;0;1;0;1;0;2;1;0;1;2 +46,2348;1;1;0;1;0;1;0;2;1;0;1;2 +46,2299;1;1;0;1;0;1;0;2;1;0;1;2 +46,2314;1;1;0;1;0;1;0;2;1;0;1;2 +46,2292;1;1;0;1;0;1;0;2;1;0;1;2 +46,2248;1;1;0;1;0;1;0;2;1;0;1;2 +46,2198;1;1;0;1;0;1;0;2;1;0;1;2 +46,2198;1;1;0;1;0;1;0;2;1;0;1;2 +46,2171;1;1;0;1;0;1;0;2;1;0;1;2 +46,2146;1;1;0;1;0;1;0;2;1;0;1;2 +46,2143;1;1;0;1;0;1;0;2;1;0;1;2 +46,2103;1;1;0;1;0;1;0;2;1;0;1;2 +46,202;1;1;0;1;0;1;0;2;1;0;1;2 +46,2037;1;1;0;1;0;1;0;2;1;0;1;2 +46,1981;1;1;0;1;0;1;0;2;1;0;1;2 +46,1986;1;1;0;1;0;1;0;2;1;0;1;2 +46,1958;1;1;0;1;0;1;0;2;1;0;1;2 +46,1912;1;1;0;1;0;1;0;2;1;0;1;2 +46,192;1;1;0;1;0;1;0;2;1;0;1;2 +46,1891;1;1;0;1;0;1;0;2;1;0;1;2 +46,1842;1;1;0;1;0;1;0;2;1;0;1;2 +46,1834;1;1;0;1;0;1;0;2;1;0;1;2 +46,179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1793;1;1;0;1;0;1;0;2;1;0;1;2 +46,1756;1;1;0;1;0;1;0;2;1;0;1;2 +46,1717;1;1;0;1;0;1;0;2;1;0;1;2 +46,1687;1;1;0;1;0;1;0;2;1;0;1;2 +46,1678;1;1;0;1;0;1;0;2;1;0;1;2 +46,163;1;1;0;1;0;1;0;2;1;0;1;2 +46,1611;1;1;0;1;0;1;0;2;1;0;1;2 +46,1552;1;1;0;1;0;1;0;2;1;0;1;2 +46,1556;1;1;0;1;0;1;0;2;1;0;1;2 +46,1529;1;1;0;1;0;1;0;2;1;0;1;2 +46,1498;1;1;0;1;0;1;0;2;1;0;1;2 +46,1483;1;1;0;1;0;1;0;2;1;0;1;2 +46,1445;1;1;0;1;0;1;0;2;1;0;1;2 +46,1405;1;1;0;1;0;1;0;2;1;0;1;2 +46,138;1;1;0;1;0;1;0;2;1;0;1;2 +46,1371;1;1;0;1;0;1;0;2;1;0;1;2 +46,1333;1;1;0;1;0;1;0;2;1;0;1;2 +46,13;1;1;0;1;0;1;0;2;1;0;1;2 +46,1262;1;1;0;1;0;1;0;2;1;0;1;2 +46,1242;1;1;0;1;0;1;0;2;1;0;1;2 +46,1174;1;1;0;1;0;1;0;2;1;0;1;2 +46,1196;1;1;0;1;0;1;0;2;1;0;1;2 +46,116;1;1;0;1;0;1;0;2;1;0;1;2 +46,1141;1;1;0;1;0;1;0;2;1;0;1;2 +46,1152;1;1;0;1;0;1;0;2;1;0;1;2 +46,1087;1;1;0;1;0;1;0;2;1;0;1;2 +46,105;1;1;0;1;0;1;0;2;1;0;1;2 +46,0998;1;1;0;1;0;1;0;2;1;0;1;2 +46,1;1;1;0;1;0;1;0;2;1;0;1;2 +46,0981;1;1;0;1;0;1;0;2;1;0;1;2 +46,0963;1;1;0;1;0;1;0;2;1;0;1;2 +46,0953;1;1;0;1;0;1;0;2;1;0;1;2 +46,0932;1;1;0;1;0;1;0;2;1;0;1;2 +46,0851;1;1;0;1;0;1;0;2;1;0;1;2 +46,0837;1;1;0;1;0;1;0;2;1;0;1;2 +46,0811;1;1;0;1;0;1;0;2;1;0;1;2 +46,0789;1;1;0;1;0;1;0;2;1;0;1;2 +46,0778;1;1;0;1;0;1;0;2;1;0;1;2 +46,0714;1;1;0;1;0;1;0;2;1;0;1;2 +46,0765;1;1;0;1;0;1;0;2;1;0;1;2 +46,066;1;1;0;1;0;1;0;2;1;0;1;2 +46,0636;1;1;0;1;0;1;0;2;1;0;1;2 +46,0613;1;1;0;1;0;1;0;2;1;0;1;2 +46,0601;1;1;0;1;0;1;0;2;1;0;1;2 +46,0583;1;1;0;1;0;1;0;2;1;0;1;2 +46,0571;1;1;0;1;0;1;0;2;1;0;1;2 +46,0508;1;1;0;1;0;1;0;2;1;0;1;2 +46,0485;1;1;0;1;0;1;0;2;1;0;1;2 +46,0476;1;1;0;1;0;1;0;2;1;0;1;2 +46,044;1;1;0;1;0;1;0;2;1;0;1;2 +46,0421;1;1;0;1;0;1;0;2;1;0;1;2 +46,039;1;1;0;1;0;1;0;2;1;0;1;2 +46,036;1;1;0;1;0;1;0;2;1;0;1;2 +46,031;1;1;0;1;0;1;0;2;1;0;1;2 +46,0308;1;1;0;1;0;1;0;2;1;0;1;2 +46,0292;1;1;0;1;0;1;0;2;1;0;1;2 +46,0239;1;1;0;1;0;1;0;2;1;0;1;2 +46,0203;1;1;0;1;0;1;0;2;1;0;1;2 +46,0199;1;1;0;1;0;1;0;2;1;0;1;2 +46,0181;1;1;0;1;0;1;0;2;1;0;1;2 +46,0133;1;1;0;1;0;1;0;2;1;0;1;2 +46,009;1;1;0;1;0;1;0;2;1;0;1;2 +46,0068;1;1;0;1;0;1;0;1;1;0;0,568902;2 +46,0076;1;1;0;1;0;1;0;1;1;0;0,568902;2 +46,003;1;1;0;1;0;1;0;1;1;0;0,568902;2 +45,9993;1;1;0;1;0;1;0;1;1;0;0,568902;2 +45,9989;1;1;0;1;0;1;0;1;1;0;0,568902;2 +45,9916;1;1;0;1;0;1;0;1;1;0;0,568902;2 +45,9928;1;1;0;1;0;1;0;1;1;0;0,568902;2 +45,9896;1;1;0;1;0;1;0;1;1;0;0,568902;2 +45,987;1;1;0;1;0;1;0;1;1;0;0,568902;2 +45,9819;1;1;0;1;0;1;0;1;1;0;0,568902;2 +45,9813;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9762;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9732;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9711;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9729;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9665;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9669;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9625;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9607;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9543;1;1;0;1;0;1;0;2;1;0;0,72233;2 +45,9559;1;1;0;1;0;1;0;2;1;0;1;2 +45,951;1;1;0;1;0;1;0;2;1;0;1;2 +45,946;1;1;0;1;0;1;0;2;1;0;1;2 +45,9427;1;1;0;1;0;1;0;2;1;0;1;2 +45,9412;1;1;0;1;0;1;0;2;1;0;1;2 +45,9391;1;1;0;1;0;1;0;2;1;0;1;2 +45,9377;1;1;0;1;0;1;0;2;1;0;1;2 +45,9356;1;1;0;1;0;1;0;2;1;0;1;2 +45,9328;1;1;0;1;0;1;0;2;1;0;1;2 +45,9364;1;1;0;1;0;1;0;2;1;0;1;2 +45,9277;1;1;0;1;0;1;0;2;1;0;1;2 +45,923;1;1;0;1;0;1;0;2;1;0;1;2 +45,9217;1;1;0;1;0;1;0;2;1;0;1;2 +45,9186;1;1;0;1;0;1;0;2;1;0;1;2 +45,9165;1;1;0;1;0;1;0;2;1;0;1;2 +45,913;1;1;0;1;0;1;0;2;1;0;1;2 +45,9123;1;1;0;1;0;1;0;2;1;0;1;2 +45,9065;1;1;0;1;0;1;0;2;1;0;1;2 +45,9055;1;1;0;1;0;1;0;2;1;0;1;2 +45,9027;1;1;0;1;0;1;0;2;1;0;1;2 +45,8989;1;1;0;1;0;1;0;2;1;0;1;2 +45,8947;1;1;0;1;0;1;0;2;1;0;1;2 +45,8953;1;1;0;1;0;1;0;2;1;0;1;2 +45,8916;1;1;0;1;0;1;0;2;1;0;1;2 +45,8892;1;1;0;1;0;1;0;2;1;0;1;2 +45,8833;1;1;0;1;0;1;0;2;1;0;1;2 +45,8804;1;1;0;1;0;1;0;2;1;0;1;2 +45,8792;1;1;0;1;0;1;0;2;1;0;1;2 +45,8737;1;1;0;1;0;1;0;2;1;0;1;2 +45,8738;1;1;0;1;0;1;0;2;1;0;1;2 +45,8728;1;1;0;1;0;1;0;2;1;0;1;2 +45,8725;1;1;0;1;0;1;0;2;1;0;1;1 +45,8716;1;1;0;1;0;1;0;2;1;0;1;1 +45,8724;1;1;0;1;0;1;0;2;1;0;1;1 +45,8722;1;1;0;1;0;1;0;2;1;0;1;1 +45,8718;1;1;0;1;0;1;0;2;1;0;1;1 +45,8708;1;1;0;1;0;1;0;2;1;0;1;1 +45,8702;1;1;0;1;0;1;0;2;1;0;1;1 +45,8703;1;1;0;1;0;1;0;2;1;0;1;1 +45,8699;1;1;0;1;0;1;0;2;1;0;1;1 +45,8724;1;1;0;1;0;1;0;2;1;0;1;1 +45,8694;1;1;0;1;0;1;0;2;1;0;1;1 +45,8739;1;1;0;1;0;1;0;2;1;0;1;1 +45,872;1;1;0;1;0;1;0;2;1;0;1;1 +45,8716;1;1;0;1;0;1;0;2;1;0;1;1 +45,8725;1;1;0;1;0;1;0;2;1;0;1;1 +45,8729;1;1;0;1;0;1;0;2;1;0;1;1 +45,871;1;1;0;1;0;1;0;2;1;0;1;1 +45,8731;1;1;0;1;0;1;0;2;1;0;1;1 +45,8724;1;1;0;1;0;1;0;2;1;0;1;1 +45,8696;1;1;0;1;0;1;0;2;1;0;1;1 +45,8708;1;1;0;1;0;1;0;2;1;0;1;1 +45,8709;1;1;0;1;0;1;0;2;1;0;1;1 +45,8742;1;1;0;1;0;1;0;2;1;0;1;1 +45,875;1;1;0;1;0;1;0;2;1;0;1;1 +45,8707;1;1;0;1;0;1;0;2;1;0;1;1 +45,8726;1;1;0;1;0;1;0;2;1;0;1;1 +45,8718;1;1;0;1;0;1;0;2;1;0;1;1 +45,8674;1;1;0;1;0;1;0;2;1;0;1;1 +45,8723;1;1;0;1;0;1;0;2;1;0;1;1 +45,872;1;1;0;1;0;1;0;2;1;0;1;1 +45,874;1;1;0;1;0;1;0;2;1;0;1;1 +45,8746;1;1;0;1;0;1;0;2;1;0;1;1 +45,8703;1;1;0;1;0;1;0;2;1;0;1;1 +45,8722;1;1;0;1;0;1;0;2;1;0;1;1 +45,8713;1;1;0;1;0;1;0;2;1;0;1;1 +45,8727;1;1;0;1;0;1;0;2;1;0;1;1 +45,8725;1;1;0;1;0;1;0;2;1;0;1;1 +45,872;1;1;0;1;0;1;0;2;1;0;1;1 +45,8705;1;1;0;1;0;1;0;2;1;0;1;1 +45,8737;1;1;0;1;0;1;0;2;1;0;1;1 +45,8715;1;1;0;1;0;1;0;2;1;0;1;1 +45,8721;1;1;0;1;0;1;0;2;1;0;1;1 +45,8752;1;1;0;1;0;1;0;2;1;0;1;1 +45,871;1;1;0;1;0;1;0;2;1;0;1;1 +45,8733;1;1;0;1;0;1;0;2;1;0;1;1 +45,8677;1;1;0;1;0;1;0;2;1;0;1;1 +45,8715;1;1;0;1;0;1;0;2;1;0;1;1 +45,872;1;1;0;1;0;1;0;2;1;0;1;1 +45,8734;1;1;0;1;0;1;0;2;1;0;1;1 +45,8709;1;1;0;1;0;1;0;2;1;0;1;1 +45,8734;1;1;0;1;0;1;0;2;1;0;1;2 +45,8753;1;1;0;1;0;1;0;2;1;0;1;2 +45,8755;1;1;0;1;0;1;0;2;1;0;1;2 +45,879;1;1;0;1;0;1;0;2;1;0;1;2 +45,8774;1;1;0;1;0;1;0;2;1;0;1;2 +45,8776;1;1;0;1;0;1;0;2;1;0;1;2 +45,8827;1;1;0;1;0;1;0;2;1;0;1;2 +45,8804;1;1;0;1;0;1;0;2;1;0;1;2 +45,8872;1;1;0;1;0;1;0;2;1;0;1;2 +45,885;1;1;0;1;0;1;0;2;1;0;1;2 +45,8869;1;1;0;1;0;1;0;2;1;0;1;2 +45,8879;1;1;0;1;0;1;0;2;1;0;1;2 +45,8925;1;1;0;1;0;1;0;2;1;0;1;2 +45,8893;1;1;0;1;0;1;0;2;1;0;1;2 +45,8917;1;1;0;1;0;1;0;2;1;0;1;2 +45,8899;1;1;0;1;0;1;0;2;1;0;1;2 +45,8942;1;1;0;1;0;1;0;2;1;0;1;2 +45,8951;1;1;0;1;0;1;0;2;1;0;1;2 +45,9009;1;1;0;1;0;1;0;2;1;0;1;2 +45,899;1;1;0;1;0;1;0;2;1;0;1;2 +45,8966;1;1;0;1;0;1;0;2;1;0;1;2 +45,9025;1;1;0;1;0;1;0;2;1;0;1;2 +45,902;1;1;0;1;0;1;0;2;1;0;1;2 +45,9027;1;1;0;1;0;1;0;2;1;0;1;2 +45,9032;1;1;0;1;0;1;0;2;1;0;1;2 +45,9035;1;1;0;1;0;1;0;2;1;0;1;2 +45,9108;1;1;0;1;0;1;0;2;1;0;1;2 +45,9102;1;1;0;1;0;1;0;2;1;0;1;2 +45,9119;1;1;0;1;0;1;0;2;1;0;1;2 +45,9144;1;1;0;1;0;1;0;2;1;0;1;2 +45,9133;1;1;0;1;0;1;0;2;1;0;1;2 +45,9166;1;1;0;1;0;1;0;2;1;0;1;2 +45,9208;1;1;0;1;0;1;0;2;1;0;1;2 +45,9166;1;1;0;1;0;1;0;2;1;0;1;2 +45,9205;1;1;0;1;0;1;0;2;1;0;1;2 +45,9213;1;1;0;1;0;1;0;2;1;0;1;2 +45,9221;1;1;0;1;0;1;0;2;1;0;1;2 +45,9247;1;1;0;1;0;1;0;2;1;0;1;2 +45,9243;1;1;0;1;0;1;0;2;1;0;1;2 +45,9279;1;1;0;1;0;1;0;2;1;0;1;2 +45,9285;1;1;0;1;0;1;0;2;1;0;1;2 +45,9301;1;1;0;1;0;1;0;2;1;0;1;2 +45,9276;1;1;0;1;0;1;0;2;1;0;1;2 +45,9319;1;1;0;1;0;1;0;2;1;0;1;2 +45,9319;1;1;0;1;0;1;0;2;1;0;1;2 +45,9337;1;1;0;1;0;1;0;2;1;0;1;2 +45,9366;1;1;0;1;0;1;0;2;1;0;1;2 +45,9362;1;1;0;1;0;1;0;2;1;0;1;2 +45,9402;1;1;0;1;0;1;0;2;1;0;1;2 +45,9412;1;1;0;1;0;1;0;2;1;0;1;2 +45,94;1;1;0;1;0;1;0;2;1;0;1;2 +45,9415;1;1;0;1;0;1;0;2;1;0;1;2 +45,9436;1;1;0;1;0;1;0;2;1;0;1;2 +45,9445;1;1;0;1;0;1;0;2;1;0;1;2 +45,9484;1;1;0;1;0;1;0;2;1;0;1;2 +45,9482;1;1;0;1;0;1;0;2;1;0;1;2 +45,9501;1;1;0;1;0;1;0;2;1;0;1;2 +45,9542;1;1;0;1;0;1;0;2;1;0;1;2 +45,9512;1;1;0;1;0;1;0;2;1;0;1;2 +45,953;1;1;0;1;0;1;0;2;1;0;1;2 +45,9562;1;1;0;1;0;1;0;2;1;0;1;2 +45,9562;1;1;0;1;0;1;0;2;1;0;1;2 +45,9589;1;1;0;1;0;1;0;2;1;0;1;2 +45,9553;1;1;0;1;0;1;0;2;1;0;1;2 +45,9592;1;1;0;1;0;1;0;2;1;0;1;2 +45,9637;1;1;0;1;0;1;0;2;1;0;1;2 +45,9631;1;1;0;1;0;1;0;2;1;0;1;2 +45,9659;1;1;0;1;0;1;0;2;1;0;1;2 +45,9669;1;1;0;1;0;1;0;2;1;0;1;2 +45,9676;1;1;0;1;0;1;0;2;1;0;1;2 +45,9687;1;1;0;1;0;1;0;2;1;0;1;2 +45,972;1;1;0;1;0;1;0;2;1;0;1;2 +45,9734;1;1;0;1;0;1;0;2;1;0;1;2 +45,9739;1;1;0;1;0;1;0;2;1;0;1;2 +45,9755;1;1;0;1;0;1;0;2;1;0;1;2 +45,9774;1;1;0;1;0;1;0;2;1;0;1;2 +45,9736;1;1;0;1;0;1;0;2;1;0;1;2 +45,9788;1;1;0;1;0;1;0;2;1;0;1;2 +45,9834;1;1;0;1;0;1;0;2;1;0;1;2 +45,9807;1;1;0;1;0;1;0;2;1;0;1;2 +45,9812;1;1;0;1;0;1;0;2;1;0;1;2 +45,981;1;1;0;1;0;1;0;2;1;0;1;2 +45,9823;1;1;0;1;0;1;0;2;1;0;1;2 +45,9872;1;1;0;1;0;1;0;2;1;0;1;2 +45,9893;1;1;0;1;0;1;0;2;1;0;1;2 +45,9898;1;1;0;1;0;1;0;2;1;0;1;2 +45,9909;1;1;0;1;0;1;0;2;1;0;1;2 +45,9922;1;1;0;1;0;1;0;2;1;0;1;2 +45,9928;1;1;0;1;0;1;0;2;1;0;1;2 +45,9951;1;1;0;1;0;1;0;2;1;0;0,949424;2 +45,9932;1;1;0;1;0;1;0;2;1;0;0,949424;2 +45,9977;1;1;0;1;0;1;0;2;1;0;0,949424;2 +45,9972;1;1;0;1;0;1;0;2;1;0;0,949424;2 +46,0002;1;1;0;1;0;1;0;2;1;0;0,949424;2 +46,0017;1;1;0;1;0;1;0;2;1;0;0,949424;2 +45,9974;1;1;0;1;0;1;0;2;1;0;0,949424;2 +46,0041;1;1;0;1;0;1;0;2;1;0;0,949424;2 +46,0061;1;1;0;1;0;1;0;2;1;0;0,949424;2 +46,007;1;1;0;1;0;1;0;2;1;0;0,949424;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,0113;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,011;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,0103;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,0169;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,0141;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,017;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,0198;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,0213;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,0186;1;1;0;1;0;1;0;1;1;0;0,634549;2 +46,0224;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,0292;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,013;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,026;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,0254;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,0308;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,0287;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,0302;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,0328;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,0311;1;1;0;1;0;1;0;1;1;0;0,744642;2 +46,0335;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,038;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,0372;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,0386;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,0395;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,0424;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,0473;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,0435;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,0454;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,0484;1;1;0;1;0;1;0;2;1;0;0,778769;2 +46,049;1;1;0;1;0;1;0;2;1;0;1;2 +46,0498;1;1;0;1;0;1;0;2;1;0;1;2 +46,052;1;1;0;1;0;1;0;2;1;0;1;2 +46,0491;1;1;0;1;0;1;0;2;1;0;1;2 +46,0519;1;1;0;1;0;1;0;2;1;0;1;2 +46,0605;1;1;0;1;0;1;0;2;1;0;1;2 +46,0579;1;1;0;1;0;1;0;2;1;0;1;2 +46,0556;1;1;0;1;0;1;0;2;1;0;1;2 +46,062;1;1;0;1;0;1;0;2;1;0;1;2 +46,062;1;1;0;1;0;1;0;2;1;0;1;2 +46,0631;1;1;0;1;0;1;0;2;1;0;1;2 +46,0587;1;1;0;1;0;1;0;2;1;0;1;2 +46,0656;1;1;0;1;0;1;0;2;1;0;1;2 +46,0595;1;1;0;1;0;1;0;2;1;0;1;2 +46,0663;1;1;0;1;0;1;0;2;1;0;1;2 +46,0697;1;1;0;1;0;1;0;2;1;0;1;2 +46,0702;1;1;0;1;0;1;0;2;1;0;1;2 +46,0676;1;1;0;1;0;1;0;2;1;0;1;2 +46,0706;1;1;0;1;0;1;0;2;1;0;1;2 +46,0732;1;1;0;1;0;1;0;2;1;0;1;2 +46,0752;1;1;0;1;0;1;0;2;1;0;1;2 +46,0767;1;1;0;1;0;1;0;2;1;0;1;2 +46,0768;1;1;0;1;0;1;0;2;1;0;1;2 +46,0775;1;1;0;1;0;1;0;2;1;0;1;2 +46,0822;1;1;0;1;0;1;0;2;1;0;1;2 +46,0822;1;1;0;1;0;1;0;2;1;0;1;2 +46,0838;1;1;0;1;0;1;0;2;1;0;1;2 +46,0847;1;1;0;1;0;1;0;2;1;0;1;2 +46,0846;1;1;0;1;0;1;0;2;1;0;1;2 +46,0858;1;1;0;1;0;1;0;2;1;0;1;2 +46,0896;1;1;0;1;0;1;0;2;1;0;1;2 +46,093;1;1;0;1;0;1;0;2;1;0;1;2 +46,0918;1;1;0;1;0;1;0;2;1;0;1;2 +46,0992;1;1;0;1;0;1;0;2;1;0;1;2 +46,0931;1;1;0;1;0;1;0;2;1;0;1;2 +46,0964;1;1;0;1;0;1;0;2;1;0;1;2 +46,0966;1;1;0;1;0;1;0;2;1;0;1;2 +46,0972;1;1;0;1;0;1;0;2;1;0;1;2 +46,0983;1;1;0;1;0;1;0;2;1;0;1;2 +46,1017;1;1;0;1;0;1;0;2;1;0;1;2 +46,1;1;1;0;1;0;1;0;2;1;0;1;2 +46,1079;1;1;0;1;0;1;0;2;1;0;1;2 +46,1052;1;1;0;1;0;1;0;2;1;0;1;2 +46,1068;1;1;0;1;0;1;0;2;1;0;1;2 +46,1087;1;1;0;1;0;1;0;2;1;0;1;2 +46,11;1;1;0;1;0;1;0;2;1;0;1;2 +46,1132;1;1;0;1;0;1;0;2;1;0;1;2 +46,1129;1;1;0;1;0;1;0;2;1;0;1;2 +46,1124;1;1;0;1;0;1;0;2;1;0;1;2 +46,116;1;1;0;1;0;1;0;2;1;0;1;2 +46,117;1;1;0;1;0;1;0;2;1;0;1;2 +46,1179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1183;1;1;0;1;0;1;0;2;1;0;1;2 +46,1261;1;1;0;1;0;1;0;2;1;0;1;2 +46,1225;1;1;0;1;0;1;0;2;1;0;1;2 +46,1244;1;1;0;1;0;1;0;2;1;0;1;2 +46,1265;1;1;0;1;0;1;0;2;1;0;1;2 +46,1264;1;1;0;1;0;1;0;2;1;0;1;2 +46,1309;1;1;0;1;0;1;0;2;1;0;1;2 +46,1318;1;1;0;1;0;1;0;2;1;0;1;2 +46,1306;1;1;0;1;0;1;0;2;1;0;1;2 +46,1349;1;1;0;1;0;1;0;2;1;0;1;2 +46,1347;1;1;0;1;0;1;0;2;1;0;1;2 +46,128;1;1;0;1;0;1;0;2;1;0;1;2 +46,138;1;1;0;1;0;1;0;2;1;0;1;2 +46,1411;1;1;0;1;0;1;0;2;1;0;1;2 +46,142;1;1;0;1;0;1;0;2;1;0;1;2 +46,1392;1;1;0;1;0;1;0;2;1;0;1;2 +46,1436;1;1;0;1;0;1;0;2;1;0;1;2 +46,1436;1;1;0;1;0;1;0;2;1;0;1;2 +46,1465;1;1;0;1;0;1;0;2;1;0;1;1 +46,1421;1;1;0;1;0;1;0;2;1;0;1;1 +46,1383;1;1;0;1;0;1;0;2;1;0;1;1 +46,1435;1;1;0;1;0;1;0;2;1;0;1;1 +46,1433;1;1;0;1;0;1;0;2;1;0;1;1 +46,1443;1;1;0;1;0;1;0;2;1;0;1;1 +46,1433;1;1;0;1;0;1;0;2;1;0;1;1 +46,1449;1;1;0;1;0;1;0;2;1;0;1;1 +46,1476;1;1;0;1;0;1;0;2;1;0;1;1 +46,144;1;1;0;1;0;1;0;2;1;0;1;1 +46,1431;1;1;0;1;0;1;0;2;1;0;1;1 +46,145;1;1;0;1;0;1;0;2;1;0;1;1 +46,1443;1;1;0;1;0;1;0;2;1;0;1;1 +46,1461;1;1;0;1;0;1;0;2;1;0;1;1 +46,144;1;1;0;1;0;1;0;2;1;0;1;1 +46,144;1;1;0;1;0;1;0;2;1;0;1;1 +46,1444;1;1;0;1;0;1;0;2;1;0;1;1 +46,1453;1;1;0;1;0;1;0;2;1;0;1;1 +46,1442;1;1;0;1;0;1;0;2;1;0;1;1 +46,146;1;1;0;1;0;1;0;2;1;0;1;1 +46,1438;1;1;0;1;0;1;0;2;1;0;1;1 +46,1431;1;1;0;1;0;1;0;2;1;0;1;1 +46,1541;1;1;0;1;0;1;0;2;1;0;1;1 +46,1445;1;1;0;1;0;1;0;2;1;0;1;1 +46,1439;1;1;0;1;0;1;0;2;1;0;1;1 +46,1443;1;1;0;1;0;1;0;2;1;0;1;1 +46,1431;1;1;0;1;0;1;0;2;1;0;1;1 +46,1481;1;1;0;1;0;1;0;2;1;0;1;1 +46,1457;1;1;0;1;0;1;0;2;1;0;1;1 +46,1419;1;1;0;1;0;1;0;2;1;0;1;1 +46,1436;1;1;0;1;0;1;0;2;1;0;1;1 +46,1424;1;1;0;1;0;1;0;2;1;0;1;1 +46,1471;1;1;0;1;0;1;0;2;1;0;1;1 +46,1448;1;1;0;1;0;1;0;2;1;0;1;1 +46,1434;1;1;0;1;0;1;0;2;1;0;1;1 +46,1443;1;1;0;1;0;1;0;2;1;0;1;1 +46,1478;1;1;0;1;0;1;0;2;1;0;1;1 +46,1459;1;1;0;1;0;1;0;2;1;0;1;1 +46,1455;1;1;0;1;0;1;0;2;1;0;1;1 +46,1441;1;1;0;1;0;1;0;2;1;0;1;1 +46,1433;1;1;0;1;0;1;0;2;1;0;1;1 +46,1447;1;1;0;1;0;1;0;2;1;0;1;1 +46,1435;1;1;0;1;0;1;0;2;1;0;1;1 +46,1438;1;1;0;1;0;1;0;2;1;0;1;1 +46,1417;1;1;0;1;0;1;0;2;1;0;1;1 +46,1445;1;1;0;1;0;1;0;2;1;0;1;1 +46,145;1;1;0;1;0;1;0;2;1;0;1;1 +46,1431;1;1;0;1;0;1;0;2;1;0;1;1 +46,144;1;1;0;1;0;1;0;2;1;0;1;1 +46,1426;1;1;0;1;0;1;0;2;1;0;1;1 +46,1447;1;1;0;1;0;1;0;2;1;0;1;2 +46,1421;1;1;0;1;0;1;0;2;1;0;1;2 +46,1423;1;1;0;1;0;1;0;2;1;0;1;2 +46,1411;1;1;0;1;0;1;0;2;1;0;1;2 +46,142;1;1;0;1;0;1;0;2;1;0;1;2 +46,1407;1;1;0;1;0;1;0;2;1;0;1;2 +46,1389;1;1;0;1;0;1;0;2;1;0;1;2 +46,1418;1;1;0;1;0;1;0;2;1;0;1;2 +46,1373;1;1;0;1;0;1;0;2;1;0;1;2 +46,1379;1;1;0;1;0;1;0;2;1;0;1;2 +46,136;1;1;0;1;0;1;0;2;1;0;1;2 +46,1356;1;1;0;1;0;1;0;2;1;0;1;2 +46,1332;1;1;0;1;0;1;0;2;1;0;1;2 +46,1365;1;1;0;1;0;1;0;2;1;0;1;2 +46,1357;1;1;0;1;0;1;0;2;1;0;1;2 +46,1334;1;1;0;1;0;1;0;2;1;0;1;2 +46,1337;1;1;0;1;0;1;0;2;1;0;1;2 +46,1323;1;1;0;1;0;1;0;2;1;0;1;2 +46,1312;1;1;0;1;0;1;0;2;1;0;1;2 +46,1315;1;1;0;1;0;1;0;2;1;0;1;2 +46,133;1;1;0;1;0;1;0;2;1;0;1;2 +46,1333;1;1;0;1;0;1;0;2;1;0;1;2 +46,1264;1;1;0;1;0;1;0;2;1;0;1;2 +46,128;1;1;0;1;0;1;0;2;1;0;1;2 +46,1276;1;1;0;1;0;1;0;2;1;0;1;2 +46,125;1;1;0;1;0;1;0;2;1;0;1;2 +46,1258;1;1;0;1;0;1;0;2;1;0;1;2 +46,1249;1;1;0;1;0;1;0;2;1;0;1;2 +46,1254;1;1;0;1;0;1;0;2;1;0;1;2 +46,1196;1;1;0;1;0;1;0;2;1;0;1;2 +46,1246;1;1;0;1;0;1;0;2;1;0;1;2 +46,1213;1;1;0;1;0;1;0;2;1;0;1;2 +46,1198;1;1;0;1;0;1;0;2;1;0;1;2 +46,1214;1;1;0;1;0;1;0;2;1;0;1;2 +46,1186;1;1;0;1;0;1;0;2;1;0;1;2 +46,1196;1;1;0;1;0;1;0;2;1;0;1;2 +46,118;1;1;0;1;0;1;0;2;1;0;1;2 +46,1179;1;1;0;1;0;1;0;2;1;0;1;2 +46,1159;1;1;0;1;0;1;0;2;1;0;1;2 +46,1151;1;1;0;1;0;1;0;2;1;0;1;2 +46,1156;1;1;0;1;0;1;0;2;1;0;1;2 +46,1166;1;1;0;1;0;1;0;2;1;0;1;2 +46,1156;1;1;0;1;0;1;0;2;1;0;1;2 +46,1149;1;1;0;1;0;1;0;2;1;0;1;2 +46,118;1;1;0;1;0;1;0;2;1;0;1;2 +46,1141;1;1;0;1;0;1;0;2;1;0;1;2 +46,1105;1;1;0;1;0;1;0;2;1;0;1;2 +46,1124;1;1;0;1;0;1;0;2;1;0;1;2 +46,1112;1;1;0;1;0;1;0;2;1;0;1;2 +46,1119;1;1;0;1;0;1;0;2;1;0;1;2 +46,116;1;1;0;1;0;1;0;2;1;0;1;2 +46,1049;1;1;0;1;0;1;0;2;1;0;1;2 +46,1086;1;1;0;1;0;1;0;2;1;0;1;2 +46,1001;1;1;0;1;0;1;0;2;1;0;1;2 +46,1032;1;1;0;1;0;1;0;2;1;0;1;2 +46,1052;1;1;0;1;0;1;0;2;1;0;1;2 +46,1066;1;1;0;1;0;1;0;2;1;0;1;2 +46,1048;1;1;0;1;0;1;0;2;1;0;1;2 +46,1018;1;1;0;1;0;1;0;2;1;0;1;2 +46,1024;1;1;0;1;0;1;0;2;1;0;1;2 +46,1007;1;1;0;1;0;1;0;2;1;0;1;2 +46,1034;1;1;0;1;0;1;0;2;1;0;1;2 +46,1023;1;1;0;1;0;1;0;2;1;0;1;2 +46,1023;1;1;0;1;0;1;0;2;1;0;1;2 +46,0989;1;1;0;1;0;1;0;2;1;0;1;2 +46,0993;1;1;0;1;0;1;0;2;1;0;1;2 +46,0986;1;1;0;1;0;1;0;2;1;0;1;2 +46,1004;1;1;0;1;0;1;0;2;1;0;1;2 +46,096;1;1;0;1;0;1;0;2;1;0;1;2 +46,0963;1;1;0;1;0;1;0;2;1;0;1;2 +46,0984;1;1;0;1;0;1;0;2;1;0;1;2 +46,0965;1;1;0;1;0;1;0;2;1;0;1;2 +46,0947;1;1;0;1;0;1;0;2;1;0;1;2 +46,0934;1;1;0;1;0;1;0;2;1;0;1;2 +46,0932;1;1;0;1;0;1;0;2;1;0;1;2 +46,0933;1;1;0;1;0;1;0;2;1;0;1;2 +46,0915;1;1;0;1;0;1;0;2;1;0;1;2 +46,0915;1;1;0;1;0;1;0;2;1;0;1;2 +46,0891;1;1;0;1;0;1;0;2;1;0;1;2 +46,088;1;1;0;1;0;1;0;2;1;0;1;2 +46,0884;1;1;0;1;0;1;0;2;1;0;1;2 +46,0854;1;1;0;1;0;1;0;2;1;0;1;2 +46,0848;1;1;0;1;0;1;0;2;1;0;1;2 +46,0909;1;1;0;1;0;1;0;2;1;0;1;2 +46,0864;1;1;0;1;0;1;0;2;1;0;1;2 +46,0878;1;1;0;1;0;1;0;2;1;0;1;2 +46,084;1;1;0;1;0;1;0;2;1;0;1;2 +46,0844;1;1;0;1;0;1;0;2;1;0;1;2 +46,0835;1;1;0;1;0;1;0;2;1;0;1;2 +46,0826;1;1;0;1;0;1;0;2;1;0;1;2 +46,0826;1;1;0;1;0;1;0;2;1;0;1;2 +46,0826;1;1;0;1;0;1;0;2;1;0;1;2 +46,0782;1;1;0;1;0;1;0;2;1;0;1;2 +46,0798;1;1;0;1;0;1;0;2;1;0;1;2 +46,0773;1;1;0;1;0;1;0;2;1;0;1;2 +46,0824;1;1;0;1;0;1;0;2;1;0;1;2 +46,0762;1;1;0;1;0;1;0;2;1;0;1;2 +46,0782;1;1;0;1;0;1;0;2;1;0;1;2 +46,0747;1;1;0;1;0;1;0;2;1;0;1;2 +46,0754;1;1;0;1;0;1;0;2;1;0;1;2 +46,0768;1;1;0;1;0;1;0;2;1;0;1;2 +46,0761;1;1;0;1;0;1;0;2;1;0;1;2 +46,0718;1;1;0;1;0;1;0;2;1;0;1;2 +46,0725;1;1;0;1;0;1;0;2;1;0;1;2 +46,0714;1;1;0;1;0;1;0;2;1;0;1;2 +46,0701;1;1;0;1;0;1;0;2;1;0;1;2 +46,0703;1;1;0;1;0;1;0;2;1;0;1;2 +46,0707;1;1;0;1;0;1;0;2;1;0;1;2 +46,0688;1;1;0;1;0;1;0;2;1;0;1;2 +46,0678;1;1;0;1;0;1;0;2;1;0;1;2 +46,0674;1;1;0;1;0;1;0;2;1;0;1;2 +46,0669;1;1;0;1;0;1;0;2;1;0;1;2 +46,0713;1;1;0;1;0;1;0;2;1;0;1;2 +46,0653;1;1;0;1;0;1;0;2;1;0;1;2 +46,0653;1;1;0;1;0;1;0;2;1;0;1;2 +46,0655;1;1;0;1;0;1;0;2;1;0;1;2 +46,0615;1;1;0;1;0;1;0;2;1;0;1;2 +46,062;1;1;0;1;0;1;0;2;1;0;1;2 +46,0638;1;1;0;1;0;1;0;2;1;0;1;2 +46,0615;1;1;0;1;0;1;0;2;1;0;1;2 +46,061;1;1;0;1;0;1;0;2;1;0;1;2 +46,064;1;1;0;1;0;1;0;2;1;0;1;2 +46,0595;1;1;0;1;0;1;0;2;1;0;1;2 +46,059;1;1;0;1;0;1;0;2;1;0;1;2 +46,0607;1;1;0;1;0;1;0;2;1;0;1;2 +46,06;1;1;0;1;0;1;0;2;1;0;1;2 +46,0555;1;1;0;1;0;1;0;2;1;0;1;2 +46,0572;1;1;0;1;0;1;0;2;1;0;1;2 +46,0579;1;1;0;1;0;1;0;2;1;0;1;2 +46,0515;1;1;0;1;0;1;0;2;1;0;1;2 +46,0577;1;1;0;1;0;1;0;2;1;0;1;2 +46,0532;1;1;0;1;0;1;0;2;1;0;1;2 +46,0517;1;1;0;1;0;1;0;2;1;0;1;2 +46,0537;1;1;0;1;0;1;0;2;1;0;1;2 +46,0529;1;1;0;1;0;1;0;2;1;0;1;2 +46,0514;1;1;0;1;0;1;0;2;1;0;1;2 +46,0518;1;1;0;1;0;1;0;2;1;0;1;2 +46,0497;1;1;0;1;0;1;0;2;1;0;1;2 +46,0566;1;1;0;1;0;1;0;2;1;0;1;2 +46,0522;1;1;0;1;0;1;0;2;1;0;1;2 +46,0495;1;1;0;1;0;1;0;2;1;0;1;2 +46,0455;1;1;0;1;0;1;0;2;1;0;1;2 +46,0472;1;1;0;1;0;1;0;2;1;0;1;2 +46,0464;1;1;0;1;0;1;0;2;1;0;1;2 +46,0454;1;1;0;1;0;1;0;2;1;0;1;2 +46,0486;1;1;0;1;0;1;0;2;1;0;1;2 +46,0446;1;1;0;1;0;1;0;2;1;0;1;2 +46,0392;1;1;0;1;0;1;0;2;1;0;1;2 +46,0421;1;1;0;1;0;1;0;2;1;0;1;2 +46,0422;1;1;0;1;0;1;0;2;1;0;1;2 +46,0413;1;1;0;1;0;1;0;2;1;0;1;2 +46,0416;1;1;0;1;0;1;0;2;1;0;1;2 +46,039;1;1;0;1;0;1;0;2;1;0;1;2 +46,0383;1;1;0;1;0;1;0;2;1;0;1;2 +46,038;1;1;0;1;0;1;0;2;1;0;1;2 +46,0388;1;1;0;1;0;1;0;2;1;0;1;2 +46,0348;1;1;0;1;0;1;0;2;1;0;1;2 +46,0324;1;1;0;1;0;1;0;2;1;0;1;2 +46,0365;1;1;0;1;0;1;0;2;1;0;1;2 +46,0342;1;1;0;1;0;1;0;2;1;0;1;2 +46,0339;1;1;0;1;0;1;0;2;1;0;1;2 +46,0338;1;1;0;1;0;1;0;2;1;0;1;2 +46,0326;1;1;0;1;0;1;0;2;1;0;1;2 +46,033;1;1;0;1;0;1;0;2;1;0;1;2 +46,0328;1;1;0;1;0;1;0;2;1;0;1;2 +46,0272;1;1;0;1;0;1;0;2;1;0;1;2 +46,0353;1;1;0;1;0;1;0;2;1;0;1;2 +46,0269;1;1;0;1;0;1;0;2;1;0;1;2 +46,0286;1;1;0;1;0;1;0;2;1;0;1;2 +46,0266;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0285;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0264;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0271;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0244;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0231;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0231;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0221;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,023;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0238;1;1;0;1;0;1;0;2;1;0;0,911989;2 +46,0218;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0194;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0203;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0182;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0172;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0176;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0147;1;1;0;1;0;1;0;2;1;0;0,612389;2 +45,9912;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0171;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0189;1;1;0;1;0;1;0;2;1;0;0,612389;2 +46,0147;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0152;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0152;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0112;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0135;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0097;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0108;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0113;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,008;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0089;1;1;0;1;0;1;0;1;1;0;0,803173;2 +46,0098;1;1;0;1;0;1;0;1;1;0;0,961358;2 +46,0082;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,961358;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,0042;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,95154;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0123;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0116;1;1;0;1;0;1;0;1;1;0;0,926326;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,97506;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,948663;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,910927;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0102;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0073;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,011;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0104;1;1;0;1;0;1;0;1;1;0;0,93631;1 +46,0057;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,941387;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0095;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0094;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,939018;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0125;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0103;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,950863;1 +46,009;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0013;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0058;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0096;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,962539;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0101;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0056;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0085;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0072;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0086;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,913465;1 +46,0099;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,0069;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,0064;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,0065;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,0051;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,0054;1;1;0;1;0;1;0;1;1;0;0,939187;1 +46,003;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,0046;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,007;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,013;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,0105;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,0093;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,0082;1;1;0;1;0;1;0;1;1;0;0,854913;1 +46,0089;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0035;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0075;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0074;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0097;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0117;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0043;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,961185;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0047;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0079;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0109;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0062;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0092;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0077;1;1;0;1;0;1;0;1;1;0;0,921757;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0032;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0081;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0078;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,008;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0084;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,914312;1 +46,0083;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0071;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0055;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0087;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0098;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0076;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0063;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0088;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0091;1;1;0;1;0;1;0;1;1;0;0,914819;1 +46,0066;1;1;0;1;0;1;0;1;1;0;0,914819;1 diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/out_excel_10_0.00001-0.0005.xlsx b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/out_excel_10_0.00001-0.0005.xlsx new file mode 100644 index 0000000..dde6488 Binary files /dev/null and b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_4/out_excel_10_0.00001-0.0005.xlsx differ diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_5/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_5/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_5/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_6/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_6/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_6/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_7/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_7/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_7/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_8/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_8/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_8/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_9/config.json b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_9/config.json new file mode 100644 index 0000000..bec4550 --- /dev/null +++ b/apps/ccam/sample_data/20200325_1322/splitted_data/values_20200325_1322_9/config.json @@ -0,0 +1,21 @@ +{ + "OutputFilePath" : "out.csv", + "BrokenCounter" : 20, + "NumberOfSimulationCycles" : 2000, + "DownsamplingRate" : 1, + "SignalConfigurations" : + [ + { + "Name" : "value", + "InputPath" : "value.csv", + "Output" : false, + "InnerBound" : 0.01, + "OuterBound" : 0.14, + "InnerBoundDrift" : 0.00001, + "OuterBoundDrift" : 0.0005, + "SampleHistorySize" : 10, + "DABSize" : 10, + "DABHistorySize" : 5 + } + ] +} diff --git a/apps/ccam/statehandlerutils.h b/apps/ccam/statehandlerutils.h index 3542842..db8597d 100644 --- a/apps/ccam/statehandlerutils.h +++ b/apps/ccam/statehandlerutils.h @@ -1,229 +1,228 @@ #ifndef STATEHANDLERUTILS_H #define STATEHANDLERUTILS_H #include "rosa/agent/Abstraction.hpp" #include "rosa/agent/Confidence.hpp" #include "rosa/agent/FunctionAbstractions.hpp" #include #include #include #include #include "rosa/config/version.h" #include "rosa/agent/SignalStateDetector.hpp" #include "rosa/agent/SystemStateDetector.hpp" #include "rosa/app/Application.hpp" #include "rosa/support/csv/CSVReader.hpp" #include "rosa/support/csv/CSVWriter.hpp" #include #include #include #include using namespace rosa; using namespace rosa::agent; using namespace rosa::app; using namespace rosa::terminal; // For the convinience to write a shorter data type name -using SignalStateTuple = - AppTuple; +using SignalStateTuple = AppTuple; AgentHandle createSignalStateDetectorAgent( std::unique_ptr &C, const std::string &Name, std::shared_ptr< SignalStateDetector> SigSD) { using Input = std::pair, bool>; using Result = Optional; using Handler = std::function; return C->createAgent( Name, Handler([&, Name, SigSD](Input I) -> Result { LOG_INFO_STREAM << "\n******\n" << Name << " " << (I.second ? "" : "") << " value: " << std::get<0>( static_cast &>(I.first)) << "\n******\n"; auto StateInfo = SigSD->detectSignalState( std::get<0>(static_cast &>(I.first))); if (I.second) { SignalStateTuple Res = { std::get<0>(static_cast &>(I.first)), StateInfo.StateID, StateInfo.SignalProperty, StateInfo.ConfidenceOfMatchingState, StateInfo.ConfidenceOfMismatchingState, StateInfo.ConfidenceStateIsValid, StateInfo.ConfidenceStateIsInvalid, StateInfo.ConfidenceStateIsStable, StateInfo.ConfidenceStateIsDrifting, StateInfo.StateCondition, StateInfo.NumberOfInsertedSamplesAfterEntrance, static_cast( (StateInfo.StateIsValid ? 4 : 0) + (StateInfo.StateJustGotValid ? 2 : 0) + (StateInfo.StateIsValidAfterReentrance ? 1 : 0))}; return Result(Res); } return Result(); })); } // System State using SystemStateTuple = AppTuple; template struct Handler_helper; template struct function_helper { static_assert(std::conjunction_v...>, "All types need to be identical"); static B function(A valA, As... valAs) { std::vector ar({valA, valAs...}); return func()(ar); } }; template struct Handler_helper<0, ret, functype, typeA, B...> { using handler = function_helper; }; template struct Handler_helper { using handler = typename Handler_helper, B...>::handler; }; template using Handler = typename Handler_helper::handler; // TODO: Change it from global to local variable if possible std::shared_ptr< SystemStateDetector> SysSD; template struct function { ret operator()(A a) { std::vector> SignalStateInfos; std::stringstream OutString; for (auto _SignalStateTuple : a) { // convert tuple to info struct out.push_back({}); OutString << std::get<0>(_SignalStateTuple.first) << ","; SignalStateInformation Info; Info.StateID = std::get<1>(_SignalStateTuple.first); Info.SignalProperty = static_cast(std::get<2>(_SignalStateTuple.first)); Info.ConfidenceOfMatchingState = std::get<3>(_SignalStateTuple.first); Info.ConfidenceOfMismatchingState = std::get<4>(_SignalStateTuple.first); Info.ConfidenceStateIsValid = std::get<5>(_SignalStateTuple.first); Info.ConfidenceStateIsInvalid = std::get<6>(_SignalStateTuple.first); Info.ConfidenceStateIsStable = std::get<7>(_SignalStateTuple.first); Info.ConfidenceStateIsDrifting = std::get<8>(_SignalStateTuple.first); Info.StateCondition = static_cast(std::get<9>(_SignalStateTuple.first)); Info.NumberOfInsertedSamplesAfterEntrance = std::get<10>(_SignalStateTuple.first); Info.StateIsValid = (std::get<11>(_SignalStateTuple.first) & 4) > 0; Info.StateJustGotValid = (std::get<11>(_SignalStateTuple.first) & 2) > 0; Info.StateIsValidAfterReentrance = (std::get<11>(_SignalStateTuple.first) & 1) > 0; SignalStateInfos.push_back(Info); } SystemStateInformation SystemStateInfo = SysSD->detectSystemState(SignalStateInfos); OutString << SystemStateInfo.StateID << ","; OutString << SystemStateInfo.ConfidenceStateIsValid << ","; OutString << SystemStateInfo.ConfidenceStateIsInvalid << ","; OutString << SystemStateInfo.ConfidenceOfInputsMatchingState << ","; OutString << SystemStateInfo.ConfidenceOfInputsMismatchingState << ","; OutString << SystemStateInfo.ConfidenceOfOutputsMatchingState << ","; OutString << SystemStateInfo.ConfidenceOfOutputsMismatchingState << ","; OutString << SystemStateInfo.StateCondition << ","; OutString << SystemStateInfo.ConfidenceSystemIsFunctioning << ","; OutString << SystemStateInfo.ConfidenceSystemIsMalfunctioning << ","; OutString << SystemStateInfo.ConfidenceOfAllDecisions << ","; return ret(std::make_tuple(OutString.str())); } }; using arr = std::vector>; template AgentHandle createSystemStateDetectorAgent( std::unique_ptr &C, const std::string &Name, std::shared_ptr> BrokenDelayFunction, std::shared_ptr> OkDelayFunction) { LOG_TRACE("Creating fixed SystemStateDetectorAgent"); using Input = SignalStateTuple; using Result = Optional; std::shared_ptr< SystemStateDetector> _SysSD( new SystemStateDetector( std::numeric_limits::max(), NumOfSlaves, BrokenDelayFunction, OkDelayFunction)); SysSD = _SysSD; auto HandlerFunction = Handler, arr>, Input>::function; return C->createAgent(Name, std::function(HandlerFunction)); } AgentHandle createSystemStateDetectorAgent( std::unique_ptr &C, const std::string &Name, size_t NumOfSlaves, std::shared_ptr> BrokenDelayFunction, std::shared_ptr> OkDelayFunction) { LOG_TRACE("Creating dynamic SystemStateDetectorAgent"); switch (NumOfSlaves) { // clang-format off case 2: return createSystemStateDetectorAgent< 2>(C, Name, BrokenDelayFunction, OkDelayFunction); case 3: return createSystemStateDetectorAgent< 3>(C, Name, BrokenDelayFunction, OkDelayFunction); case 4: return createSystemStateDetectorAgent< 4>(C, Name, BrokenDelayFunction, OkDelayFunction); case 5: return createSystemStateDetectorAgent< 5>(C, Name, BrokenDelayFunction, OkDelayFunction); case 6: return createSystemStateDetectorAgent< 6>(C, Name, BrokenDelayFunction, OkDelayFunction); case 7: return createSystemStateDetectorAgent< 7>(C, Name, BrokenDelayFunction, OkDelayFunction); case 8: return createSystemStateDetectorAgent< 8>(C, Name, BrokenDelayFunction, OkDelayFunction); case 9: return createSystemStateDetectorAgent< 9>(C, Name, BrokenDelayFunction, OkDelayFunction); case 10: return createSystemStateDetectorAgent<10>(C, Name, BrokenDelayFunction, OkDelayFunction); case 11: return createSystemStateDetectorAgent<11>(C, Name, BrokenDelayFunction, OkDelayFunction); case 12: return createSystemStateDetectorAgent<12>(C, Name, BrokenDelayFunction, OkDelayFunction); case 13: return createSystemStateDetectorAgent<13>(C, Name, BrokenDelayFunction, OkDelayFunction); case 14: return createSystemStateDetectorAgent<14>(C, Name, BrokenDelayFunction, OkDelayFunction); case 15: return createSystemStateDetectorAgent<15>(C, Name, BrokenDelayFunction, OkDelayFunction); case 16: return createSystemStateDetectorAgent<16>(C, Name, BrokenDelayFunction, OkDelayFunction); case 17: return createSystemStateDetectorAgent<17>(C, Name, BrokenDelayFunction, OkDelayFunction); case 18: return createSystemStateDetectorAgent<18>(C, Name, BrokenDelayFunction, OkDelayFunction); case 19: return createSystemStateDetectorAgent<19>(C, Name, BrokenDelayFunction, OkDelayFunction); case 20: return createSystemStateDetectorAgent<20>(C, Name, BrokenDelayFunction, OkDelayFunction); case 21: return createSystemStateDetectorAgent<21>(C, Name, BrokenDelayFunction, OkDelayFunction); case 22: return createSystemStateDetectorAgent<22>(C, Name, BrokenDelayFunction, OkDelayFunction); case 23: return createSystemStateDetectorAgent<23>(C, Name, BrokenDelayFunction, OkDelayFunction); case 24: return createSystemStateDetectorAgent<24>(C, Name, BrokenDelayFunction, OkDelayFunction); case 25: return createSystemStateDetectorAgent<25>(C, Name, BrokenDelayFunction, OkDelayFunction); case 1: default: return createSystemStateDetectorAgent<1>(C, Name, BrokenDelayFunction, OkDelayFunction); // clang-format on } } #endif // STATEHANDLERUTILS_H diff --git a/include/rosa/agent/State.hpp b/include/rosa/agent/State.hpp index 0a1abd4..cd29062 100644 --- a/include/rosa/agent/State.hpp +++ b/include/rosa/agent/State.hpp @@ -1,93 +1,93 @@ //===-- rosa/agent/State.hpp ------------------------------------*- C++ -*-===// // // The RoSA Framework // // Distributed under the terms and conditions of the Boost Software License 1.0. // See accompanying file LICENSE. // // If you did not receive a copy of the license file, see // http://www.boost.org/LICENSE_1_0.txt. // //===----------------------------------------------------------------------===// /// /// \file rosa/agent/State.hpp /// /// \author Maximilian Götzinger (maximilian.goetzinger@tuwien.ac.at) /// /// \date 2019 /// /// \brief Definition of *state* *functionality*. /// //===----------------------------------------------------------------------===// #ifndef ROSA_AGENT_STATE_HPP #define ROSA_AGENT_STATE_HPP #include "rosa/agent/Functionality.h" //#include "rosa/agent/FunctionAbstractions.hpp" //#include "rosa/agent/History.hpp" #include "rosa/support/debug.hpp" #include //#include namespace rosa { namespace agent { /// State conditions defining how the condition of a \c rosa::agent::State is /// saved in \c rosa::agent::StateInformation. -enum StateConditions : uint8_t { - UNKNOWN = 0, ///< The state is unknown - STABLE = 1, ///< The state is stable - DRIFTING = 2, ///< The state is drifting - MALFUNCTIONING = 3 ///< Malfunction +enum StateConditions : char { + UNKNOWN = '0', ///< The state is unknown + STABLE = '1', ///< The state is stable + DRIFTING = '2', ///< The state is drifting + MALFUNCTIONING = '3' ///< Malfunction }; template struct StateInformation { // Make sure the actual type arguments are matching our expectations. STATIC_ASSERT((std::is_arithmetic::value), "confidence type is not to arithmetic"); /// The StateID stores the ID of the state. unsigned int StateID; /// The StateCondition shows the condition of a state (stable, drifting, or /// unknown) StateConditions StateCondition; /// The StateIsValid shows whether a state is valid or invalid. In this /// context, valid means that enough samples which are in close proximitry /// have been inserted into the state. bool StateIsValid; /// The StateJustGotValid shows whether a state got valid (toggled from /// invalid to valid) during the current inserted sample. bool StateJustGotValid; /// The StateIsValidAfterReentrance shows whether a state is valid after the /// variable changed back to it again. bool StateIsValidAfterReentrance; /// TODO: describe CONFDATATYPE ConfidenceStateIsValid; CONFDATATYPE ConfidenceStateIsInvalid; CONFDATATYPE ConfidenceStateIsStable; CONFDATATYPE ConfidenceStateIsDrifting; }; template class State : public Functionality { // Make sure the actual type arguments are matching our expectations. STATIC_ASSERT((std::is_arithmetic::value), "input data type not arithmetic"); STATIC_ASSERT((std::is_arithmetic::value), "confidence abstraction type is not to arithmetic"); STATIC_ASSERT((std::is_arithmetic::value), "process type is not to arithmetic"); protected: }; } // End namespace agent } // End namespace rosa #endif // ROSA_AGENT_SIGNALSTATEDETECTOR_HPP